clone_lun delete

Removes a particular Clone LUN from the Oracle FS System.

SYNOPSIS

clone_lun ‑delete 
   ‑cloneLun clone‑lun‑id‑or‑fqn [,clone‑lun‑id‑or‑fqn]...
   [‑suppressWarnings]

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

DESCRIPTION

The clone_lun ‑delete command removes the specified Clone LUN. If the Clone LUN is the parent or source for other clones, the child clones are not deleted. Instead, the child clones become children of the next higher parent level in the hierarchy. If you omit the ‑suppressWarnings option, the Oracle FS System prompts you to confirm the deletion of the clones and the mappings.

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

OPTIONS

cloneLun

Specifies the ID or the fully qualified name (FQN) of the Clone LUN. When specifying two or more Clone LUNs, provide a comma-separated list.

suppressWarnings

Requests that the Oracle FS System not display a message on the command line to warn that all the Clone LUNs, the host mappings, and the host group mappings will be deleted. If omitted, the Oracle FS System prompts you to confirm the deletions.

EXAMPLE

Task

Delete a Clone LUN.

Parameters
  • The fully qualified name (FQN) of the Clone LUN: /⁠user1_vg/⁠CLONE_DISK1

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