clone_lun restore

Resets a particular LUN to a state that you previously captured through a Clone LUN.

SYNOPSIS

clone_lun ‑restore 
   ‑cloneLun clone‑lun‑id‑or‑fqn

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

A LUN might need to be restored to an earlier state after undesirable changes were made, or after corruption by an external client application. The clone_lun -restore command restores the state of a LUN to a known good image that was preserved by a Clone LUN. The restoration process uses partial block snapshot technology, which allows the LUN to keep its identity and to come back online quickly. The restoration process copies only the data that was modified after the snapshot was taken to create the Clone LUN.

Note: Only administrators with primary administrator, admin1, or admin2 roles are authorized to run the clone_lun -restore command.

OPTIONS

cloneLun

Specifies the ID or the fully qualified name (FQN) of the Clone LUN from which to restore the source LUN.

EXAMPLE

Task

Restore a source LUN to an earlier state that was preserved by a Clone LUN.

Parameters
  • The FQN of the Clone LUN: /⁠user1_vg/⁠CLONE_DISK1

$ fscli clone_lun ‑restore ‑cloneLun /⁠user1_vg/⁠CLONE_DISK1