Users Guide
Table Of Contents
- Table of Contents
- Preface
- Part I General CLI Information
- Part II Noninteractive Commands
- 4 General Noninteractive Commands
- 5 Fibre Channel Noninteractive Commands
- Displaying System Information (Command Line Options -g, -z)
- Command Format
- Command Summary
- -a
- -b (Flash Update; Save Flash)
- -bbcr (BB Credit Recovery)
- -c (Display HBA Parameters)
- -ctp (CT Ping Test)
- -d (Driver Update)
- -dm (Transceiver Diagnostics Monitoring Interface [DMI])
- -dp (Diagnostic Port Test)
- -dport (Diagnostics Port)
- -e (Boot Devices Configuration)
- -ei
- -f
- -fcep (Diagnostics FC Ping [ELS Echo Ping])
- -fcp (Ping Test)
- -fec (FEC Enable/Disable)
- -fg (Display Driver Persistent Binding Settings)
- -ftr (CT FTR Test)
- -fs (Driver Parameters)
- -fwdump (Firmware Dump)
- -g
- -gs (Configure Parameters [Monitoring])
- -h (Help)
- -ha (Adapter Alias [FCoE Configuration])
- -i (FC Adapter Information; FC VPD Information; FC VFC Information)
- -kl (Loopback Test)
- -kr (Read Write Buffer Test)
- -l (FC Target/LUN Information)
- -ls (Display Parameters [HBA Statistics]; Link Status)
- -m (Selective LUNs)
- -mbiv (Flash/MBI Information)
- -n (Configure HBA Parameters)
- -o (Redirect Standard Output To a File)
- -p (Target Persistent Bindings)
- -pa (Adapter Port Alias [FCoE Configuration])
- -pc (Adapter Personality Change)
- -pl (Persistent Names [udev] – Linux only)
- -q (Target Link Speed [iiDMA])
- -qos (Quality of Service [QoS])
- -r (Parameters Update; Save HBA Parameters)
- -rdp (Read Diagnostics Parameter)
- -s (Suppress Output [Silent Mode])
- -scm (Congestion Management)
- -sp (FC Board Config Update)
- -t (FC Target/LUN Information)
- -tb (Target Beacon)
- -tm (Temperature Monitor)
- -tp (Topology)
- -trace (FCE Trace)
- -u (Firmware Preload Table Update)
- -v (QCC CLI Version Information)
- -vp (Virtual Ports [NPIV])
- -x (XML Output [Legacy])
- -x2 (XML Output)
- -z (All Information)
- Part III Interactive Commands
- 6 Fibre Channel Interactive Commands
- Adapter Information
- Adapter Configuration
- Adapter Alias (-ha)
- Adapter Port Alias (-pa)
- HBA Parameters
- Target Persistent Binding (-p)
- Persistent Names (-pl)
- Boot Devices Configuration
- Virtual Ports (NPIV) (-vp)
- Target Link Speed (iiDMA)) (-q)
- Driver Parameters (-fs)
- Selective LUNs (-m)
- Quality of Service (QoS) (-qos)
- Export (Save) Configuration
- Generate Reports
- Personality (-pc)
- FEC (-fec)
- BB Credit Recovery (-bbcr)
- Adapter Updates
- Adapter Diagnostics
- Monitoring
- Refresh
- Help (-h)
- Exit
- A Revision History
- 6 Fibre Channel Interactive Commands
- Glossary
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.