lsfcportsetmember
Use the lsfcportsetmember command to list the mapping between Fibre Channel I/O port ID and portset objects.
Syntax
Parameters
- portsetmember_id
- (Optional) Specifies the ID of the portset membership. The ID value is in decimal of 0 - 1727.
- -filtervalue attribute=value
- (Optional) Specifies a list of one or more filters. Only objects with a value that matches the filter attribute value are displayed.
- -filtervalue?
- (Optional) Displays the valid filter attributes for the -filtervalue
attribute=value parameter:
- fc_io_port_id
- portset_name
- portset_id
Description
This table provides the attribute values that can be displayed as output view
data.
Attribute | Description |
---|---|
id | Indicates the ID of the map. The value can be a decimal number in the range 0 - 1727. |
fc_io_port_id | Indicates the Fibre Channel I/O port ID of the port. The value can be a decimal number 1 to maximum Fibre Channel I/O ports. |
portset_id | Indicates the portset id to which Fibre Channel I/O port ID is added. The value can be a decimal number 0 to 71. |
portset_name | Indicates the portset name to which Fibre Channel I/O port ID is added. The value can be alphanumeric string. |
owner_id | Indicates the ID of the ownership group. |
owner_name | Indicates the name of the ownership group. |
A concise invocation example
lsfcportsetmember
The resulting output
id fc_io_port_id portset_id portset_name owner_id owner_name
4 1 4 portset4 0 ownershipgroup0
8 1 8 portset8 0 ownershipgroup0
12 1 12 portset12 1 ownershipgroup1
16 1 16 portset16 2 ownershipgroup2
20 1 20 portset20 3 ownershipgroup3
24 1 24 portset24 4 ownershipgroup4
28 1 28 portset28 4 ownershipgroup4
32 1 32 portset32 5 ownershipgroup5
36 1 36 portset36 6 ownershipgroup6
40 1 40 portset40 7 ownershipgroup7
44 1 44 portset44 8 ownershipgroup8
48 1 48 portset48 8 ownershipgroup8
76 2 4 portset4 0 ownershipgroup0
78 2 6 portset6 0 ownershipgroup0
136 2 64 portset64
280 4 64 portset64
1144 16 64 portset64
An invocation example of list of all port to portset mappings of fc_io_port_id 1
lsfcportsetmember -filtervalue fc_io_port_id=1
The resulting output
id fc_io_port_id portset_id portset_name owner_id owner_name
4 1 4 ps4
64 1 64 portset64
An invocation example of list of all port to portset mappings of portset with id 64
lsfcportsetmember -filtervalue portset_id=64
The resulting output
id fc_io_port_id portset_id portset_name owner_id owner_name
64 1 64 portset64
136 2 64 portset64
208 3 64 portset64
280 4 64 portset64
352 5 64 portset64
424 6 64 portset64
496 7 64 portset64
568 8 64 portset64
640 9 64 portset64
712 10 64 portset64
784 11 64 portset64
856 12 64 portset64
An invocation example of list of all port to portset mappings for portset portset64
lsfcportsetmember -filtervalue portset_name=portset64
The resulting output
id fc_io_port_id portset_id portset_name owner_id owner_name
64 1 64 portset64
136 2 64 portset64
208 3 64 portset64
280 4 64 portset64
352 5 64 portset64
424 6 64 portset64
496 7 64 portset64
568 8 64 portset64
640 9 64 portset64
712 10 64 portset64
784 11 64 portset64
856 12 64 portset64