clone_lun list

Displays the status and the configuration information for Clone LUNs.

SYNOPSIS

clone_lun ‑list 
   [‑details [‑bs ]]
   [ ‑cloneLun clone‑lun‑id‑or‑fqn [, clone‑lun‑id‑or‑fqn]...
     [{‑mappingStatus | ‑noMappingStatus}]
   ]
   [ ‑source source‑lun‑id‑or‑fqn [, source‑lun‑id‑or‑fqn]...
     [‑hierarchy]
   ]
   [‑volumeGroup volume‑group‑id‑or‑fqn [, volume‑group‑id‑or‑fqn]... ]

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

DESCRIPTION

Run the clone_lun ‑list command to obtain fully qualified names (FQNs), the configuration information, and the capacity information about Clone LUNs that are configured on the Oracle FS System. If you do not specify the ‑cloneLun option, the ‑source option, or the ‑volumeGroup option, information about all Clone LUNs is displayed.

Note: Administrators with primary administrator, admin1, admin2, monitor, or support roles are authorized to run the clone_lun -list command, except for the -bs option. Only administrators with support roles are authorized to use the -bs option.

OPTIONS

bs
Returns additional information about the underlying virtual LUNs (VLUNs) that are associated with the specified Clone LUNs. Use this option with the ‑details option.
Note: Only administrators with support roles are authorized to run the clone_lun -list -bs option.
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.

If omitted, all Clone LUNs are displayed.

details

Returns detailed configuration and the state information for the specified Clone LUNs, including the type of the clone and the name of the source LUN.

Note: The following capacity values do not apply and are not displayed:
  • Allocated capacity

  • Used capacity

  • Physical allocated capacity

  • Physical used capacity

  • Physical maximum capacity

hierarchy

Displays a hierarchical view of all Clone LUNs that are associated with each source LUN.

mappingStatus

Returns information about status of the host mappings or the host group mappings of the Clone LUN. Use this option with the ‑details option.

noMappingStatus

Specifies that no information is returned about the status of the host mappings or the host group mappings of the Clone LUN. Use this option with the ‑details option. Not returning status information is the default.

source

Specifies the FQN or unique identifier (ID) of the source LUN.

volumeGroup

Specifies the FQN or the ID of one or more volume groups. When you specify two or more volume groups, provide a comma-separated list. Returns all the Clone LUNs that are associated with each of the specified volume groups.

EXAMPLE

Task

Display a detailed listing of the status and configuration of a Clone LUN.

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

$ fscli clone_lun ‑list ‑details ‑cloneLun /⁠user1_vg/⁠CLONE_DISK1