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
-ei
Doc. No. TD-000947 Rev. 1
Janurary 29, 2021 Page 43 Copyright © 2021 Marvell
-ei
To view error and exit code information for noninteractive mode, issue the -ei
command as follows:
qaucli -pr fc -ei
-f
To input parameter options to QConvergeConsole CLI through a text file, type -f,
followed by the file name. For example:
qaucli -pr fc -f <text file name>
The text file must be formatted as follows:
The file must contain a single line.
The file must contain only parameters.
The file cannot contain another -f option.
The following example shows how to set the connection option of an adapter to
default (loop preferred, otherwise point-to-point) and the data rate to auto through
a command file that is invoked by the -f option:
1. Create a text file (for example, setadapter0.txt) containing the
following command:
-n 0 co 2 dr 2
2. Save and close the file.
3. Issue the qaucli -pr fc command with the -f option as follows:
qaucli -pr fc -f setadapter0.txt
4. QConvergeConsole CLI executes the command in file setadapter0.txt,
which is equivalent to having issued the following command:
qaucli -pr fc -n 0 co 2 dr 2
NOTE
Exit codes are also listed in the fcscli-exitcodes.txt file located
here:
C:\Program Files\QLogic Corporation\QConvergeConsoleCLI
NOTE
The -f option is valid only in noninteractive mode, and cannot be
combined with any other options. Only one command line parameter per file
is valid. This option is used when it is run as a script file.