lslss
The lslss command displays a list of logical subsystems (LSSs) for a storage image and status information for each logical subsystem in the list.
Parameters
- -dev storage_image_ID
- (Optional) The storage image ID, which consists of manufacturer, machine type, and serial number. The storage image ID is required if you do not specify a fully qualified LSS ID, do not set the devid variable in your profile or through the setenv command, and the HMC is aware of more than one storage image. Using the -dev parameter will temporarily override any defined value for devid for the current command.
- -s
- (Optional) Displays LSS IDs. You cannot use the -l and the -s parameters together.
- -l
- (Optional) Displays the default output plus the SSID and resource group ID. You cannot use the -l and the -s parameters together.
- -addrgrp address_group
- (Optional) Displays only LSSs that belong to the specified address group. An address group is a single hexadecimal character (0 - F).
- -resgrp resource_group_ID
- (Optional) Displays only the LSSs that are assigned to the specified resource group ID. The resource group ID begins with the letters RG and ends with a decimal number.
- LSS_ID ... | -
- (Optional) The logical subsystem IDs. An LSS ID is two hexadecimal characters 00 - FE.
Example: Displaying a list of LSSs and their status for a storage image
The following table represents the headers that are displayed on the output report that is associated with the lslss command using the -l parameter.
dscli> lslss -dev IBM.2107-75FA120 -l
Output
ID | Group | Addrgrp | Stgtype | Confgvols | Subsys | resgrp |
---|---|---|---|---|---|---|
IBM.2107-75FA120/10
|
0 | 1 | fb | 256 | FF10 | RG0 |
IBM.2107-75FA120/11
|
1 | 1 | fb | 256 | FF11 | RG0 |
IBM.2107-75FA120/12
|
0 | 1 | fb | 256 | FF12 | RG0 |
Output definitions
- ID*
- The unique identifier that is assigned to this logical subsystem object. The identifier includes the storage image ID and a 2-digit hexadecimal number for the LSS ID. The LSS ID can be in the range of 00 - FE.
- Group
- The server that is managing the logical subsystem group. The server is identified as either 0 or 1.
- Addrgrp
- The address group object of which the logical subsystem is a member.
- Stgtype
- The type of storage volumes that are contained by this logical subsystem. The displayed value is either fb (fixed block) or ckd (count key data).
- Confgvols
- The number of volumes currently assigned to this logical subsystem.
- Subsys+
- The user assigned, or default SSID value.
- resgrp+
- The resource group ID that the LSS is assigned to. The resource group ID begins with the letters RG and ends with a decimal number.
Key:
- *
- Displayed when the -s parameter is specified.
- +
- Displayed only when the -l parameter is specified.