Dell Chassis Management Controller Version 6.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. © January 2008 - June 2018 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents 1 Introduction....................................................................................................................................................7 New in this release............................................................................................................................................................. 7 Supported RACADM Interfaces.....................................................................................................................................
getkvminfo........................................................................................................................................................................45 getled.................................................................................................................................................................................45 getmacaddress....................................................................................................................................
testemail............................................................................................................................................................................88 testfeature........................................................................................................................................................................ 88 testtrap.........................................................................................................................................
cfgStandardSchema.......................................................................................................................................................144 cfgSSADRoleGroupIndex (Read Only)...................................................................................................................144 cfgSSADRoleGroupName (Read or Write)........................................................................................................... 145 cfgSSADRoleGroupDomain (Read or Write)..
1 Introduction NOTE: In this version of RACADM, the Linux shell features such as ctrl+d, home, del, and end shortcut keys are not supported. This document provides information about the RACADM subcommands, supported RACADM interfaces, and property database groups and object definitions for Dell Chassis System (CMC).
RACADM Syntax Usage The following section describes the syntax usage for SSH or Telnet, and Remote RACADM. SSH, Telnet, or Remote RACADM racadm -r -u username -p password racadm -r -u username -p password getconfig -g -o
Option Description -u Specifies the user name that is used to authenticate the command transaction. If the-u option is used, the -p option must be used, and the -i option (interactive) is not allowed. NOTE: If you are using CIFS that is registered with a domain, and are accessing the CIFS using the IP with the CIFS local user credentials, it is mandatory to enter the hostname or host IP with the -u option.
Subcommand CMC Telnet/SSH/Serial Remote RACADM getarraycfg Yes Yes getassettag Yes Yes getchassisname Yes Yes getconfig Yes Yes getdcinfo Yes Yes getfanreqinfo Yes Yes getflexaddr Yes Yes getioinfo Yes Yes getkvminfo Yes Yes getled Yes Yes getmacaddress Yes Yes getmodinfo Yes Yes getniccfg Yes Yes getpbinfo Yes Yes getpminfo Yes Yes getraclog Yes Yes getractime Yes Yes getredundancymode Yes Yes getsel Yes Yes getsensorinfo Yes Yes getslotname Y
Subcommand CMC Telnet/SSH/Serial Remote RACADM remoteimage Yes Yes set Yes Yes serveraction Yes Yes setarraycfg Yes Yes setassettag Yes Yes setchassisname Yes Yes setflexaddr Yes Yes setled Yes Yes setniccfg Yes Yes setractime Yes Yes setslotname Yes Yes setsysinfo Yes Yes sshpkauth Yes Yes sslcertdownload No Yes sslcertupload No Yes sslcertview Yes Yes sslcsrgen Yes Yes sslresetcfg Yes Yes testemail Yes Yes testfeature Yes Yes testtrap Yes Ye
The following system documents are also available to provide more information about the system in which iDRAC is installed: • The Hardware Owner’s Manual provides information about system features and describes how to troubleshoot the system and install or replace system components. • Documentation for any components you purchased separately provides information to configure and install the options.
Dell provides several online and telephone-based support and service options. Availability varies by country and product, and some services may not be available in your area. To contact Dell for sales, technical support, or customer service issues: 1 Go to Dell.com/support. 2 Select your support category. 3 Verify your country or region in the Choose a Country/Region drop-down list at the bottom of the page. 4 Select the appropriate service or support link based on your need.
2 RACADM Subcommand Details This section provides detailed description of the RACADM subcommands including the syntax and valid entries.
• 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 • testcif
Strings containing the following special characters must be quoted using double quotation marks: • $ (dollar sign) • " (double quotation mark) • ` (backward quotation mark) • \ (backward slash) • ~ (tilde) • | (vertical bar) • ( (left parentheses) • ) (right parentheses) • & (ampersand) • > (greater than) • < (less than) • # (pound) • ASCII code 32 (space) There are different escaping rules for double quotation marks.
? -- display usage summary for a subcommand arp -- display the networking arp table chassisaction -- execute power-up/down/cycle or reset operation chassislog -- display the chassislog closessn -- close a session clrraclog -- clear the CMC log clrsel -- clear the System Event Log (SEL) cmcchangeover -- changes the redundant state of the CMC from active to standby and vice versa config -- modify CMC configuration properties connect -- connect to switch or blade serial console deploy -- deploy bl
testemail testfeature testtrap traceroute traceroute6 wsman ------- test CMC e-mail notifications test CMC feature x test CMC SNMP trap notifications determine the route of a packet determine the route of a packet perform wsman client functions for servers.
arp Table 5. arp table Description Displays the contents of the Address Resolution Protocol (ARP) table. ARP table entries cannot be added or deleted. To use this subcommand, you must have Execute Diagnostic Commands. Synopsis racadm arp Input N/A Example racadm arp Table 6. Output Address HW Type HW Address Mask Device 192.168.1.1 Ether 00:0d:65:f3:7c:bf C eth0 chassisaction Table 7. Details of chassisaction attribute Description Runs a power action on the chassis, KVM or a switch.
Example • • Perform a reset of switch-3: racadm chassisaction -m switch-3 reset Module power operation successful. Perform a non graceful shutdown of the chassis: racadm chassisaction -m chassis nongraceshutdown chassislog Table 8. Details of chassislog attribute Description Displays chassis log and management operations.
NOTE: This subcommand ends all the sessions other than the current session. Synopsis Input • racadm closessn –i • racadm closessn -a • racadm closessn -u • • —i — The session ID of the session to close, which can be retrieved using RACADM getssninfo subcommand. Session running this command cannot be closed. —a — Closes all sessions. • —u — Closes all sessions for a particular user name.
Clear SEL log on server 1 cmcchangeover Table 12. Details of cmcchangeover attribute Description Changes the state of the CMC from active to standby, or from standby to active, in a redundant CMC configuration. This subcommand is useful for remote debugging or testing purposes To use this subcommand, you must have the Administrator privilege. NOTE: This command is applicable only in redundant CMC environments.
• -p — This option must be used with the -f option. It directs config to delete the password entries contained in the config file -f after the configuration is complete. To apply the password, you must remove the preceding Read-Only marker '#' in the config file before executing the config -f command. • -g — The -g , or group option, must be used with the -o option. The specifies the group containing the object that is to be set.
• Connect to server 1 serial console: racadm connect -m server-1 deploy Table 15. Details of deploy attribute Description Deploys blade server or IOM by specifying the required properties. To use this subcommand, you must have the Server Administrator privilege. NOTE: Use setniccfg to configure static IP address, subnet mask, and gateway, and DHCP, speed and duplex properties.
• • • -v SNMPv2 ro — Specifies the SNMP community string for switches. Valid community strings are 1–20 characters in length, with valid ASCII characters in the range [33–125] (decimal). Protocol version set to SNMPv2. Permission on community string is read-only. -q — Displays or modifies the quick deploy parameters. -n — Specifies the number of reserved IP addresses for quick deploy. The allowed values are: 8, 16, and 32.
NOTE: The general format of an alert descriptor: cmc.alert.category.[subcategory].[severity] where, category is mandatory, but subcategory and severity are optional. A severity cannot precede a subcategory. Valid category values are: • • • • • All System Updates Audit Config Valid severity values are: • • • Critical Warning Informational Valid examples of alert descriptors are: Input • cmc.alert.all • cmc.alert.audit • cmc.alert.audit.lic • cmc.alert.audit.warning • cmc.alert.audit.lic.
• Configure using severity as a parameter. For example, all informational events in storage category are assigned poweroff as action, and email and snmp as notifications: racadm eventfilters set -c cmc.alert.storage.info -n email,snmp • Configure using subcategory as a parameter. For example, all configurations under the licensing subcategory in the audit category are assigned poweroff as action and all notifications are enabled: racadm eventfilters set -c cmc.alert.audit.
Example • Display the current status of all chassis features: racadm feature -s • Deactivate the FlexAddressPlus feature on the chassis: racadm feature -d -c FlexAddressPlus featurecard Table 18. Details of featurecard attribute Description Verifies proper SD card installation and displays the SD card status. To use this subcommand, you must have the Chassis Configuration Administrator privilege. Synopsis racadm featurecard -s Input -s — Lists active SD card features and SD card status.
NOTE: CMC firmware update is supported only for the firmware versions 3.10, 3.20, 3.21, 4.0, 4.10, 4.11, 4.30, 4.31, 4.45, and 4.5. For any version other than these, first update to any of these versions, and then update to the required version. To use this subcommand, you must have the Chassis Configuration Administrator privilege. NOTE: The fwupdate command is not supported for iDRAC7 or later. Use the CMC GUI to perform the operation.
NOTE: When attempting to run firmware update task using racadm fwupdate command, if the firmware image path length is greater than 256 characters. Remote RACADM client exits with the error message "ERROR: Specified path is too long". Input • —u — Performs the firmware update operation (used with -p and -g). • —s — Displays the status of the firmware update. Use this option by itself. Lists active SD card features and SD card status. NOTE: Use —m to display the status of the module update.
NOTE: You can specify the cmc-active and cmc-standby modules at the same time along with one or more server-n modules. This option enables the devices to be updated together. NOTE: Verify that the update applied to servers for a particular generation has been validated for all impacted server models. Output Displays a message indicating the operation that is being performed. Example • Upload the firmware image from the TFTP server and start the firmware update. racadm fwupdate -g -u -a 192.168.0.
Table 20. Firmware update methods on CMC servers FW Update Method CMC Local RACADM No Local RACADM-TFTP No Local RACADM-FTP No Remote RACADM Yes Remote RACADM-TFTP Yes Remote RACADM-FTP Yes Firmware RACADM-TFTP Yes Firmware RACADM-FTP Yes get Table 21. Details of get attribute Description Saves CMC configuration properties to a file. NOTE: If CMC is not in the network, you cannot export the chassis configuration profile to a remote network share with proxy using the get command.
Example • Export the CMC XML configuration to a local share using remote racadm racadm -r 192.168.0.120 -u abc -p get -f file.xml -t xml • Export the CMC XML configuration to a CIFS share racadm get -f file.xml -t xml -u myuser -p mypass -l //192.168.0.0/ share • Export the CMC XML configuration to an NFS share racadm get -f file.xml -t xml -l 192.168.0.0:/myshare getactiveerrors Table 22. Details of getactiveerrors attribute Description Displays CMC active errors.
• Module ID Severity Message = 1 = Critical = The storage battery has failed. Module ID Severity Message = 10 = Critical = General failure after video. Module ID Severity Message = ps-6 = Critical = The power input for power supply 6 is lost. To display the Critical error messages for all the components. racadm getactiveerrors –s critical Module ID Severity Message = 1 = Critical = The storage battery has failed. Module ID Severity Message = 10 = Critical = General failure after video.
getarraycfg Table 23. Details of getarraycfg attribute Description To display the storage array properties and configuration status, run this command. Synopsis getarraycfg -m [-s] Input • -m — The valid value for —m is server–, where n = 1 to 7 and 9 to 15. • -s — Query for current storage configuration process status. Output Array configured properties for: • • • • • Member Name Member IP Group Name Group IP Fabric Selection configuration completed successfully.
To run this subcommand, you must have the CMC Login User privilege. Synopsis racadm getchassisname Input N/A Example racadm getchassisname CMC-JGB6B2S getconfig Table 26. Details of getconfig attribute Description Retrieves iDRAC configuration parameters individually or all iDRAC configuration groups may be retrieved and saved to a file. NOTE: This subcommand is deprecated. For viewing the configuration objects and its values, use get subcommand.
cfgLDAPRoleGrou p cfgLDAPRoleGroupDN cfgServerInfo cfgServerBmcMacAddress cfgStandardSchem cfgSSADRoleGroupName a cfgTraps cfgTrapsAlertDestIPAddr cfgUserAdmin cfgUserAdminUserName Groups Key Attributes cfgEmailAlert cfgEmailAlertAddress cfgLDAPRoleGrou p cfgLDAPRoleGroupDN cfgServerInfo cfgServerBmcMacAddress cfgStandardSchem cfgSSADRoleGroupName a cfgTraps cfgTrapsAlertDestIPAddr cfgUserAdmin cfgUserAdminUserName Example • Displays the configuration properties (objects) that are cont
• Displays a single object from a particular group. racadm getconfig -g cfgSerial -o cfgSerialBaudRate • Displays an indexed group. racadm getconfig -g cfgUserAdmin -o cfgUserAdminUserName -i 2 • Displays the current Enhanced Cooling Mode property configuration. racadm getconfig –g cfgThermal getdcinfo Table 28. Details of getdcinfo attribute Description Displays general I/O module and daughter card configuration information. Only the CMC controls daughter cards.
server-6 Not Present None N/A None N/A server-7 Not Present None N/A None N/A server-8 Present FibreChannel 4 Invalid None N/A server-9 Extension(1) None N/A None N/A server-10 Not Present None N/A None N/A server-11 Not Present None N/A None N/A server-12 Not Present None N/A None N/A server-13 Not Present None N/A None N/A server-14 Not Present None N/A None N/A server-15 Not Present None N/A None N/A server-16 Not Present None N/A None N/A
getflexaddr Table 32. Details of getflexaddr attribute Description Displays enabled or disabled status for the entire chassis and fabric ID decoder. If used with the -i option, the command displays MACs/WWN addresses on a per slot basis. The decoder values indicate the protocols of the network cards: • 0 — Unsupported • 1 — ISCSI • 2 — FCoE-FIP • 3 — iSCSI/FCoE-FIP To run this subcommand, you must have the CMC Login User privilege.
15 Enabled Not Present 16 Enabled Not Present A Gigabit Ethernet Enabled B None Enabled C None Enabled Table 34. For Fabric type Table 35.
Table 37. Example 1 SLOT-01 N/A N/A Not Present N/A 2 WIN-JGKC47ACGKG PowerEdge M630 ON Present 38 3 WIN-N24BRAT3L1J PowerEdge M630 ON Present 38 4 SLOT-04 PowerEdge M630 ON Present 17 5a nodea.NOBLEEST.
Switch-6 N/A None Not Present N/A [Enhanced Cooling Mode] Enhanced Cooling Mode(ECM) Status = Disabled getioinfo Table 39. Details of getioinfo attribute Description Displays general information about the I/O modules on the chassis. To run this subcommand, you must have the CMC Login User privilege. NOTE: The fabric type may be any supported I/O fabric type, such as Ethernet, Fibre Channel, and InfiniBand.
Aggregato r switch -6 MXL 10/40GbE 10 GbE KR Present OK ON Master Full Switch No • Table 41. racadm getioinfo -s abc1234 Switch-1 A1 Present Master N/A N/A abc1234 Switch-2 A2 Present Standalone 1 N/A abc1234 Switch-3 B1 Present Master N/A N/A abc1234 Switch-4 B2 Present Master N/A N/A abc1234 Switch-5 C1 Present Standalone 0 N/A abc1234 Switch-6 C2 Present Master N/A N/A • Table 42.
getkvminfo Table 45. Details of getkvminfo attribute Description Displays KVM module information. To run this subcommand, you must have the CMC Login User privilege. Synopsis racadm getkvminfo Input N/A Table 46. Example KVM Present Avocent iKVM Switch 00.05.00.04 Ready getled Table 47. Details of getled attribute Description Displays the LED settings on a module: blinking, not blinking, or unknown (for empty slots).
server-9 Extension(1) getmacaddress Table 48. Details of getmacaddress attribute Description Displays the MAC/WWN addresses and fabric ID decoder for all modules or for a specified module. The decoder values indicate the protocols of the network cards: • • • • 0 — Unsupported 1 — ISCSI 2 — FCoE-FIP 3 — iSCSI/FCoE-FIP To use this subcommand, you must have the CMC Login User privilege.
Example • Display MACs for all modules. racadm getmacaddress • Display iSCSI MAC addresses for all servers. racadm getmacaddress -t iscsi • Display iSCSI MAC for server-1. racadm getmacaddress -m server-1 -t iscsi • Display extra iSCSI MACs for server-1 (if available). racadm getmacaddress -m server-1 -t iscsi -x • Display the user-defined MAC and WWN address.
Table 53. Displays the MAC address. CMC Present N/A 00:1E:4F:1F:3C:58 N/A Server-1 Present 00:1E:4F:2A:AF:7B 00:1E:4F:2A:D3:97 00:1E:4F:2A:D3:99 Server-2 Present 00:22:19:D2:1E:84 N/A N/A Server-3 Not Present N/A N/A N/A Server-4 Present 00:18:8B:FF:45:2A 00:18:8B:FF:AA:02 00:18:8B:FF:AA:04 Switch-1 Present N/A 00:00:00:00:00:00 N/A Table 54.
Server-4-C Fibre Channel 4 Present Switch-1 None Present Not Installed N/A Not Installed 00:00:00:00:00: N/A 00 Table 55. Displays the user-defined MAC and WWN address. server-4-A IDRACController Present 00:22:19:D2:21:F N/A 5 Factory Gigabit Ethernet Present 84:2B:2B:1B: 3D:F6 Unknown IO-Identity iSCSI Present 84:2B:2B:1B: 3D:F9 Unknown IO-Identity Table 56.
Server-16-C 10 GbE KR Present F8:DB:88:3D:6F: Unknown 4D FlexAddress Table 58. Displays Ethernet and iSCSI MAC/WWN address, Assignment Type, and Partition Status of all LOMs or mezzanine cards.
– kvm – io-cable – fpc-cable • -A — Suppresses headers or labels in the output. Examples Display status of all the modules in the chassis racadm getmodinfo Display status of fan module 3 in the chassis racadm getmodinfo -m fan-3 • Table 60. Details of racadm getmodinfo -m switch-1 Switch-1 Present ON OK 0000000 N/A • Table 61.
Switch-6 Not Present N/A N/A N/A N/A Server-1 Present ON OK ABC1234 ABC1234 Server-2 Present ON OK ABC1234 ABC1234 Server-3 Present ON OK BCD1234 BCD1234 Server-4 Present ON OK BCD1234 BCD1234 Server-5 Present ON OK BCD1234 BCD1234 Server-6 Present ON OK BCD1234 BCD1234 Server-7 Present ON OK BCD1234 BCD1234 Server-8 Present ON OK BCD1234 BCD1234 Server-9 Present ON OK BCD1234 BCD1234 Server-10 Present ON OK ABC1234 ABC1234 Server-11 Present
Output NOTE: Table 63. Output IPv4 settings: NIC Enabled =1 IPv4 Enabled =1 DHCP Enabled =1 IP Address =10.94.225.165 Subnet Mask =255.255.255.128 Gateway =10.94.225.
NOTE: IPv6 Address 1 field indicates static IP and IPv6 Address 2 field indicates dynamic IP. Example • Display CMC network settings racadm getniccfg -m chassis getpbinfo Table 64. Details of getpbinfo attribute Description Displays power budget status information. To run this subcommand, you must have the CMC Login User privilege. Synopsis racadm getpbinfo Input N/A Table 65.
Available Power in EPP Pool = 0 W (0 BTU/h) Used Power in EPP Pool = 0 W (0 BTU/h) EPP Percent - Available = 0.0 Table 66. Chassis Power Supply Status Table
getpminfo Table 68. Details of getpminfo attribute Description Displays power management status information. To run this subcommand, you must have the CMC Login User privilege. Synopsis racadm getpminfo Input N/A Table 69.
Input Redundancy Reserve = 0 W Input Power Allocated to Servers = 1875 W Input Power Allocated to Chassis Infrastructure = 1402 W Total Input Power Available for Allocation = 13408 W Standby Input Power Capacity = 0 W getraclog Table 70. Details of getraclog attribute Description Synopsis The getraclog command displays CMC log entries. • racadm getraclog [-i] • racadm getraclog [-s ] [-c ] [--more] NOTE: If options are not provided, the entire log is displayed.
Jul 31 14:15:49 CMC-4C2WXF1 Extended Power Performance is Enabled Jul 31 14:15:49 CMC-4C2WXF1 Extended Power Performance is Disabled • When Enhanced Logging mode is enabled, the output of getraclog is displayed similar to chassislog output. Using racadm config -g cfgRacTuning -o cfgRacTuneEnhancedLog 1 command, Enhanced Logging feature is enabled.
Redundant getsel Table 73. Details of getsel attribute Description Displays all system event log (SEL) entries in CMC. Synopsis • racadm getsel [-i] [-m ] • racadm getsel [-s ][-c ] [-m ] [--more] NOTE: If no arguments are specified, the entire log is displayed. Input • —i — Displays the number of entries in the SEL. • -s — Displays the starting record number. • -c — Specifies the number of records to display.
Table 75.
7 Fan-7 OK 5524 rpm N/A 3508 N/A 9034 8 Fan-8 OK 5790 rpm N/A 3697 N/A 9034 9 Fan-9 OK 5790 rpm N/A 3697 N/A 9034 Table 79. Sensor Type:Temp 1 Ambient_Temp OK 22 C N/A N/A N/A 40 Sensor Type: Power Table 80.
• • -i —Displays the ID of the slot. Legal values: 1–16 -h —Specifies whether to use the slot name, the host name, or the iDRAC DNS name. The following are the valid options: – 0 = Displays slot name. – 1 = Displays host name instead of slot name. – 2 = Displays the iDRAC DNS name instead of slot name. Example • Display the name of Slot 3. racadm getslotname -i 3 • Display all slots names.
• -A — does not display headers or labels. Table 84. Example SSNID Type User IP Address Login Date/Time 58999 SSH root 192.168.0.10 04/07/2016 12:00:34 Display the details of sessions without header racadm getssninfo -A "43584" "SSH" "root" "192.168.0.10" "04/07/2016 12:00:34" • Display all currently active sessions for a specific user racadm getssninfo -u root getsvctag Table 85. Details of attribute Description Displays the service tag of the host system.
• —6 — Displays IPv6 settings • —c — Displays common settings • —d — Displays CMC information • —A — Eliminates the printing of headers or labels Output racadm getsysinfo CMC Information: CMC Date/Time Primary CMC Location Primary CMC Version Standby CMC Version Last Firmware Updated Hardware Version = Wed Sep 17 2014 23:13 = CMC-1 = 5.00 = 5.
• Display IPv4 details without header racadm getsysinfo -A "CMC IPv4 Information:" "1" "192.168.0.10" "192.168.0.10" "255.255.255.0" "1" "192.168.0.10" "0.0.0.0" "1" gettracelog Table 87. Details of attribute Description Displays the CMC diagnostic trace log. Synopsis • racadm gettracelog [-i] • racadm gettracelog [-s ] [-c ] [--more] • —i — Displays the number of entries in CMC trace log.
server-2 3.50 (Build 2) PowerEdgeM610x iDRAC6 server-4 3.50 (Build 4) PowerEdgeM710HD iDRAC6 Y Table 90. Details server-1 1.0.5 PowerEdgeM520 server-2 1.0.3 PowerEdgeM610x server-4 1.0.0 PowerEdgeM710HD server-5 1.0.3 PowerEdgeM710 server-7 1.0.6 PowerEdgeM620 server-9 1.0.5 PowerEdgeM520 racadm getversion -l -m server-1 Table 91. Details server-1 BIOS 1.6.0 2013-01-09 iDRAC1.40.40 1.40.
NIC-Broadcom Gigabit Ethernet BCM5720 - BC: 30:5B:97:06:C6 7.6.12 Reinstall NIC-Broadcom Gigabit Ethernet BCM5720 - BC: 30:5B:97:06:C6 7.6.12 2013-04-02 NIC-PERC S110 Controller 3.0.0-0139 RAID-PERC H310 Mini 20.10.1-0084 2012-10-11 Reinstall RAID-PERC H310 Mini 20.10.1-0084 Reinstall RAID-PERC H310 Mini 20.10.1-0084 2012-02-09 BP12G+ 0:1 0.16 1999-12-31 racadm getversion -l -m server-1 -f bios Table 92. Details server-1 BIOS 1.6.
To run this subcommand, you must have the Configure Chassis Administrator privilege. NOTE: This subcommand is only supported on the remote interface(s). Synopsis racadm krbkeytabupload [-f ] is the name of the file including the path. Input -f — Specifies the filename of the keytab uploaded. If the file is not specified, the keytab file in the current directory is selected. Example Upload a kerberos keytab file from the local filesystem: racadm krbkeytabupload -f c:\keytab\krbkeyta
To run this subcommand, you must have the Administrator privilege. Synopsis racadm ping Input — The IP address of the remote endpoint to ping. Output PING 192.168.0 (192.168.0): 56 data bytes64 bytes from 192.168.0: seq=0 ttl=64 time=4.121 ms 192.168.0 ping statistics 1 packets transmitted, 1 packets received, 0 percent packet lossround-trip min/avg/max = 4.121/4.121/4.121 ms ping6 Table 100.
• • • • • • KVM information — getkvminfo NIC information (CMC module) — getniccfg Redundancy information — getredundancymode Trace log information — gettracelog RAC event log — getraclog System event log — getsel Synopsis racadm racdump Input N/A Output The following information is displayed when this subcommand is processed: • • • • • General system or RAC information Coredump Session information Process information Firmware build information Example racadm racdump ================================
=============================================================================== Sensor Information =============================================================================== FanSpeed 1 Fan-1 OK 14495 rpm FanSpeed 2 Fan-2 OK 14505 rpm FanSpeed 3 Fan-3 OK 4839 rpm FanSpeed 4 Fan-4 OK 14527 rpm FanSpeed 5 Fan-5 OK 14505 rpm FanSpeed 6 Fan-6 OK 4835 rpm FanSpeed 7 Fan-7 OK 14521 rpm FanSpeed 8 Fan-8 Not OK 1 rpm FanSpeed 9 Fan-9 OK 4826 rpm
• To reset server 1 racadm racreset -m server-1 • To reset servers 1 and 3 racadm racreset -m server-1 -m server-3 racresetcfg Table 103. Details of racresetcfg attribute Description Deletes your current CMC configuration and resets CMC to the factory default settings. After reset, the default name and password are root and calvin, respectively, and the IP address is 192.168.0.120.
• Reset blade 8 configuration from CMC. racadm racresetcfg -m server-8 The RAC configuration has initiated restoration to factory defaults. Wait up to a minute for this process to complete before accessing the RAC again. remoteimage Table 104. Details of remoteimage attribute Description Connects, disconnects, or deploys a media file on a remote server. To run this subcommand, you must log in with virtual media privilege for iDRAC.
UserName Password ShareName //192.168.0/xxxx/dtk_3.3_73_Linux.iso • Deploy a remote image on iDRAC CIFS Share. racadm remoteimage –c –u admin –p xxx –l 192.168.0.1:/dev/floppy.img • Deploy a remote image on iDRAC NFS Share. racadm remoteimage –c –u admin –p xxx –l 192.168.0.1:/dev/floppy.img • Deploy a remote image on iDRAC HTTP Share. racadm remoteinage -c -u "user" -p "xxx" -l http://shrloc/foo.iso • Deploy a remote image on iDRAC HTTPS Share.
serveraction Table 106. Details of serveraction attribute Description Enables you to perform power management operations on the blade system. To run this subcommand, you must have the Execute Server Control Commands permission. Synopsis Input • racadm serveraction -a • racadm serveraction -m • -m — Must be one of the following values: • – server–: where n=1–16 – server–: where n=1–8; x=a–d (enter lowercase letter only).
• 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 Table 107.
Example • Set member name, member IP, member netmask, member gateway with new group name, group IP, group password, admin password selecting fabric A on server-1. racadm setarraycfg -m server-1 -n cmc-col 192.168.1.233 255.255.255.0 192.168.1.0 -e 0 -g cmc-array-grp 192.168.1.10 -f A • Set member name, member IP, member netmask, member gateway with existing group name, group IP, group password selecting fabric B on server-1. racadm setarraycfg -m server-1 -n cmc-col 192.168.1.233 255.255.255.
setflexaddr Table 110. Details of setflexaddr attribute Description Enables or disables FlexAddress on a particular slot or fabric. To run this subcommand, you must have the Chassis Configuration Administrator privilege. If the fabric type is determined to be InfiniBand, the operation is canceled and the command returns an error. If the FlexAddress feature is not activated, the command returns an error. NOTE: The server must be turned off to change the slot state.
– switch–, where n=1–6 – cmc-active – chassis • -l — Specifies the LED state. The values are: – 0 — No Blinking – 1 — Blinking Example • racadm setled -m chassis -l 1 • Sets LED state on Chassis to Blink racadm setled -m server-1 -1 1 • LED state was set successfully. racadm setled -m server-9 -1 1 ERROR: Server in slot 9 is an extension of the server in slot 1. NOTE: The setled command generates an error when run on the extension slot of a multi-slot server. setniccfg Table 112.
• – server–: where n=1–16 – server–: where n=1–8; x=a–d (lower case) – switch–: where n=1–6 -v — VLAN settings has following legal values: no arguments imply remove VLAN tag, not compatible with server–nx (for example "server–4b") notation =between 1 and 4000, 4021 and 4094, inclusive =between 0 and 7, inclusive. • -p — Disables IPv4(default) or IPv6 protocol.
– hh is the hour – mm is the minute – ss is the second – mmmmmm is the number of microseconds – s is a + (plus) sign or a − (minus) sign, which indicates the sign of the offset. – off is the offset in minutes. NOTE: Theoff is the offset in minutes from GMT and must be in 15-minute increments. The timezone is represented as an offset from GMT. The clock does not automatically adjust to daylight savings time (for -d option). • -z — Sets the time zone by name or index, or lists possible time zones.
NOTE: Synopsis Input • The special characters “ (double quotation mark), ‘ (backward quotation mark), & (ampersand), , (comma), \ (backward slash), ; (semicolon), ' (single quote), < (open angular bracket), and > (close angular bracket) are not supported for this subcommand. • The OMSA server agent must be present and running on the server to use the Display Hostname feature. If the agent is not running, the setting is ignored.
sshpkauth Table 116. Details of sshpkauth attribute Description Enables you to upload and manage up to 4 different SSH public keys for each user. You can upload a key file or key text, view keys, or delete keys. This command has three mutually exclusive modes determined by the options — upload, view, and delete. To run this subcommand, you must have Configure user privilege. NOTE: CMC accepts RSA keys up to key strength 4096, but the recommended key strength is 2048.
wilU2VLw/iRH1ZymUFnut8ggbPQgqV2L8bsUaMqb5PooIIvV6hy4isCNJU= 1024-bit RSA, converted from OpenSSH by xx_xx@xx.xx Key ID 2: Key ID 3: Key ID 4: sslcertdownload Table 117. Details of sslcertdownload attribute Description Downloads an SSL certificate from CMC to the client’s file system. To run this subcommand, you must have the Server Control privilege. NOTE: This subcommand is only supported on the remote interface(s).
• -k — Specifies optional source filename for private key when using type 6. racadm -r 192.168.0.2 -u root -p xxx sslcertupload -t 2 -f cert.txt Output Certificate successfully uploaded to the RAC. Example • Uploading a server certificate. racadm -r 192.168.0.2 -u root -p xxx sslcertupload -t 1 -f cert.txt • Upload web server certificate and key racadm -r 192.168.0.2 -u root -p xxx sslcertupload -t 6 -f cert.txt -k key.txt • Uploading Active Directory Certificate racadm -r 192.168.0.
State (S) Texas Locality (L) Round Rock Organization (O) Dell Inc. Organizational Unit (OU) Remote Access Group Common Name (CN) CMC Default certificate Valid From Jul 7 23:54:19 2011 GMT Valid To Jun 4 23:54:19 2021 GMT racadm sslcertview -t 1 -A 00 US Texas Round Rock Dell Inc. Remote Access Group CMC default certificate US Texas Round Rock Dell Inc. Remote Access Group CMC default certificate Jun 7 23:54:19 2011 GMT Jun 4 23:54:19 2021 GMT sslcsrgen Table 121.
NOTE: Output • If the -f option is not specified, the filename defaults to sslcsr in your current directory. • The -f option is only supported on the remote interface(s). If no options are specified, a CSR is generated and downloaded to the local file system as sslcsr by default. The -g option cannot be used with the -s option, and the -f option can only be used with the -g option. The sslcsrgen -s subcommand returns one of the following status codes: Example • • CSR was generated successfully.
Example • -p—Password for the CIFS share that must be tested. • -l—The CIFS share location that must be tested. racadm testcifsshare -u shareme -p shareme -l //100.97.174.77/lccifs testemail Table 123. Details of testemail attribute Description Sends a test email from CMC to a specified destination. Prior to running the test email command, make sure that the SMTP server is configured. Synopsis racadm testemail -i Input -i — Specifies the index of the email alert to test.
NOTE: -d option is only supported on the firmware interface or firmware interfaces. Example • To test AD. racadm testfeature -f AD -u joe@dell.com -p dell123 • To test ADKRB:. racadm testfeature -f ADKRB -u joe@dell.com • To test LDAP. racadm testfeature -f LDAP -u joe -p dell123 -d 0xf2 testtrap Table 125. Details of testtrap attribute Description Tests the RAC’s SNMP trap alerting feature by sending a test trap from CMC to a specified destination trap listener on the network.
To run this subcommand, you must have the Administrator privilege. Synopsis racadm traceroute6 Input – Specifies IPv6 address. Output traceroute to fd01::1 (fd01::1) from fd01::3, 30 hops max, 16 byte packets 1 fd01::1 (fd01::1) 14.324 ms 0.26 ms 0.
3 CMC Property Database Group and Object Descriptions CMC property database contains the configuration information. Associated object is organizing data, and object group is organizing object. The IDs for the groups and objects that the property database supports are listed in this section. To configure CMC, use the group and object IDs with the RACADM subcommands. NOTE: You can configure a setting that does not have a hash symbol (#) as the prefix in its output name.
• cfgNetTuning • cfgRacSecurity • cfgQuickDeploy Displayable Characters Displayable characters include the following set: abcdefghijklmnopqrstuvwxwz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789~`!@#$%^&*()_+-={}[]|\:";'<>,.?/ Table 128.
Subcommand CMC cfgAlerting Yes cfgLcdInfo Yes cfgIPv6LanNetworking Yes cfgCurrentLanNetworking Yes cfgCurrentIPv6LanNetworking Yes cfgNetTuning Yes cfgRacSecurity Yes idRacInfo This group contains display parameters to provide information about the specifics of CMC being queried. One instance of the group is allowed. Use this object with the getconfig subcommand. To use this object, you must have the CMC Login User privilege.
idRacVersionInfo (Read Only) Table 131. Details of Read only attribute - idRacVersionInfo Description String containing the current product firmware version Legal Values A string of up to 63 ASCII characters. Default The current version number. idRacBuildInfo (Read Only) Table 132. Details of Read only attribute - idRacBuildInfo Description String containing the current RAC firmware build version. Legal Values A string of up to 16 ASCII characters. Default The current CMC firmware build version.
# idRacDescriptionInfo=This system component provides a complete set of remote management functions for blade servers # idRacVersionInfo=P21 # idRacBuildInfo=200708301525 # idRacName=CMC-1 racadm getconfig -g idRacInfo # idRacType=16 # idRacProductInfo=Integrated Dell Remote Access Controller # idRacDescriptionInfo=This system component provides a complete set of remote management functions for Dell PowerEdge Servers # idRacVersionInfo=1.06.
• 0 (FALSE) Default 0 Example racadm config -g cfgLanNetworking -o cfgNicVLanEnable 1 racadm config -g cfgLanNetworking -o cfgNicVLanEnable 0 cfgNicVLanID (Read or Write) Table 137. Details of attribute - cfgNicVLanID Description Specifies the VLAN ID for the network VLAN configuration. This property is only valid if cfgNicVLanEnable is set to 1(enabled).
NOTE: Microsoft Active Directory only supports Fully Qualified Domain Names (FQDN) of 64 bytes or fewer. Default cfgDNSDomainNameFromDHCP (Read or Write) Table 140. Details of attribute - cfgDNSDomainNameFromDHCP Description Specifies that CMC DNS domain name must be assigned from the network DHCP server. Legal Values • 1 — True • 0 — False Default 0 This property is used only if cfgNicUseDhcp is set to 1(true), or if both cfgIPv6Enable and cfgIPv6AutoConfig are set to 1(true).
cfgDNSServer1 (Read or Write) Table 142. Details of attribute - cfgDNSServer1 Description Specifies the IPv4 address for DNS server 1. This property is only valid if cfgDNSServersFromDHCP is set to 0 (FALSE). NOTE: cfgDNSServer1 and cfgDNSServer2 may be set to identical values while swapping addresses. Legal Values String representing a valid IPv4 address. For example: 192.168.0.20. Default 0.0.0.0 cfgDNSRacName (Read or Write) Table 143.
Example: racadm getconfig -g cfgLanNetworking cfgNicEnable=1 cfgNicIPv4Enable=1 cfgNicIpAddress=192.168.22.101 cfgNicNetmask=255.255.255.0 cfgNicGateway=192.168.22.101 cfgNicUseDhcp=1 # cfgNicMacAddress=00:00:00:00:00:01 cfgNicVLanEnable=0 cfgNicVLanID=1 cfgNicVLanPriority=0 cfgDNSServersFromDHCP=1 cfgDNSServer1=192.168.0.5 cfgDNSServer2=192.168.0.6 cfgDNSRacName=cmc-frankly cfgDNSDomainName=fwad.lab cfgDNSDomainNameFromDHCP=1 cfgDNSRegisterRac=1 cfgDNSServer2 (Read or Write) Table 145.
1 Default cfgNicIpAddress (Read or Write) Table 147. Details of attribute - cfgNicIpAddress Description Specifies the static IPv4 address. NOTE: This parameter is only configurable if the cfgNicUseDhcp parameter is set to 0(FALSE). Legal Values String representing a valid IPv4 address. For example: 192.168.0.20. Default • 192.168.0.120 cfgNicNetmask (Read or Write) Table 148. Details of attribute - cfgNicNetmask Description The subnet mask used for IP address.
cfgNicUseDhcp (Read or Write) Table 150. Details of attribute - cfgNicUseDhcp Description Specifies whether DHCP is used to assign the IPv4 address. If this property is set to 1 (TRUE) then the IPv4 address, subnet mask and gateway are assigned from the DHCP server on the network. If this property is set to 0(FALSE), the user can configure the cfgNicIpAddress, cfgNicNetmask and cfgNicGateway properties. Legal Values • 1 (TRUE) • 0 (FALSE) Default 0 cfgNicMacAddress (Read Only) Table 151.
cfgRhostsFwUpdateIpAddr (Read or Write) Table 153. Details of attribute - cfgRhostsFwUpdateIpAddr Description Specifies the network TFTP server IPv4 or IPv6 address that is used for TFTP firmware update operations. Legal Values A string representing a valid IPv4 or IPv6 address. For example, 192.168.0.61 Default For IPv4, it is 0.0.0.0 cfgRhostsFwUpdatePath (Read or Write) Table 154.
cfgRhostsNtpServer1 (Read or Write) Table 157. Details of attribute - cfgRhostsNtpServer1 Description Specifies the first of three possible NTP servers. Legal Values A string representing a valid NTP server. For example, ntp1.ntp.net. At least one NTP server must be specified and duplicate entries are not allowed. Default Null cfgRhostsNtpServer2 (Read or Write) Table 158. Details of attribute - cfgRhostsNtpServer2 Description Specifies the second of three possible NTP servers.
cfgRhostsSyslogEnable (Read or Write) Table 161. Details of attribute - cfgRhostsSyslogEnable Description To allow the RAC and SEL logs to be written to up to three remote syslog servers Enables or disables remote syslog. Legal Values • 1 (TRUE) • 0 (FALSE) Default 0 cfgRhostsSyslogPort (Read or Write) Table 162. Details of attribute - cfgRhostsSyslogPort Description Remote syslog port number to use for writing the RAC and SEL logs to a remote syslog server.
Default cfgRhostsSyslogServer3 Read or Write) Table 165. Details of attribute - cfgRhostsSyslogServer3 Description To store the RAC and SEL logs specify the third of three possible remote syslog servers. This property is only valid if cfgRhostsSyslogEnable is set to 1(enabled). Legal Values Valid host name or IPv4 or IPv6 address. Default cfgRhostsSyslogPowerLoggingEnabled Read or Write) Table 166.
cfgRhostsSyslogServer1= cfgRhostsSyslogServer2= cfgRhostsSyslogServer3=cfgRhostsSyslogPowerLoggingEnabled=1 cfgRhostsSyslogPowerLoggingInterval=5 cfgUserAdmin This group provides configuration information about the users allowed to access CMC through the available remote interfaces. Up to 16 instances of the user group are allowed. Each instance represents the configuration for an individual user.
Table 170.
Fabric B Administrator 0x0000400 Fabric C Administrator 0x0000800 Table 171. Examples User Privileges Privilege Bit Mask The user is not allowed to access iDRAC or CMC 0x00000000 The user may only log in to iDRAC or CMC and view iDRAC or CMC and server configuration information. 0x00000001 The user may log in to iDRAC or CMC and change configuration. 0x00000001 + 0x00000002 = 0x00000003 The user may log in to iDRAC, access Virtual Media, and Virtual Console.
cfgUserAdminPassword - Write Only Table 173. Details of cfgUserAdminPassword attribute Description The password for this user. User passwords are encrypted and cannot be seen or displayed after the property is written. Legal Values A string of up to 20 ASCII characters. Default ******** cfgUserAdminEnable - Read or Write Table 174. Details of cfgUserAdminEnable attribute Description Enables or disables an individual user.
Table 176. Details of cfgUserAdminSNMPv3AuthenticationType attribute Description Configure SNMPv3 authentication type. Legal Values • 0—None • 1—MD5 • 2—SHA Default Value 2 — SHA Dependency None cfgUserAdminSNMPv3PrivacyType (Read or Write) NOTE: The cfgUserAdminSNMPv3PrivacyType attribute is deprecated and replaced with cfgUserAdminSNMPv3PrivacyType attribute. Table 177. Details of cfgUserAdminSNMPv3PrivacyType attribute Description Configure SNMPv3 privacy protocol type.
Example racadm getconfig -g cfgUserAdmin -i 1 # cfgUserAdminIndex=1 cfgUserAdminEnable=1 cfgUserAdminUserName=root # cfgUserAdminPassword=******** (Write-Only) cfgUserAdminPrivilege=0x00000fff Examples cfgUserAdminUserName (Read or Write) Description The name of the user for this index. Writing a string of double quotation mark (" ") disables the user. The string cannot contain / (forward slash), \ (backward slash), . (period), @ (at symbol), quotation marks, ; (semicolon), or ‘ (backward quotation mark).
To use this object property, you must have the Chassis Configuration Administrator privileges. NOTE: You can configure a setting that does not have the hash sign (#) prefixed in the output. To modify a configurable object, use the —o option. The following sections provide information about the objects in the cfgEmailAlert group. cfgEmailAlertIndex - Read Only Table 178. Details of cfgEmailAlertIndex attribute Description The unique index of an alert instance.
Default Example racadm getconfig -g cfgEmailAlert -i 2 # cfgEmailAlertIndex=1 cfgEmailAlertEnable=1 cfgEmailAlertAddress=kfulton@dell.com cfgEmailAlertName=Kevin Fulton cfgSessionManagement This group contains parameters to configure the number of sessions that can connect to CMC. One instance of the group is allowed. Displays current settings for and configures the idle timeout properties for web server, Telnet, SSH and RACADM sessions.
cfgSsnMgtSshIdleTimeout (Read or Write) Table 184. Details of cfgSsnMgtSshIdleTimeout attribute Description Defines the secure shell idle time-out. This property sets the amount of time (in seconds) that a connection is allowed to remain idle (there is no user input). The session is canceled if the time limit exceeds this property. Changes to this setting do not affect the current session; log out and log in again to make the new settings effective.
cfgSerialBaudRate - Read or Write Table 186. Details of cfgSerialBaudRate attribute Description Sets the baud rate on the serial port. Legal Values 2400, 4800, 9600, 19200, 28800, 38400, 57600, 115200 Default 115200 cfgSerialConsoleEnable - Read or Write Table 187. Details of cfgSerialConsoleEnable attribute Description Enables or disables the serial console interface. Legal Values • 1 (TRUE) • 0 (FALSE) Default 1 cfgSerialConsoleQuitKey (Read or Write) Table 188.
cfgSerialConsoleIdleTimeout - Read or Write Table 189. Details of cfgSerialConsoleIdleTimeout attribute Description The maximum number of seconds to wait before an idle serial session is disconnected. Legal Values • 0 = No timeout • 60–1920 1800 Default cfgSerialConsoleNoAuth - Read or Write Table 190. Details of cfgSerialConsoleNoAuth attribute Description Legal Values Enables or disables the serial console login authentication.
NOTE: The terminal emulator must be configured with the line wrap mode ON, if a terminal emulator is used. Legal Values 0–256 Default 0 (equivalent to 80) cfgSerialHistorySize - Read or Write Table 193. Details of cfgSerialHistorySize attribute Description Specifies the maximum size of the serial history buffer. Legal Values 0–8192 Default 8192 cfgSerialSshEnable - Read or Write Table 194.
cfgSerialTelnetEnable - Read or Write Table 195. Details of cfgSerialTelnetEnable attribute Description Enables or disables the Telnet console interface. Legal Values • 1 (TRUE) • 0 (FALSE) 0 Default cfgOobSnmp This group contains parameters to configure the SNMP agent and trap capabilities of CMC. One instance of the group is allowed. The CMC SNMP agent supports the standard RFC1213 mib-2 and the Dell enterprise-specific the MIB. Use this object with the config or getconfig subcommands.
cfgOobSnmpAgentEnable (Read or Write) Table 197. Details of cfgOobSnmpAgentEnable attribute Description Enables or disables the SNMP agent in CMC. Legal Values • 1 (TRUE) • 0 (FALSE) Default 0 cfgOobSnmpProtocol Table 198. Details of cfgOobSnmpProtocol attribute Description Specifies the SNMP protocol used for SNMP traps. Legal Values • 0 — All • 1 — SNMPv3 Default 0 cfgOobSnmpTrapFormat Table 199. Details of cfgOobSnmpTrapFormat attribute Description Specifies the format for SNMP traps.
cfgTrapsIndex (Read Only) Table 200. Details of cfgTrapsIndex attribute Description Indicates the unique index of an alert instance. Legal Values 1–4 Default 1 cfgTrapsEnable (Read or Write) Table 201. Details of cfgTrapsEnable attribute Description Enables or disables event traps on the CMC. Legal Values • 1 (TRUE) • 0 (FALSE) None Default cfgTrapsAlertDestIPAddr (Read or Write) Table 202. Details of cfgTrapsAlertDestIPAddr attribute Description Sets the IP address that receives the alert.
Example racadm getconfig -g cfgTraps -i 2 # cfgTrapsIndex=2 cfgTrapsEnable=1 cfgTrapsAlertDestIpAddr= cfgTrapsCommunityName=public cfgTrapsSNMPv3UserId (Read Only) Table 204. Details of cfgTrapsSNMPv3UserId attribute Description Displays the SNMP user ID of an existing CMC user. Legal Values 1-16 Default Empty cfgTrapsSNMPv3UserName Table 205. Details of cfgTrapsSNMPv3UserName attribute Description Configure SNMPv3 user name. Legal Values Any existing CMC user name.
cfgRacTuneSMBVersionEnable Table 206. Details of cfgUseCMCDNSSettings attribute Can be used for setting the SMB version. Description Legal Values • • • • • • Default NA SMBv1 SMBv2 SMBv3 1 2 3 cfgRacTuneRemoteRacadmEnable (Read or Write) Table 207. Details of cfgRacTuneRemoteRacadmEnable attribute Description Enables or disables the Remote RACADM interface. Legal Values • 1 (TRUE) • 0 (FALSE) 1 Default cfgRacTuneIdracDNSLaunchEnable (Read or Write) Table 208.
cfgRacTuneEnhancedLog (Read or Write) Table 209. Details of cfgRacTuneEnhancedLog attribute Description Enables or disables the enhanced chassis log feature. Legal Values • • Default 0 1 — Enable 0 — Disable cfgRacTuneHttpPort (Read or Write) Table 210. Details of cfgRacTuneHttpPort attribute Description To use HTTP network communication, specify the port number.
• 0 (FALSE) 0 Default cfgRacTuneIpRangeAddr (Read or Write) Table 213. Details of cfgRacTuneIpRangeAddr attribute Description Specifies the acceptable IPv4 address bit pattern in the positions of the "1"s in the range mask property (cfgRacTuneIpRangeMask).
cfgRacTuneIpBlkFailCount (Read or Write) Table 216. Details of cfgRacTuneIpBlkFailCount attribute Description The maximum number of logins that is not successful, to occur within the window (cfgRacTuneIpBlkFailWindow) before log in attempt from the IP address is rejected. Legal Values 3–16 Default 5 cfgRacTuneIpBlkFailWindow (Read or Write) Table 217. Details of cfgRacTuneIpBlkFailWindow attribute Description Defines the time span in seconds that the unsuccessful attempts are counted.
cfgRacTuneUserBlkEnable (Read or Write) Table 220. Details of cfgRacTuneUserBlkEnable attribute Description Blocks the login for maximum of 5 minutes after 5 unsuccessful login attempts. The login using any interface such as WSMAN or GUI is blocked after 5 unsuccessful attempts NOTE: This is applicable only to configure the user privilege. Legal Values • 1 — Enabled • 0 — Disabled 0 — Disabled Default cfgRacTuneSshPort (Read or Write) Table 221.
cfgRacTuneDaylightOffset (Read Only) Table 223. Details of cfgRacTuneDaylightOffset attribute Description Specifies the daylight savings offset (in minutes) to use for the RAC Time. This value is 0 if the time zone is not a Daylight Saving time zone.
# cfgRacTuneTimezoneOffset=-18000 # cfgRacTuneDaylightOffset=3600 cfgRacTuneWebserverEnable (Read or Write) Table 225. Details of cfgRacTuneWebserverEnable attribute Description Enables or disables the web server. If this property is disabled then it is not accessible using client web browsers. This property has no effect on the Telnet/SSH or racadm interfaces. Legal Values • 1 (TRUE) • 0 (FALSE) 1 Default cfgRacTuneFipsModeEnable Table 226.
To use this object property, you must have the Chassis Configuration Administrator privilege. NOTE: You can configure a setting does not have the hash sign (#) prefixed in the output. To modify a configurable object, use the —o option The following sections provide information about the objects in the cfgServerInfo. cfgServerInfoIndex (Read Only) Table 228. Details of cfgServerInfoIndex attribute Description Displays the index name of the server.
cfgServerName (Read Or Write) Table 231. Details of cfgServerName attribute Description Displays the name of the specified server. Legal Values Maximum of 15 non-extended (ASCII characters (ASCII codes 32 through 126). For more information, see Guidelines to Quote Strings Containing Special Characters. Default SLOT — cfgServerFW (Read Only) Table 232. Details of cfgServerFW attribute Description Displays the server's iDRAC firmware revision.
cfgServerNic1MacAddress (Read Only) Table 235. Details of cfgServerNic1MacAddress attribute Description Displays the MAC address of the server NIC 1. Legal Values None Default None cfgServerNic2MacAddress (Read Only) Table 236. Details of cfgServerNic2MacAddress attribute Description Displays the MAC address of the server NIC 2. Legal Values None Default None cfgServerPriority (Read or Write) Table 237.
cfgServerIPMIOverLanEnable (Read or Write) Table 239. Details of cfgServerIPMIOverLanEnable attribute Description Enables or disables IPMI LAN channel. Legal Values • 1 — Enable • 0 — Disable None Default cfgServerPowerBudgetAllocation (Read Only) Table 240. Details of cfgServerPowerBudgetAllocation attribute Description Displays the current power allocation for the server. Legal Values None Default None cfgServerDNSRegisterIMC (Read or Write) Table 241.
cfgServerRootPassword (Write Only) Table 243. Details of cfgServerRootPassword attribute Description Displays the password for IMC as a series of asterisks (*). It cannot be seen or displayed after this property is written. Legal Values None Default None cfgServerFirstBootDevice (Read or Write) Table 244. Details of cfgServerFirstBootDevice attribute Description Sets or displays the first boot device. NOTE: First attach, to configure vFlash as First Boot Device.
• Default 0 — False 1 cfgServerPowerConsumption (Read Only) Table 246. Details of cfgServerPowerConsumption attribute Description Displays the current power consumption for a server. Legal Values None Default None Example racadm getconfig -g cfgServerInfo -i 1a # cfgServerInfoIndex=1a # cfgServerSlotNumber=1a # cfgServerServiceTag=ABC1234 cfgServerName=SLOT-01a # cfgServerFW=1.57.57 (Build 04) # cfgServerBIOS=2.3.
cfgActiveDirectory This group contains parameters to configure CMC Active Directory feature. Use this object with the config or getconfig subcommands. To use this object property, you must have the Chassis Configuration Administrator privilege. NOTE: You can configure a setting that does not have the hash sign (#) prefixed in the output. To modify a configurable object, use the —o option. The following sections provide information about the objects in the cfgActiveDirectory.
cfgADEnable (Read or Write) Table 250. Details of cfgADEnable attribute Description Enables or disables Active Directory user authentication on CMC. If this property is disabled then either local CMC or LDAP authentication may be used for user login. Legal Values • 1 (TRUE) • 0 (FALSE) 0 Default cfgADSCLEnable (Read or Write) Table 251. Details of cfgADSCLEnable attribute Description Enables or disables Smart Card login on CMC.
cfgADDomainController (Read or Write) Table 253. Details of cfgADDomainController attribute Description To obtain user names, specify the AD server from which you want the CMC. It must be used with cfgADSpecifyServerEnable. Legal Values Valid IP address or fully qualified domain name (FQDN). Default None cfgADAuthTimeout (Read or Write) Table 254.
cfgADGlobalCatalog (Read or Write) Table 257. Details of cfgADGlobalCatalog attribute Description To obtain user names, specify the Global Catalog server from which you want the CMC. It must be used with cfgADSpecifyServerEnable.
cfgLDAPEnable (Read or Write) Table 259. Details of cfgLDAPEnable attribute Description Enables or disables LDAP service. If this property is disabled, local CMC authentication is used for user logins. NOTE: Enabling this option turns off cfgADEnable. Legal Values Default • 1 — Enable • 0 — Disable 0 cfgLDAPServer (Read or Write) Table 260. Details of cfgLDAPServer attribute Description Configures the address of the LDAP Server. IPv4 and IPv6 are supported.
cfgLDAPBaseDN (Read or Write) Table 262. Details of cfgLDAPBaseDN attribute Description The domain name of the branch of the directory where all searches must start. Legal Values String. Maximum length = 254 Default Null cfgLDAPUserAttribute (Read or Write) Table 263. Details of cfgLDAPUserAttribute attribute Description To search for, specify the user attribute.
cfgLDAPBindDN (Read or Write) Table 266. Details of cfgLDAPBindDN attribute Description The distinguished name of a user used to bind to the server when searching for the login user's DN. If not provided, an anonymous bind is used. If necessary It is optional to support anonymous bind. NOTE: If cfgLDAPBindDN is [null] and cfgLDAPBindPassword is [null], then the CMC attempts an anonymous bind. Legal Values String maximum length = 254 Default Null cfgLDAPBindPassword (Write Only) Table 267.
• 0 (FALSE) —Skips the certificate validation step of SSL handshake. 1 Default cfgLDAPNetworkTimeout (Read or Write) Table 270. Details of cfgLDAPNetworkTimeout attribute Description Configures the network timeout in seconds. Legal Values Positive integer Default 30 seconds cfgLDAPSearchTimeout (Read or Write) Table 271. Details of cfgLDAPSearchTimeout attribute Description Configures the search timeout in seconds.
cfgLDAPSRVLookupServiceName (Read or Write) Table 274. Details of cfgLDAPSRVLookupServiceName attribute Description To use in the SRV lookup, configure the service name. Legal Values String of maximum length of 254 characters. Default LDAP cfgLDAPRoleGroup This group configures Generic LDAP Role group descriptions and defines the CMC privileges that LDAP-authenticated users are granted. Use this object with the config or getconfig subcommands.
Configure the LDAP distinguished name (DN) for the role group instance. Legal Values String maximum length = 1024 Default None Example racadm getconfig -g cfgLDAPRoleGroup -o cfgLDAPRoleGroupDN -i 1 cfgLDAPRoleGroupPrivilege (Read or Write) Table 277. Details of cfgLDAPRoleGroupPrivilege attribute Description A bit–mask defining the privileges associated with this particular group.
cfgSSADRoleGroupName (Read or Write) Table 279. Details of cfgSSADRoleGroupName attribute Description Name of the Role Group as recorded in the Active Directory forest. Legal Values Any printable text string of up to 254 characters, with no white space. Default cfgSSADRoleGroupDomain (Read or Write) Table 280. Details of cfgSSADRoleGroupDomain attribute Description Active Directory Domain in which the Role Group resides.
cfgLocationDataCenter (Read or Write) Table 282. Details of cfgLocationDataCenter attribute Description Indicates data center name. Legal Values String of up to 128 ASCII characters Default 0 cfgLocationAisle (Read or Write) Table 283. Details of cfgLocationAisle attribute Description Indicates aisle where server is located. Legal Values String of up to 128 ASCII characters Default 0 cfgLocationRack (Read or Write) Table 284.
cfgLocationDeviceSize (Read Only) Table 286. Details of cfgLocationDeviceSize attribute Description Indicates server chassis size. Legal Values Values 1–255 Default 0 cfgChassisPower This group contains parameters to display or configure power for the chassis. Use this object with the config or getconfig subcommands. To use this object property, you must have the Chassis Configuration Administrator privilege.
Default 0 — Disabled NOTE: For chassis with 3000W AC six PSU configuration (configured for Grid Redundancy policy), the default value is 1–Enabled. cfgChassisInPower (Read Only) Table 289. Details of cfgChassisInPower attribute Description Indicates the cumulative input power consumption data (in watts and BTU/hr) captured from all healthy and functional PSUs in the chassis. Legal Values None Default None cfgChassisPeakPower (Read Only) Table 290.
Default None cfgChassisMinPowerTimestamp (Read Only) Table 293. Details of cfgChassisMinPowerTimestamp attribute Description The timestamp recorded when the minimum system power occurred. Legal Values None Default None cfgChassisPowerStatus (Read Only) Table 294. Details of cfgChassisPowerStatus attribute Description Indicates the power status of the chassis.
cfgChassisDefaultPowerCapLowerBoundBTU (Read Only) Table 296. Details of cfgChassisDefaultPowerCapLowerBoundBTU attribute Description Displays the default power cap lower bound value using British Thermal Unit (BTU). Legal Values None Default 9263 BTU/h cfgChassisDefaultPowerCapLowerBound (Read Only) Table 297. Details of cfgChassisDefaultPowerCapLowerBound attribute Description Displays the default power cap lower bound value.
cfgChassisPowerCap (Read or Write) Table 300. Details of cfgChassisPowerCap attribute Description Indicates the maximum power consumption limit (in watts) for the entire chassis. The command generates an error if server throttling is necessary to achieve the power goal based on the value for this setting. Legal Values 2715–16685 watts Default 16685 watts cfgChassisPowerCapF (Read or Write) Table 301.
cfgChassisPowerCapPercent (Read or Write) Table 304. Details of cfgChassisPowerCapPercent attribute Description Indicates the power consumption limit as a percentage. The percentage is computed mathematically as the minimum power + (percent * (maximum power — minimum power)). The command generates an error if server throttling is necessary to achieve the power goal based on the value for this setting.
cfgChassisDynamicPSUEngagementEnable (Read or Write) Table 307. Details of cfgChassisDynamicPSUEngagementEnable attribute Description Enables or disables dynamic engagement. Legal Values • 0 — Disabled • 1 — Enabled Default 0 cfgChassisAllow110VACOperation (Read or Write) Table 308. Details of cfgChassisAllow110VACOperation attribute Description Enables or disables normal chassis power allocations when any PSU is connected to 110V AC service.
Default 0 cfgChassisMaxPowerConservationModeTimestamp (Read Only) Table 311. Details of cfgChassisMaxPowerConservationModeTimestamp attribute Description The timestamp recorded when maximum power conservation mode is enabled. Legal Values 0 Default cfgChassisPerformanceOverRedundancy (Read or Write) Table 312. Details of cfgChassisPerformanceOverRedundancy attribute Description Enables or disables server performance over power redundancy.
cfgChassisInRedundancyReserve (Read Only) Table 314. Details of cfgChassisInRedundancyReserve attribute Description Indicates the amount of redundant power (in watts) in reserve that can be used in the event if an AC grid or PSU is unsuccessful. This value is 0 if the Redundancy Policy is set to 0 (no redundancy). Legal Values 0 — (disabled) 1 — (enabled) Default None cfgChassisInPowerServerAllocation (Read Only) Table 315.
cfgChassisStandbyInPowerCapacity (Read Only) Table 318. Details of cfgChassisStandbyInPowerCapacity attribute Description Indicates the amount of power (in watts) available for powering up any hardware modules that are either added to the chassis or powered up (if they are already present in the chassis). Legal Values None Default None cfgChassisPowerClear (Write Only) Table 319.
cfgSystemEnergyConsumptionClear (Write Only) Table 322. Details of cfgSystemEnergyConsumptionClear attribute Description Resets energy statistics when set to 1.
0 Default cfgThermal This group displays and configures the thermal settings. Use this object with the config or getconfig subcommands. To set the configurations, you must have the Chassis Configuration Administrator privileges. cfgThermalMFSPercent (Read or Write) Table 324. Details of cfgThermalMFSPercent attribute Description Configures the minimum fan speed in percent. Legal Values 0 to 100 Default 0 cfgThermalEnhancedCoolingMode (Read or Write) Table 325.
Default None cfgKVMFrontPanelEnable (Read or Write) Table 327. Details of cfgKVMFrontPanelEnable attribute Description Enables or disables front panel access on the iKVM. Legal Values • 1 (enable) • 0 (disable) Default None Example racadm getconfig -g cfgKVMInfo cfgKVMAccessToCMCEnable=1 cfgKVMFrontPanelEnable=1 cfgLcdInfo This group is used to display information for and configure the LCD. To use this object property, you must have the Chassis Configuration Administrator privilege.
cfgAlertingEnable (Read or Write) Table 329. Details of cfgAlertingEnable attribute Description Enables or disables event traps on the CMC. Legal Values • • Default None 1 (true) 0 (false) To use this object property, you must have Chassis Configuration Administrator privilege. cfgAlertingFilterMask (Read or Write) Table 330. Details of cfgAlertingFilterMask attribute Description Sets the event filter.
Use this object with the config or getconfig subcommands. To use this object property, you must have Chassis Configuration Administrator privilege. The following sections provide information about the objects in the cfgIPv6LanNetworking group. cfgIPv6Enable (Read or Write) Table 332. Details of cfgIPv6Enable attribute Description Enables or disables CMC IPv6 stack. Legal Values • 1 (TRUE) • 0 (FALSE) Default 0 cfgIPv6Address (Read or Write) Table 333.
NOTE: • Legal Values 0–128 Default 64 This property is used only if cfgIPv6AutoConfig is set to 0(false) cfgIPv6AutoConfig (Read or Write) Table 336. Details of cfgIPv6AutoConfig attribute Description Enables or disables the IPv6 Auto Configuration option. NOTE: If this value is set to 0, the CMC disables auto configuration and statically assigns IPv6 addresses. If this value is set to 1, the CMC obtains address and route information using stateless auto configuration and DHCPv6.
NOTE: This property is used only if cfgIPv6DNSServersFromDHCP6 is set to 0 (false). Legal Values A string representing a valid IPv6 entry. For example, 2001:DB8:1234:5678:9ABC:DE11:C00C:BEEF Default “ :: “ cfgIPv6DNSServer2 (Read or Write) Table 339. Details of cfgIPv6DNSServer2 attribute Description Specifies the IPv6 DNS server address. NOTE: This property is only valid if cfgIPv6DNSServersFromDHCP6 is set to 0 (false). Legal Values A string representing a valid IPv6 entry.
Synopsis racadm getconfig -g cfgCurrentLanNetworking cfgNicCurrentIpAddress (Read Only) Table 340. Details of cfgNicCurrentIpAddress attribute Description Displays the static IP address to the CMC. Legal Values A Valid IPv4 address Default A Valid IPv4 address cfgNicCurrentNetmask (Read Only) Table 341.
cfgNicCurrentVlanEnable (Read Only) Table 344. Details of cfgNicCurrentVlanEnable attribute Description Indicates whether the VLAN is enabled. Legal Values 0 — VLAN is disabled 1 — VLAN is enabled Default None cfgNicCurrentVlanID (Read Only) Table 345. Details of cfgNicCurrentVlanID attribute Description Indicates the Current Virtual Lan ID Legal Values Integer Default None cfgNicCurrentVlanPriority (Read Only) Table 346.
cfgDNSCurrentServer2 (Read Only) Table 348. Details of cfgDNSCurrentServer2 attribute Description Displays the IP address for DNS server 2. Legal Values A Valid IPv4 DNS IP Default 0.0.0.0 cfgDNSCurrentDomainName (Read Only) Table 349. Details of cfgDNSCurrentDomainName attribute Description Displays the DNS domain name. Legal Values Default None cfgNicCurrentIPv4Enabled (Read or Write) Table 350.
cfgCurrentIPv6LanNetworking (Read Only) This group displays the current CMC IPv6 properties. Use this object with the getconfig subcommand. To use this object property, you must have the CMC Login User privilege. cfgCurrentIPv6Enabled (Read or Write) Table 351. Details of cfgCurrentIPv6Enabled attribute Description Indicates whether IPv6 is enabled on the CMC. If the current property value is set to 0 (false), the remote network interfaces to the CMC are not accessible over IPv6.
cfgCurrentIPv6Address (Read Only) Table 354. Details of cfgCurrentIPv6Address attribute Description Displays the current IPv6 addresses. This property displays up to 15 global IPv6 addresses, including stateful and stateless addresses. Legal Values 1 Default 0 cfgCurrentIPv6Gateway (Read Only) Table 355. Details of cfgCurrentIPv6Gateway attribute Description Displays the current IPv6 gateway. Legal Values None Default None cfgCurrentIPv6DNSServersFromDHCP6 (Read Only) Table 356.
cfgCurrentIPv6DNSServer2 (Read Only) Table 358. Details of cfgCurrentIPv6DNSServer2 attribute Description Displays the IPv6 address for DNS server 2.
cfgNetTuningNicAutoneg (Read or Write) Table 360. Details of cfgNetTuningNicAutoneg attribute Description Enables auto negotiation of physical link speed and duplex. If enabled, auto negotiation takes priority over other values set in this group.
cfgRacSecurity This group is used to configure settings related to CMC SSL certificate signing request (CSR) feature. The properties in this group must be configured before generating a CSR. Use this object with the config or getconfig subcommands. To use this object property, you must have the Chassis Configuration Administrator privilege. For more information about generating certificate signing requests, see the subcommand sslcsrgen. For the country code, go to the link http://www.iso.
cfgRacSecCsrLocalityName (Read or Write) Table 366. Details of cfgRacSecCsrLocalityName attribute Description Specifies the CSR Locality (L). Legal Values A string of up to 128 characters. Default cfgRacSecCsrStateName (Read or Write) Table 367. Details of cfgRacSecCsrStateName attribute Description Specifies the CSR State Name (S). Legal Values A string of up to 128 characters. Default cfgRacSecCsrCountryCode (Read/Write) Table 368.
cfgRacSecOrganizationName= cfgRacSecOrganizationUnit= cfgRacSecLocalityName= cfgRacSecStateName= cfgRacSecCountryCode= cfgRacSecEmailAddr= cfgRacSecCsrKeySize (Read or Write) Table 370. Details of cfgRacSecCsrKeySize attribute Description Specifies the SSL asymmetric key size for the CSRs. Legal Values 1024, 2048, and 4096 Default 2048 cfgQuickDeploy This group is used to configure IDRAC deployment settings. You must have blade administrator privileges for configuring the settings.
cfgiDRACRootPassword Table 373. Details of cfgiDRACRootPassword attribute Description The root password is applied when servers are inserted into the chassis. Legal Values Up to 64 characters. Default calvin cfgEnableiDRACLAN Table 374. Details of cfgEnableiDRACLAN attribute Description Enables the LAN channel for iDRAC when servers are inserted into the chassis. Legal Values • 0 — Disable • 1 — Enable 1 Default cfgEnableiDRACIPv4 Table 375.
0 Default cfgEnableiDRACIPv4DHCP Table 377. Details of cfgEnableiDRACIPv4DHCP attribute Description Enables DHCP for iDRAC when servers are inserted into the chassis. Legal Values • 0 — Disable • 1 — Enable 1 Default cfgStartingiDRACIPv4Address Table 378. Details of cfgStartingiDRACIPv4Address attribute Description The static IPv4 address for the iDRAC located in the first slot. Legal Values IP format Default 192.168.0.121 cfgiDRACIPv4GateWay Table 379.
cfgEnableiDRACIPv6 Table 381. Details cfgEnableiDRACIPv6 attribute Enables IPv6 for each IPv6-capable iDRAC present in the chassis. Description Legal Values • 0 — Disable • 1 — Enable 0 Default cfgEnableiDRACIPv6AutoConfig Table 382. Details of cfgEnableiDRACIPv6AutoConfig attribute Enables the IPv6 feature that allows each iDRAC present in the chassis to set its IPv6 address automatically, without manual configuration of the host or DHCP servers.
Default :: cfgReservedIPAddressNumbers Table 385. Details of cfgReservedIPAddressNumbers attribute Description The number of static IPv4 addresses reserved for iDRACs in the chassis. Legal Values 32 Default 32 cfgUseCMCDNSSettings Table 386. Details of cfgUseCMCDNSSettings attribute Description Legal Values Default Propagates the CMC DNS Server settings (IPv4 and IPv6) to iDRAC when a blade server is inserted in the chassis.