Users Guide

Table Of Contents
5–Fibre Channel Noninteractive Commands
-m (Selective LUNs)
Doc. No. TD-000947 Rev. 1
Janurary 29, 2021 Page 68 Copyright © 2021 Marvell
To view all selective LUNs for all adapter ports, issue the following command:
qaucli -pr fc -m all view|info
To view an adapter’s selective LUN list, issue the following command:
qaucli -pr fc -m <hba instance>|<hba wwpn> view|info
In Solaris SPARC, include double quotes around the question mark (?) if the
system is running with a csh or tsch shell. For example:
qaucli -pr fc -m <hba instance> | <hba wwpn> "?"
QConvergeConsole CLI shows the adapter’s enabled LUN list in the following
format:
<target wwnn> <target wwpn> <lun id>
To view the current select state of a specific LUN, issue the following command:
qaucli -pr fc -m <hba instance>|<hba wwpn> (<target wwnn>
<target wwpn> <lun id>) view|info
If the input represents a valid LUN, QConvergeConsole CLI shows that LUN’s
current state as selected or deselected for that adapter.
To enable (select) a LUN on a specific target on a specific adapter, issue the
following command:
qaucli -pr fc -m <hba instance>|<hba wwpn> (<target wwnn>
<target wwpn> <lun id> 1|enable|select)...
To disable (deselect) a LUN on a specific target on a specific adapter, issue the
following command:
qaucli -pr fc -m <hba instance>|<hba wwpn> (<target wwnn>
<target wwpn> <lun id> 0|disable|deselect)...
<target wwpn> = World wide port name of the target
<lun id> = ID of the LUN
NOTE
To select multiple LUNs in a single command, repeat the sequence
<target wwnn> <target wwpn> <lun id> 1.
NOTE
To select multiple LUNs in a single command, repeat the sequence
<target wwnn> <target wwpn> <lun id> 0.