Users Guide

Table Of Contents
3–Getting Started
Getting Help
Doc. No. TD-000947 Rev. 1
Janurary 29, 2021 Page 17 Copyright © 2021 Marvell
//limit update to device with WWN
NOTE: mac,wwnn and wwpn switches are exclusive
fwdump=fwdump_file_name // NOT implemented yet
comment=[on|true|yes|y|1]
// inserts comments into xml output
// on mac of the device
// and other info if available
discoverall=[on|true|yes|y|1]
// discover all adapters; if not set,
// only adapters specified in svmtool.cfg
// will be discovered.
NOTE: discoverall is applicable only for mode=inventory
and mode=update
-all // same as discoverall=[on|true|yes|y|1]
all // same as discoverall=[on|true|yes|y|1]
-suppress_version_match // suppress match check
// for version of flash file
// and version in svmtool.cfg
-supvermatch // same as -suppress_version_match
Example 1 - Display vesion only
qaucli -pr all -svmtool mode=version
Example 2 - Update FW from file and produce xml
output to stdout and to a file;
add comments to xml on mac of the device
qaucli -pr all -svmtool mode=update
fwup=c:/fw/fw1.bin
output=stdout output=c:/xmloutput/1.xml
comment=on