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
○ CSEC—Security
○ CMON—Monitoring
○ CDPY—Deployment
○ CREP—Reports
○ CGRP—Groups
○ CDIS—Discovery
○ CINV—Inventory
○ CGEN—Generic
○ CUPD—Firmware update
○ CFWS—Setup
○ CUSR—User audit messages
○ CJOB—Job info
○ CMSC—Miscellaneous
● -q—The sequence number from which the records must be displayed. Records older than this
sequence number are displayed.
● -n—Specifies the number of records that must be displayed. If the number is not specified, the
recent 25 records are displayed. The option, "all", displays all the available records.
● -r—Displays events that have occurred after this time. The time format is yyyy-mm-dd
HH:MM:SS. The timestamp must be mentioned within double quotes.
● -e—Displays events that have occurred before this time. The time format is yyyy-mm-dd
HH:MM:SS. The timestamp must be mentioned within double quotes.
Input To view chassis log
racadm chassislog view
Example
● Display the latest 25 records from the active chassis log:
racadm chassislog view
● Display the sequence number of the first and the last record present in the chassis log:
racadm chassislog view -i
● Display the records under audit and system categories with severities set to warning or critical:
racadm chassislog view -c Audit,system -s warning,critical
● Display the records with severities set to warning or critical, starting from sequence number 4:
racadm chassislog view -s warning,critical -q 4
● Display five records starting from sequence number 20:
racadm chassislog view -q 20 -n 5
● Display records of all events which that have occurred between 2011-01-02 23:33:40 and 2011-01-03
00:32:15:
racadm chassislog view -r "2011-01-02 23:33:40" -e "2011-01-03
00:32:15
cmcchangeover
Description
Changes the redundant state of the management module from active to standby and standby to active.
Synopsis
racadm cmcchangeover
Input racadm cmcchangeover
14 RACADM sub command details