lun list

Displays the status and the configuration information for LUNs.

SYNOPSIS

lun ‑list 
   [‑details [‑bs ] ]
   [ ‑lun lun‑id‑or‑fqn [,lun‑id‑or‑fqn ]...
     [{ ‑mappingStatus
      | ‑noMappingStatus
      }]
   ]
   [‑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 lun ‑list command to obtain fully qualified names (FQNs), the configuration information, and capacity information about SAN logical volumes that are configured on the Oracle FS System. If you do not specify the ‑lun option or the ‑volumeGroup option, information about all SAN volumes is displayed.

Note: Administrators with primary administrator, admin1, admin2, monitor, or support roles are authorized to run the lun ‑list command.

OPTIONS

bs

Returns additional information about the underlying virtual LUNs (VLUNs) that are associated with the specified LUNs. Use this option with the ‑details option.

details

Returns detailed configuration and state information for the specified LUNs.

lun

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

mappingStatus

Returns information about status of the host mappings or the host group mappings of the 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 LUN. Use this option with the ‑details option. Not returning status information is the default.

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 LUNs that are associated with each of the specified volume groups.

EXAMPLE

Task

Display a detailed listing of the properties and configuration of a LUN.

Parameters
  • The name of the LUN: DISK1

  • The volume group in which the LUN resides: /⁠user1_vg

$ fscli lun ‑list ‑details ‑lun /⁠user1_vg/⁠DISK1