CLI Guide
Table Of Contents
- Dell EMC OpenManage Enterprise Modular Edition for PowerEdge MX7000 Chassis RACADM Command Line Reference Guide
- Introduction
- RACADM sub command details
- Guidelines to quote strings containing special characters when using RACADM commands
- Question mark and question mark with subcommand
- help and help with subcommand
- arp
- chassisaction
- chassisgroup
- chassislog
- cmcchangeover
- config
- connect
- deploy
- faultlist
- getconfig
- getmodinfo
- getniccfg
- getpbinfo
- getpminfo
- getsensorinfo
- getsysinfo
- ifconfig
- ping
- ping6
- racreset
- racresetcfg
- serveraction
- setniccfg
- swinventory
- traceroute
- traceroute6
- OpenManage Enterprise Modular property database group and object descriptions
● 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
● -i—Displays 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.
● -c—The 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
● -s—The 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
● -b—The subcategory used to filter the records. Provide multiple subcategories using a "," as the
delimiter. The value is case-insensitive. The valid values are:
○ CDEV—Devices
○ CAPP—Application
○ CTEM—Templates
RACADM sub command details 13