CLI Guide
Table Of Contents
- Dell EMC OpenManage Enterprise Modular Edition Version 1.00.10 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
- OME Modular property database group and object descriptions
Example
● Enable DHCP for a switch:
racadm setniccfg -m switch-1 -d
● Configuration of switch to a static IPv4 address:
racadm setniccfg -m switch-1 -s 192.168.0.120 255.255.255.0
192.168.0.1
● Configuration of chassis to a static IPv4 address:
racadm setniccfg -m chassis -s 192.168.0.120 255.255.255.0 192.168.0.1
● Configuration of VLAN id for chassis:
racadm setniccfg -m chassis -v 1000
● Removal of VLAN configuration from a chassis:
racadm setniccfg -m chassis -v
swinventory
Description Displays the list of the software objects installed in the chassis.
Synopsis
racadm swinventory
Input
racadm swinventory
Example To view the software inventory:
racadm swinventory
traceroute
Description
Prints the route packets trace to the network host.
Synopsis
racadm traceroute <host>
Input <host>—The IPv4 address or hostname of the remote endpoint to trace.
Example To execute a trace route for IP address 192.168.0.2:
racadm traceroute 192.168.0.2
traceroute6
Description
Prints the route packets trace to the network host.
Synopsis
racadm traceroute6 <host>
Input <host>—The IPv6 address/hostname of the remote end point to trace.
22 RACADM sub command details