CLI Guide

Examples
Executes on a leader, adds a stand-alone chassis to the group:
racadm chassisgroup add -m 192.168.0.1
View members present in a group:
racadm chassisgroup view members
racadm chassisgroup view members --pending
racadm chassisgroup view members --discovered
racadm chassisgroup view groups
Executes on a stand-alone, adds a stand-alone chassis to the group:
racadm chassisgroup add -g <groupname>
Executes on a standalone using lead IP, adds a stand-alone chassis to the group:
racadm chassisgroup add -l 192.168.0.1
Admits a chassis to the chassis group
racadm chassisgroup admit -m 192.168.0.1
Denies entry of the stand-alone chassis to the group:
racadm chassisgroup deny -m 192.168.0.1
chassislog
Description
Displays the records in the active chassis log. The most recent, that is a maximum of 25 records, are
displayed by default. However, you can add the option, -n all to see all the records. Supported options
are:
racadm chassislog chassislog view [-i]
racadm chassislog view [-c <category>] [-s <severity>] [-b
<subcategory>] [-q <sequence no.>] [-n <number of records>] [-r <start
timestamp>] [-e <end timestamp>]
Synopsis
-iDisplays the sequence number of the first and the last record present in the active chassis log.
You cannot use this option with any other option.
NOTE: The sequence number of the chassis logs may not be continuous.
-cThe category used to filter the records. Provide multiple categories using a "," as the delimiter.
The value is case-insensitive. The valid values are:
System
Config
Updates
Audit
-sThe severity used to filter the records. Provide multiple severities using a "," as the delimiter. The
value is case-insensitive. The valid values are:
Critical
Warning
Info
12 RACADM sub command details