Users Guide

Table Of Contents
4–QCS CLI Usage
Performing Management Tasks
Doc No. TD-000971 Rev. 1
January 29, 2021 Page 162 Copyright © 2021 Marvell
Interactive Mode
Issue the save {-f MAC|BDF} <file_path_name> to save the current
teaming configuration to a file from within the teamview view listings.
Examples:
save -f MAC o:\temp\asdf.bcg saves the current teaming configuration to
a file named asdf.bcg with adapters identified using the MAC address.
save -f BDF o:\temp\asdf.bcg saves the current teaming configuration to
a file named asdf.bcg with adapters identified using the BDF hexadecimal
number.
Removing One or More Teams
CLI Mode
Issue the following command to remove one or more teams from the system:
QCSCLI -t team -f name -i <team name> "remove"
Examples:
QCSCLI -t team -f name -i asdf "remove" removes a team named
asdf from the system.
QCSCLI -t team "remove -c all" removes all teams from the system.
QCScli -r host -u user -p pass -t team "remove -c all"
specifies a host from which to remove team.
Interactive Mode
Issue the remove {-c all | <team_name>|} command to remove one or
more teams from the system.
Examples:
remove asdf removes a team named asdf from the system.
remove -c all removes all teams from the system.
remove removes the active and selected team from the system.
Displaying Unassigned Adapters
CLI Mode
Issue the QCSCLI -t TEAM unassigned command to display a list of
adapters that are not assigned to a team.
Interactive Mode
Issue the unassigned command in the teamview to display a list of adapters
that are not assigned to a team.