Reference Guide
Table Of Contents
- Chassis Management Controller Version 5.2 for Dell PowerEdge M1000e RACADM Command Line Reference Guide
- Contents
- Introduction
- RACADM Subcommand Details
- Guidelines to Quote Strings Containing Special Characters When Using RACADM Commands
- racadm ? and ? subcommand
- help and help subcommand
- arp
- chassisaction
- chassislog
- closessn
- clrraclog
- clrsel
- cmcchangeover
- config
- connect
- deploy
- eventfilters
- feature
- featurecard
- fwupdate
- get
- getactiveerrors
- getarraycfg
- getassettag
- getchassisname
- getconfig
- getdcinfo
- getflexaddr
- getfanreqinfo
- getioinfo
- getkvminfo
- getled
- getmacaddress
- getmodinfo
- getniccfg
- getpbinfo
- getpminfo
- getraclog
- getractime
- getredundancymode
- getsel
- getsensorinfo
- getslotname
- getssninfo
- getsvctag
- getsysinfo
- gettracelog
- getversion
- ifconfig
- krbkeytabupload
- netstat
- ping
- ping6
- racdump
- racreset
- racresetcfg
- remoteimage
- set
- serveraction
- setarraycfg
- setassettag
- setchassisname
- setflexaddr
- setled
- setniccfg
- setractime
- setslotname
- setsysinfo
- sshpkauth
- sslcertdownload
- sslcertupload
- sslcertview
- sslcsrgen
- sslresetcfg
- testemail
- testfeature
- testtrap
- traceroute
- traceroute6
- CMC Property Database Group and Object Descriptions
- Displayable Characters
- idRacInfo
- cfgLanNetworking
- cfgRemoteHosts
- cfgUserAdmin
- cfgEmailAlert
- cfgSessionManagement
- cfgSerial
- cfgOobSnmp
- cfgTraps
- cfgRacTuning
- cfgServerInfo
- cfgActiveDirectory
- cfgLDAP
- cfgLDAPRoleGroup
- cfgStandardSchema
- cfgLocation
- cfgChassisPower
- cfgChassisDefaultPowerCapLowerBoundBTU (Read Only)
- cfgChassisDefaultPowerCapLowerBound (Read Only)
- cfgChassisDefaultPowerCapUpperBound (Read Only)
- cfgChassisDefaultPowerCapUpperBoundBTU (Read or Write)
- cfgChassisAllow110VACOperationTimestamp (Read Only)
- cfgChassisMaxPowerConservationModeTimestamp (Read Only)
- cfgChassisACPowerRecoveryDisable
- cfgThermal
- cfgKVMInfo
- cfgLcdInfo
- cfgAlerting
- cfgIPv6LanNetworking
- cfgCurrentLanNetworking (Read Only)
- cfgCurrentIPv6LanNetworking (Read Only)
- cfgNetTuning
- cfgRacSecurity
- cfgQuickDeploy
- cfgActionOnServerInsertion
- cfgSetiDRACRootPasswordOnServerInsertion
- cfgiDRACRootPassword
- cfgEnableiDRACLAN
- cfgEnableiDRACIPv4
- cfgEnableiDRACIPMIOverLAN
- cfgEnableiDRACIPv4DHCP
- cfgStartingiDRACIPv4Address
- cfgiDRACIPv4GateWay
- cfgiDRACIPv4Netmask
- cfgEnableiDRACIPv6
- cfgEnableiDRACIPv6AutoConfig
- cfgiDRACIPv6PrefixLength
- cfgiDRACIPv6Gateway
- cfgReservedIPAddressNumbers
- cfgUseCMCDNSSettings
Example
● Power down the operating system on the server by using the following command:
racadm serveraction powerdown
Powers down the managed system
● Reseat blade 2 on CMC by using the following command:
racadm serveraction -m server-2 reseat -f
Server power operation successful
● Turn off the server 16 from CMC by using the following command:
racadm serveraction -m server-16 powerdown
Server power operation successful
● Get Power Status of blade 16 on CMC by using the following command:
racadm serveraction -m server-16 powerstatus
ON
● Turn off the server 16 from CMC, when the power is already turned off on that server by using the
following command:
racadm serveraction -m server-16 powerdown
Server is already powered OFF.
● Power action on all servers by using the following command:
racadm serveraction -a powerup
setarraycfg
Description
To configure storage array properties, run this command.
Synopsis
● racadm setarraycfg -m module –n <member_name> <member_ip> <member_mask>
<member_gateway> -e 0|1 -g <groupname> <group_id> <group_password>
[<admin_password>] [-f A|B]
●
racadm setarraycfg -f A|B
NOTE: The valid value for -m is server–n, where n=1–16.
Input
● -m — Module is one of the following values:
○ server–<n>: where n = 1–7 and 9–15
● <member_name> — A unique and descriptive name that is fewer than 64 alphanumeric characters,
without spaces. The first character is a letter or a number. It is used only to identify and administer the
array.
● <member_ip> — Each member IP Network address must have at least one network interface on the
same subnet as the group IP address.
● <member_mask> — Member Netmask combines with the member IP address to identify the subnet on
which the network interface specified resides. The default is 255.255.255.0
● <member_gateway> — Member Gateway network address is for the device that connects the subnet
and forward the network traffic beyond the local network.
● —e — Selects existing or create new group for a member. The valid values are:
○ 0 — to create new group
○ 1 — to use existing group
NOTE: If —e is 0, then admin password is mandatory.
● <group_name> — Name of the group for administrative purpose. You can use up to 64 alphanumeric
characters and hyphens. The first character must be a letter or number.
● <group_ip> — Group IP and Network address for the group. The group IP address is used for
administrative and host access to volumes.
RACADM Subcommand Details 79