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
serveraction
Description Manages the server or storage power. Supported actions are:
● powerdown—perform server power off
● powerup—perform server power on
● powercycle—perform server power cycle
● hardreset—force hard server power reset
● graceshutdown—perform graceful shutdown of server
● reseat—perform a virtual reseat of a server/storage
NOTE: This action requires -f option to force the action.
● powerstatus—display current power status of server
NOTE: This action is not allowed with -a option
Synopsis
racadm serveraction -m <module> <action>
racadm serveraction -a <action>
Input
● -m—The <module> must be server-<n>, where n = 1 to 8
● -a—Performs power action on all servers
Example
● Power action on a single server:
racadm serveraction -m server-1 powerdown
● Power action on all servers:
racadm serveraction -a powerup
● Reseat action on a single storage:
racadm serveraction -m storage-2 -f reseat
setniccfg
Description
Modifies network configuration properties.
Synopsis
racadm setniccfg [-m <module>] -d
racadm setniccfg [-m <module>] -s <ipAddress> <netmask> <gateway>
Input
● -m—The <module> option must be one of the following values:
○ switch-<n>, where n = 1-6
○ chassis—The default state if -m is not specified.
● -d—Enables DHCP for the Ethernet management port.
● -s—Enables static IP address, netmask, and gateway settings.
NOTE:
○ Enter the IP address, netmask, and gateway as dotted decimal strings.
○ Command also supports VLAN Configuration.
●
-v—VLAN settings has the following legal values: <vlan_id> : 1-4000, 4021-4094
NOTE: Disable the DHCP option to configure the static IP.
RACADM sub command details 21