Integrated Dell Remote Access Controller 9 RACADM CLI Guide 2020 Rev.
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. © 2020 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents Chapter 1: Introduction................................................................................................................ 12 New features added.......................................................................................................................................................... 12 Firmware version 4.40.00.00.....................................................................................................................................12 Firmware version 4.32.10.
diagnostics.......................................................................................................................................................................... 42 driverpack............................................................................................................................................................................43 eventfilters..................................................................................................................................
sslcertdownload................................................................................................................................................................ 119 sslcertupload.....................................................................................................................................................................120 sslcertview...........................................................................................................................................
cfgRhostsSmtpServerIpAddr (Read or Write).................................................................................................... 171 cfgRhostsSyslogEnable (Read or Write).............................................................................................................. 171 cfgRhostsSyslogPort (Read or Write)...................................................................................................................171 cfgRhostsSyslogServer1 (Read or Write)......................
cfgRacTuneConRedirEncryptEnable (Read or Write)...................................................................................... 183 cfgRacTuneAsrEnable (Read or Write)................................................................................................................ 183 cfgRacTuneDaylightOffset (Read Only).............................................................................................................. 183 cfgRacTuneTimezoneOffset (Read Only)...................................
cfgLDAPPort (Read or Write)................................................................................................................................ 195 cfgLDAPSearchFilter (Read or Write)..................................................................................................................195 cfgLDAPServer (Read or Write)............................................................................................................................ 196 cfgLDAPUserAttribute (Read or Write).....
cfgServerPeakPowerConsumptionTimestamp (Read Only).......................................................................... 206 cfgServerPowerConsumptionClear (Write Only)..............................................................................................206 cfgServerPowerCapWatts (Read or Write)....................................................................................................... 206 cfgServerPowerCapBtuhr (Read or Write)..........................................................
cfgIPv6Address8 (Read Only)................................................................................................................................ 217 cfgIPv6Address9 (Read Only)................................................................................................................................ 217 cfgIPv6Address10 (Read Only).............................................................................................................................. 218 cfgIPv6Address11 (Read Only).....
cfgVFlashSDLicensed (Read Only).......................................................................................................................228 cfgVFlashSDAvailableSize (Read Only)............................................................................................................... 229 cfgVFlashSDHealth (Read Only)........................................................................................................................... 229 cfgVFlashSDWriteProtect (Read Only)..............
1 Introduction This document provides information about the RACADM subcommands, supported RACADM interfaces, and property database groups and object definitions for iDRAC for the Dell EMC servers.
Firmware version 4.30.30.
● WSMan is deprecated, with no further updates or new features to be added. Table 1. Details of Deprecated and New Subcommands Deprecated Subcommands New Subcommands getconfig get config set getuscversion getversion raid storage systemconfig Unsupported RACADM Subcommands The following table provides the list of RACADM subcommands which are not supported. Table 2.
RACADM Syntax Usage The following section describes the syntax usage for SSH and Remote RACADM. SSH or Remote RACADM racadm -r -u -p racadm -r -u -p getconfig -g -o
● Locate the openSSL libraries are in the HOST machine (/usr/lib64/ in case of RHEL), and to check the various versions of the libraries: [root@localhost ~]# ls -l /usr/lib64/libssl* -rwxr-xr-x. 1 root root 249368 Oct 15 2013 /usr/lib64/libssl3.so lrwxrwxrwx. 1 root root 16 Oct 29 2014 /usr/lib64/libssl.so.10 -> libssl.so.1.0.1e -rwxr-xr-x. 1 root root 439912 Sep 27 2013 /usr/lib64/libssl.so.1.0.1e ● Link the library libssl.
RACADM Command Options The following table lists the options for the RACADM command: Table 3. RACADM Command Options Option -r -r : Description Specifies the controller’s remote IP address. Use if the iDRAC port number is not the default port (443). -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.
vflashpartition vmdisconnect cd quit ● Example 2: racadm>> get get getconfig getled getniccfg getraclog getractime getsel getsensorinfo getssninfo getsvctag getsysinfo gettracelog getversion ● Example 3: racadm>> getl racadm>> getled or LEDState: Not-Blinking ● Example 4: racadm>> get bios.uefiBootSettings BIOS.UefiBootSettings BIOS.UefiBootSettings.UefiBootSeq BIOS.UefiBootSettings.
The valid lifecyclecontroller.lcattributes HTTP/HTTPS proxy parameters are: ● UserProxyUserName ● UserProxyPassword ● UserProxyServer ● UserProxyPort ● UserProxyType To view the list of proxy attributes, use racadm get lifecycleController.lcAttributes. NOTE: Squid proxy configuration is not supported to access HTTP/HTTPS shares.
○ For iDRAC and Lifecycle Controller documents — https://www.dell.com/idracmanuals ○ For OpenManage Connections Enterprise Systems Management documents — https://www.dell.com/ omconnectionsclient ○ For Serviceability Tools documents — www.dell.com/ServiceabilityTools ○ For Client Command Suite Systems Management documents — www.dell.com/DellClientCommandSuiteManuals ● From the Dell Support site: 1. Go to www.dell.com/support/home. 2. Under Browse all products section, click Software. 3.
2 Running Get and Set This section provides detailed description of the RACADM Get and Set subcommands including the syntax and valid entries. For more information about all attributes to perform get and set operations, see the iDRAC Attribute Registry available at https://www.dell.com/idracmanuals Topics: • • get set get Table 4. Details of get Description Displays the value of one or more objects. The get subcommand has two forms. ● Displays the value of a single object.
Table 4.
Table 4. Details of get (continued) ● ● ● ● ○ JSON—It exports the SCP JSON file to a network share file. ○ xml—It exports the SCP xml format file, either to a local or network share file. --clone—Gets the configuration .xml files without system-related details such as service tag. The .xml file received does not have any virtual disk creation option. --replace—Gets the configuration .xml files with the system-related details such as service tag.
Table 4. Details of get (continued) ● Export a “cloned” xml configuration to a CIFS share racadm get -f xyz_temp_clone -t xml -u Administrator -p xxx -l // 192.168.0/xyz --clone ● Export a “replace” xml configuration to a CIFS share racadm get -f xyz_temp_replace -t xml -u Administrator -p xxx -l // 192.168.0/xyz --replace ● Export the xml configuration of the iDRAC component to FTP share. racadm get -f file -t xml -u username -p password -l ftp:// 192.168.10.
Table 4. Details of get (continued) ● Include password hash in the configuration .xml file. racadm get -f -t xml -l -u p -t xml --includeph ● Configure proxy parameters. racadm set lifecyclecontroller.lcattributes.UserProxyUsername admin1 racadm set lifecyclecontroller.lcattributes.UserProxyUsername ● View the list of proxy attributes. racadm get lifecycleController.lcAttributes ● To display InfiniBand related groups. racadm get InfiniBand set Table 5.
Table 5. Details of set (continued) ● racadm set . ● racadm set ..
Table 5. Details of set (continued) ● — Specifies the object name of the value that must be written. ● — This option is specified where FQDD Aliases or Groups must be indexed. ● -f — Enables set to configure the device from a specified file. This option is not supported in the Firmware RACADM interface. ● -u — Specifies user name of the CIFS remote share from which the file must be imported ● -p — Specifies password for the remote CIFS share from which the file must be imported.
Table 5. Details of set (continued) ○ BIOS: enabling processor trusted execution (TXT) when server has Trusted Platform Module (TPM) 2.0 installed ○ BIOS: if SCP contains only a BIOS section that includes switching boot mode to UEFI and configuration of UEFI PXE network settings ○ BIOS: if SCP contains only a BIOS section that includes switching boot mode to legacy BIOS or UEFI along with changes to the boot order sequence using changes to BootSeq, HddSeq, or UefiBootSeq attributes. ○ BIOS: changing TPM 2.
Table 5. Details of set (continued) racadm jobqueue view –i ● Configure a systems using a local Server Configuration Profile XML file containing a mix of real-time and staged objects; postpone reboot until other operations have been completed. racadm set -f myfile.
3 RACADM Subcommand Details This section provides detailed description of the RACADM subcommands including the syntax and valid entries. Topics: • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 30 Guidelines to Quote Strings Containing Special Characters When Using RACADM Commands help and help subcommand arp autoupdatescheduler bioscert biosscan cd cd ..
• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • networktransceiverstatistics nicstatistics ping ping6 racadm proxy racdump racreset racresetcfg recover remoteimage rollback sekm serialcapture sensorsettings serveraction setled setniccfg sshpkauth sslcertdelete sslcertdownload sslcertupload sslcertview sslcsrgen sslkeyupload sslresetcfg storage supportassist swinventory switchconnection systemerase systemperfstatistics techsupreport testalert testemail testrsyslogconn
● ● ● ● ● ● ● ● ● ~ (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. For using double quotation marks: The following characters must be escaped by preceding with a backward slash: ● ● ● ● $ (dollar sign) " (double quotation marks) ` (back quotation marks) ' (single quotation marks) help and help subcommand Table 6.
Table 7. Details of arp sub command (continued) To use this subcommand, you must have Debug privilege. Synopsis Input Example racadm arp N/A racadm arp Output Table 8. Details of output Address HW Type HW Address Mask 192.168.1.1 Ether 00:0d:65:f3:7c:bf C Device eth0 autoupdatescheduler Table 9. Details of the autoupdatescheduler command Description You can automatically update the firmware of the devices on the server. To run this subcommand, you must have the Server Control privilege.
Table 9. Details of the autoupdatescheduler command (continued) ● -l — Specifies the network share (NFS, CIFS, FTP, TFTP,HTTP, or HTTPS) location of the catalog file. IPv4 and IPv6 addresses are supported. ● -f — Specifies the catalog location and the filename. If the filename is not specified, then the default file used is catalog.xml.
Table 9. Details of the autoupdatescheduler command (continued) ○ For TFTP, run the command: racadm autoupdatescheduler create -l tftp://1.2.3.4 -f cat.xml.gz time 14:30 -dom 1 -rp 5 -a 1 ○ To view AutoUpdateScheduler parameter: racadm autoupdatescheduler view hostname = 192.168.0 sharename = nfs sharetype = nfs catalogname = Catlog.
Table 10. Details of the bioscert subcommand (continued) ● racadm bioscert restore -t Input ● -t— Specifies the key type of the Secure Boot Certificate to be exported. ○ 0— Specifies the PK (Platform Key) ○ 1— Specifies the KEK (Key Exchange Key) ○ 2— Specifies the DB (Signature Database) ○ 3— Specifies the DBX (Forbidden signatures Database) ● -k — Specifies the Certificate type or the Hash type of the Secure Boot Certificate file to be exported.
Table 10. Details of the bioscert subcommand (continued) ● Import KEK (Hash Type SHA-256) from a CIFS share to the embedded iDRAC racadm bioscert import -t 1 -k 1 -f kek_cert.der -l //192.168.2.140/ licshare -u admin -p passwd ● Import KEK certificate from a NFS share to the embedded iDRAC racadm bioscert import -t 1 -k 0 -f kek_cert.der -l 192.168.2.14:/share ● Import KEK certificate from a local share using Local RACADM racadm bioscert import -t 1 -k 0 -f kek_cert.
Table 11. Details of the biosscan subcommand (continued) ● To perform the BIOS Scan daily: racadm biosscan -s 2 cd Table 12. cd Description Synopsis Input To change the current working object, use this command. racadm>> cd racadm>> cd Output Displays the new prompt. Example ● Example 1: To navigate to the system device type directory: racadm>>cd system racadm/system> ● Example 2: To run all the power-related get or set commands: racadm/system>cd power racadm/Power> cd .. Table 13.
clearasrscreen Table 14. Details of the clearasrscreen attribute Description Clears the last crash (ASR) screen that is in memory. For more information, see "Enabling Last Crash Screen" section in iDRAC User's Guide available at https://www.dell.com/idracmanuals . NOTE: To run this subcommand, you must have the Clear Logs permission. Synopsis racadm clearasrscreen Input None Output Clears the last crash screen buffer. Example racadm clearasrscreen clearpending Table 15.
Table 16. Details of closessn (continued) 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. Output Successful or error message is displayed. Example ● Closes the session 1234.
Table 18. Details of connect (continued) ○ server-—where n = 1 to 16 ○ server-—where n = 1 to 8 and x = a to d ○ switch-n—where n = 1 to 6 or Examples ● To connect to I/O Module 1 serial console: racadm connect -m switch-1 ● To connect to server 1 serial console: racadm connect -m server-1 coredump Table 19. Details of coredump Description Displays detailed information related to any recent critical issues that have occurred with iDRAC.
Table 20. Details of coredumpdelete (continued) Example racadm coredumpdelete Coredump request completed successfully diagnostics Table 21. Details of diagnostics Description Collects and exports remote diagnostics report from iDRAC. The results of the latest successfully run remote diagnostics are available and retrievable remotely through an NFS, CIFS, HTTP, or HTTPS) share.
Table 21. Details of diagnostics (continued) ● To export a remote diagnostics report to NFS share: racadm diagnostics export -f diagnostics -l 192.168.0:/nfs -u administrator -p xxx ● To export a remote diagnostics report to the HTTP share: racadm diagnostics export -f diags.txt -u httpuser -p httppwd -l http://test.com ● To export a remote diagnostics report to the HTTPS share: racadm diagnostics export -f diags.txt -u httpsuser -p httpspwd -l https://test.
Table 22. Details of driverpack (continued) ● To detach the operating system racadm driverpack detach eventfilters Table 23. Details of eventfilters Description Displays the list of event filter settings. To use this subcommand with the set and test option, you must have the Administrator privilege.
Table 23. Details of eventfilters (continued) NOTE: idrac.all.all is not a valid sub category. Valid Severity values are: ● Critical ● Warning ● Info Valid examples of alert queries are: ● ● ● ● ● idrac.alert.all idrac.alert.audit idrac.alert.audit.lic idrac.alert.audit.warning idrac.alert.audit.lic.critical This command does not support setting the proxy parameters if the share location (-l) is HTTP/HTTPS. For more information, see Proxy parameter section.
Table 23. Details of eventfilters (continued) ● Configure using severity as a parameter. For example, all informational events in storage category are assigned power off as action, and email and SNMP as notifications. racadm eventfilters set -c idrac.alert.storage.info -a poweroff -n email,snmp ● Configure using subcategory as a parameter. For example, all configurations under the licensing subcategory in the audit category are assigned power off as action and all notifications are enabled.
Table 25. Details of fcstatistics (continued) Input — Specify the FQDD of the target FC device. Example racadm fcstatistics frontpanelerror Table 26. Details of frontpanelerror Description Enables or disables the live-feed of the errors currently being displayed on the LCD screen. For error acknowledge use hide, and error assert use show.
Table 27. Details of fwupdate (continued) Synopsis racadm fwupdate -s racadm fwupdate -g -u -a [-d [--clearcfg] racadm -r -u -p fwupdate -f -d where path is the location on the ftp server where firmimgFIT.d9 is stored.
Table 27. Details of fwupdate (continued) ● Query the current status of the firmware update process: racadm fwupdate -s ● Rollback to the standby firmware: racadm fwupdate -r ● Upload firmware image from TFTP server, start firmware update. After firmware update is complete, delete previous iDRAC configuration: racadm fwupdate -g -u -a 192.168.0.100 -d /tmp/images --clearcfg NOTE: Firmware update from local RACADM (using -p -u -d options) is not supported on Linux operating system.
Table 29. Details of gethostnetworkinterfaces (continued) DHCPServerV4 MAC Address IPv4 Address Subnet Mask IPv6 Address Prefix Length IPv6 DNSServer Address IPv6 DNSServer Address IPv6 DNSServer Address : : : : : : 0: 1: 2: 169.254.0.1 00-25-64-F9-7A-E7 169.254.0.2 255.255.255.0 fe80::1cce:a0a7:f30e:54fc 64 fec0:0:0:ffff::1 fec0:0:0:ffff::2 fec0:0:0:ffff::3 ● To display the details of a particular NIC on the server. racadm gethostnetworkinterfaces NIC.Integrated.
Table 31. Details of getniccfg (continued) Output The getniccfg subcommand displays an appropriate error message if the operation is not successful. Otherwise, the output is displayed in the following format: Table 32. Details of IPV4 settings IPv4 settings: NIC Enabled =1 IPv4 Enabled =1 DHCP Enabled =0 IP Address =10.94.227.207 Subnet Mask =255.255.255.0 Gateway =10.94.227.
Table 31. Details of getniccfg (continued) Table 32. Details of IPV4 settings (continued) Static Subnet Mask =255.255.255.0 Static Gateway =10.94.227.1 Static IPv6 settings: Static IP Address 1 =:: Static Prefix Length =64 Static Gateway =:: NOTE: IPv6 information is displayed only if IPv6 is enabled in iDRAC. NOTE: IPv6 Address 1 field indicates static IP and IPv6 Address 2 field indicates dynamic IP.
Table 33. Details of getraclog (continued) Example Display the recent 2 records for RAC log racadm getraclog -c 2 SeqNumber = 4102 Message ID = LIC201 Category = Audit AgentID = DE Severity = Warning Timestamp = 2017-05-15 06:30:20 Message = License yPMRJGuEf7z5HG8LO7gh assigned to device iDRAC expires in 4 days.
Table 35.
getsensorinfo Table 37. Details of getsensorinfo Description Synopsis Input Displays the status for system sensors. NOTE: For the Dell PowerEdge FX2 chassis with the FM120x4 server, the power-related information is not displayed. ● racadm getsensorinfo ● racadm getsensorinfo -c -c—Compact output format. NOTE: Chassis Controller is supported only on PowerEdge FX2, and GPU sensors are displayed only on PowerEdge C4140 servers. Example racadm getsensorinfo Sensor Type : POWER Table 38.
Table 40. Sensor Type : FAN (continued) System Board Fan5 RPM Ok 5640 RPM 600 RPM NA 144% System Board Fan6 RPM Ok 5880 RPM 600 RPM NA 152% Sensor Type : VOLTAGE Table 41. Sensor Type : VOLTAGE CPU1 VCORE PG Ok Good NA NA System Board 3.3V Ok PG Good NA NA System Board 5V AUX PG Ok Good NA NA CPU1 M23 VPP PG Ok Good NA NA System Board 1.
Table 42. Sensor Type : CURRENT [R/W] [R/W] PS1 Current 1 Ok 0.4 Amps NA NA 0 Amps [N] 0 Amps [N] System Board Pwr Consumption Ok 56 Watts NA 1386 Watts 0 Watts [N] 1260 Watts [N] Sensor Type : PROCESSOR Table 43. Sensor Type : PROCESSOR CPU1 Status Ok Presence Detected NA NA CPU2 Status N/A Absent NA NA Sensor Type : MEMORY Table 44.
Table 44. Sensor Type : MEMORY (continued) DIMM B11 N/A Absent NA NA DIMM B12 N/A Absent NA NA Sensor Type : Chassis Controller Table 45.
Table 49. Sensor Type : REDUNDANCY System Board Fan Redundancy Full Redundant Fan System Board PS Redundancy Disabled PSU Sensor Type : SYSTEM PERFORMANCE Table 50.
Table 53. Sensor Type : GPU Thermal (continued) Video.Sl 255C ot.3 255C 255C 255C 255C Disabled Disabled Video.Sl 255C ot.5 255C 255C 255C 255C Disabled Disabled Video.Sl 255C ot.4 255C 255C 255C 255C Disabled Disabled Video.Sl 255C ot.8 255C 255C 255C 255C Disabled Disabled getssninfo Table 54. Details of getssninfo Description Displays a list of users that are connected to iDRAC.
Table 56. Details of getsvctag (continued) Example ● Display the service tag of the host system. racadm getsvctag getsysinfo Table 57. Details of getsysinfo Description Displays information related to iDRAC, managed system, and watchdog configuration. NOTE: The hostname and OS Name fields in the getsysinfo output display accurate information only if the OpenManage Server Administrator (OMSA) is installed on the managed system. If OMSA is not installed these fields may be blank or inaccurate.
Current IP Address 8 Current IP Address 9 Current IP Address 10 Current IP Address 11 Current IP Address 12 Current IP Address 13 Current IP Address 14 Current IP Address 15 DNS Servers from DHCPv6 Current DNS Server 1 Current DNS Server 2 = = = = = = = = = = = :: :: :: :: :: :: :: :: Disabled 2011:de11:bdc:192::67/64 :: System Information: System Model System Revision System BIOS Version Service Tag Express Svc Code Host Name OS Name OS Version Power Status Fresh Air Capable RollupStatus = = = = = = =
Table 58. Details of gettracelog (continued) Output The default output display shows the record number, timestamp, source and description. The timestamp begins at midnight, January 1 and increases until the system starts. After the system starts, the system’s timestamp is used. Example ● Display entire log racadm gettracelog ● Display number of records in log racadm gettracelog -i Total Records: 228 getversion Table 59.
Table 60. Details of racadm getversion -c (continued) server-9 1.0.5 PowerEdgeM520 racadm getversion Bios Version = 2.0.18 iDRAC Version = 2.00.00.00 Lifecycle Controller Version = 2.00.00.00 racadm getversion -b Table 61. Details of racadm getversion -b < Server > < BIOS Version > < Blade Type > server-1 1.6.0 PowerEdgeM520 server-2 6.3.0 PowerEdgeM610x server-4 7.0.0 PowerEdgeM710HD server-5 6.3.0 PowerEdgeM710 server-7 1.7.1 PowerEdgeM620 server-9 1.7.1 PowerEdgeM520 Table 62.
groupmanager Table 63. Details of groupmanager Description Allows you to: ● Delete the group from the group manager. ● Remove the iDRAC from group by itself by using admin privileges. ● Join the group using administrator privileges. NOTE: This subcommand is supported only on iDRAC9. Synopsis ● To delete the group from the group manager. groupmanager delete –g ● To remove the iDRAC from group by itself by using administrator privileges.
Table 64. Details of httpsbootcert (continued) ● -p—Password for the remote share NOTE: The supported file formats are .cer,.der,.crt,.pem and .txt. NOTE: This command supports both IPV4 and IPV6 formats. IPV6 is applicable for CIFS and NFS type remote shares. Example ● To import the boot device cert with index 1 from a remote CIFS share: racadm httpsbootcert import -i 1 -f httpsboot_cert.txt -l // 10.94.161.
Table 64. Details of httpsbootcert (continued) ● To export the boot device cert with index 4 to a local share using remote racadm: racadm -r 10.94.161.119 -u root -p calvin httpsbootcert export -f httpsboot_cert.txt NOTE: These commands do not support setting the proxy parameters if the share location is HTTP/ HTTPS. To perform the operation with HTTP or HTTPS via a proxy, the proxy parameters must be first configured using the lifecyclecontroller.lcattributes group.
● To get the hwinventory, run the following command: racadm hwinventory -------------------------HARDWARE INVENTORY-----------------------[InstanceID: Battery.Integrated.1:RAID.Slot.4-1] Device Type = ControllerBattery DeviceDescription = Battery on RAID Controller in Slot 4 FQDD = Battery.Integrated.1:RAID.Slot.4-1 InstanceID = Battery.Integrated.1:RAID.Slot.4-1 PrimaryStatus = OK RAIDState = Ready ------------------------------------------------------------------[InstanceID: RAID.Slot.
CachecadeCapability = Cachecade Virtual Disk not supported ConfigLockdownCapable = False ConfigLockdownState = Disabled ConnectorCount = 0 CurrentControllerMode = NotSupported Device = 0 DeviceCardDataBusWidth = Unknown DeviceCardManufacturer = DELL DeviceCardSlotLength = Unknown DeviceCardSlotType = Unknown DeviceDescription = Embedded AHCI 2 DriverVersion = Not Applicable EncryptionCapability = None EncryptionMode = None FQDD = AHCI.Embedded.2-1 Function = 0 InstanceID = AHCI.Embedded.
PCIVendorID = 8086 PatrolReadState = Unknown PersistentHotspare = Not Applicable PrimaryStatus = Unknown ProductName = C620 Series Chipset Family SSATA Controller [AHCI mode] RealtimeCapability = Incapable RollupStatus = Unknown SASAddress = Not Applicable SecurityStatus = Encryption Not Capable SharedSlotAssignmentAllowed = Not Applicable SlicedVDCapability = Sliced Virtual Disk creation not supported SupportControllerBootMode = Not Supported SupportEnhancedAutoForeignImport = Not Supported SupportRAID10Un
TurboModeCapable = Yes TurboModeEnabled = Yes VirtualizationTechnologyCapable = Yes VirtualizationTechnologyEnabled = Yes Voltage = 1.8 V ------------------------------------------------------------------[InstanceID: CPU.Socket.
FQDD = Enclosure.Internal.0-1:RAID.Slot.4-1 FanCount = 0 InstanceID = Enclosure.Internal.0-1:RAID.Slot.4-1 LastSystemInventoryTime = 2020-11-06T23:13:52 LastUpdateTime = 2020-11-06T23:13:52 PSUCount = 0 PrimaryStatus = OK ProductName = BP14G+ 0:1 RollupStatus = OK SlotCount = 8 State = Ready TempProbeCount = 0 Version = 4.2 WiredOrder = 1 ------------------------------------------------------------------[InstanceID: Fan.Embedded.
[InstanceID: Fan.Embedded.4] Device Type = Fan ActiveCooling = 1 BaseUnits = RPM CurrentReading = 6720 RPM DeviceDescription = Fan 4 FQDD = Fan.Embedded.4 FanType = StandardPerformance InstanceID = Fan.Embedded.4 LastSystemInventoryTime = 2020-11-06T23:13:06 LastUpdateTime = 2020-12-09T18:33:49 PWM = 32 % PrimaryStatus = OK RateUnits = None RedundancyStatus = Fully Redundant UnitModifier = 0 VariableSpeed = 1 ------------------------------------------------------------------[InstanceID: Fan.Embedded.
man agement functions for PowerEdge servers SOLEnabledState = Enabled URLString = https://100.101.22.93:443 ------------------------------------------------------------------[InstanceID: DIMM.Socket.A1] Device Type = Memory BankLabel = A CurrentOperatingSpeed = 2400 MHz DeviceDescription = DIMM A1 FQDD = DIMM.Socket.A1 InstanceID = DIMM.Socket.
MediaType = Base T MinBandwidth = 0 NicMode = Unknown PCIDeviceID = 16d8 PCISubDeviceID = 4160 PCISubVendorID = 14e4 PCIVendorID = 14e4 PartNumber = 01224N PermanentMACAddress = 00:0A:F7:E8:49:A8 PrimaryStatus = OK ProductName = Broadcom Adv.
Device Type = NIC AutoNegotiation = Disabled BusNumber = 24 ControllerBIOSVersion = 20.8.163.0 CurrentMACAddress = 00:0A:F7:E8:49:A9 DataBusWidth = Unknown DeviceDescription = Integrated NIC 1 Port 2 Partition 1 DeviceNumber = 0 EFIVersion = 20.8.160.0 FCoEOffloadMode = Unknown FQDD = NIC.Integrated.1-2-1 FamilyVersion = 20.08.04.03 FunctionNumber = 1 InstanceID = NIC.Integrated.
PermanentMACAddress = 00:0A:F7:E8:49:A6 PrimaryStatus = OK ProductName = Broadcom Gigabit Ethernet BCM5720 - 00:0A:F7:E8:49:A6 Protocol = NIC ReceiveFlowControl = On SNAPIState = Disabled SNAPISupport = Not Available SerialNumber = CN736148530047 SlotLength = Unknown SlotType = Unknown TransmitFlowControl = On UpdateLockdownCapable = False UpdateLockdownState = Disabled VPISupport = Not Available VendorName = Broadcom Corp iScsiOffloadMode = Unknown ----------------------------------------------------------
PCIDeviceID = A1D2 PCISubDeviceID = 0715 PCISubVendorID = 1028 PCIVendorID = 8086 SlotLength = Unknown SlotType = Unknown ------------------------------------------------------------------[InstanceID: Video.Embedded.1-1] Device Type = PCIDevice BusNumber = 3 DataBusWidth = Unknown Description = Integrated Matrox G200eW3 Graphics Controller DeviceDescription = Embedded Video Controller 1 DeviceNumber = 0 FQDD = Video.Embedded.1-1 FunctionNumber = 0 InstanceID = Video.Embedded.
BusNumber = 0 DataBusWidth = Unknown Description = C620 Series Chipset Family PCI Express Root Port #5 DeviceDescription = Embedded P2P Bridge 2-1 DeviceNumber = 28 FQDD = P2PBridge.Embedded.2-1 FunctionNumber = 4 InstanceID = P2PBridge.Embedded.
Manufacturer = Broadcom Inc. and subsidiaries PCIDeviceID = 16D8 PCISubDeviceID = 4160 PCISubVendorID = 14E4 PCIVendorID = 14E4 SlotLength = Unknown SlotType = Unknown ------------------------------------------------------------------[InstanceID: NIC.Integrated.1-4-1] Device Type = PCIDevice BusNumber = 1 DataBusWidth = Unknown Description = NetXtreme BCM5720 2-port Gigabit Ethernet PCIe DeviceDescription = Integrated NIC 1 Port 4 Partition 1 DeviceNumber = 0 FQDD = NIC.Integrated.
Device Type = PhysicalDisk BlockSizeInBytes = 512 Bytes BusProtocol = SAS Certified = Yes ConfigLockdownCapable = False ConfigLockdownState = Disabled Connector = 0 DeviceDescription = Disk 0 in Backplane 1 of RAID Controller in Slot 4 DriveFormFactor = 2.5 inch EncryptionProtocol = None FQDD = Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.4-1 FreeSizeInBytes = 0 Bytes HotSpareStatus = No InstanceID = Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.
TotalOutputPower = 1100 Watts Type = AC ------------------------------------------------------------------[InstanceID: PSU.Slot.2] Device Type = PowerSupply DetailedState = Presence Detected DeviceDescription = Power Supply 2 EffectiveCapacity = 1100 FQDD = PSU.Slot.2 FirmwareVersion = 00.1D.7D InputVoltage = 228 Volts InstanceID = PSU.Slot.
PopulatedPCIeSlots = 1 PowerCap = 409 Watts PowerCapEnabledState = Disabled PowerState = On PrimaryStatus = Error RollupStatus = Error SELRollupStatus = Error ServiceTag = C9J69R2 StorageRollupStatus = OK SysMemErrorMethodology = Multi-bit ECC SysMemFailOverState = NotInUse SysMemLocation = System board or motherboard SysMemMaxCapacitySize = 7864320 MB SysMemPrimaryStatus = OK SysMemTotalSize = 32768 MB SystemGeneration = 14G Monolithic SystemID = 1813 SystemRevision = I TempRollupStatus = OK TempStatistics
SpanLength = 1 StartingLBAinBlocks = 0 StripeSize = 256KB T10PIStatus = Disabled VirtualDiskTargetID = 0 WriteCachePolicy = Write Back ------------------------------------------------------------------● To get the list of NIC FQDDs, run the following command: racadm hwinventory nic NIC.Slot.2-1-1:Emulex OCe14102-U1-D - 00:90:FA:4C:FE:C2 PartitionCapable : 1 NIC.Slot.2-1-2:Emulex OCe14102-U1-D - 00:90:FA:4C:FE:C3 PartitionCapable : 2 NIC.Slot.
Permanent FIP MAC Address: Permanent FCoE MAC Address: Slot Type: Data Bus Width: Slot Length: Bus Number: DeviceNumber: Function Number: Last Update Time: Last System Inventory Time: ProductName: 00:0A:F7:E8:49:A8 WWN: VirtWWN: WWPN: VirtWWPN: Family Version: Controller BIOS Version: EFI Version: Max Bandwidth: Min Bandwidth: FCoE WWNN: Vendor Name: Number of PCI-e Functions Supported per Port: Number of PCI-e Functions Currently Enabled per Port: OS Driver Version: ISCSI OS Driver Version: FCOE OS Driver
VEB-VEPA Single Channel: VEB: VEB-VEPA Multi Channel: EVB: BPE: Open Flow: Partition WOL Support: Virtual Link Control: Partition RX Flow Control: Partition TX Flow Control: TX Bandwidth Control Maximum: TX Bandwidth Control Minimum: Persistence Policy Capability: Capable Capable Not Capable Not Capable Not Capable Not Capable Capable Not Capable Not Capable Not Capable Capable Capable Capable ● To get the complete details for NIC.Integrated.1-4-1, type the following command: racadm hwinventory NIC.
Flex Addressing: UEFI: iSCSI Offload: iSCSI Boot: TCP OffloadEngine: FCoE: FCoE Boot: PXE Boot: SRIOV: Wake on LAN: Network Management Pass Through: OS2BMC PassThrough: Energy Efficient Ethernet: On Chip Thermal Sensor: NPar: Remote PHY: Feature Licensing: IPSec Offload: MAC Sec: RDMA: Enhanced Transmission Selection: Priority Flow Control: DCB Exchange Protocol: Congestion Notification: VEB-VEPA Single Channel: VEB-VEPA Multi Channel: EVB: BPE: Open Flow: Partition WOL Support: Virtual Link Control Partiti
Number of PCI-e Functions Currently Enabled per Port: LAN Driver Version: InfiniBand OS Driver Version: ISCSI OS Driver Version: FCoEOS Driver Version: FC OS Driver Version: RDMA OS Driver Version: Media Type: Protocol: SNAPI Support: SNAPI State: VPI Support: Virtual(Flex) Addressing: UEFI: iSCSI Offload: iSCSI Boot: TCP OffloadEngine: PXE Boot: SRIOV: Wake on LAN: Network Management Pass Through: OS2BMC PassThrough: Energy Efficient Ethernet: On Chip Thermal Sensor: NPar: Remote PHY: Feature Licensing: IP
● To export the inventory to a remote CIFS share, type the following command: racadm hwinventory export -f Myinventory.xml -u admin -p xxx -l //1.2.3.4/share ● To export the inventory to a remote NFS share, type the following command: racadm hwinventory export -f Myinventory.xml -u admin -p xxx -l 1.2.3.4:/share ● To export the inventory to local file system using local Racadm, type the following command: racadm hwinventory export -f Myinventory.
Port Speed: No capabilities found for FQDD "FC.Slot.2-1" racadm>> racadm hwinventory FC.Slot.
Table 67. Example eth0 Link encap:Ethernet HWaddr 00:1D:09:FF:DA:23 inet addr:192.168.0.0 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2550665 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:272532097 (259.9 MiB) TX bytes:0 (0.0 B) infinibandstatistics Table 68.
Table 68.
Table 69. Details of inlettemphistory (continued) ● -l — Network share location to where the inlet temperature history must be exported. The maximum length of this parameter is 256 characters. NOTE: The supported network locations are CIFS, NFS, HTTP, and HTTPS. ● -t — Specifies the exported file type. Valid values are xml and csv. These values are case-insensitive. NOTE: From firmware RACADM, only export to a remote share is supported.
Table 69. Details of inlettemphistory (continued) Last Month = 29C ( 84.2F ) [At Wed, 16 May 2017 15:34:13] Last Year = 29C ( 84.2F ) [At Wed, 16 May 2017 15:34:13] ● Configure the proxy parameter. racadm set lifecyclecontroller.lcattributes.UserProxyUsername admin1 ● Remove the the proxy parameter. racadm set lifecyclecontroller.lcattributes.UserProxyUsername ● View the list of proxy attributes. racadm get lifecycleController.lcAttributes jobqueue Table 70.
Table 70. Details of jobqueue (continued) ● --realtime — Specifies the real time job. NOTE: ○ --realtime is applicable for storage configuration commands run on PowerEdge servers with PERC 9 or newer storage controllers. To check if the controller supports realtime capability, run storage get controllers -o p RealtimeConfigurationCapability command. ○ -r option is not valid for real time configuration. Example ● View jobs in the current job queue. racadm jobqueue view ● View status of a specific job ID.
Table 71. details of krbkeytabupload (continued) To run this subcommand, you must have the Server Control privilege. 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. Output When successful Kerberos Keytab successfully uploaded to the RAC message is displayed.
Table 72.
Table 72. Details of lclog (continued) ● -n—Specifies the n number of records that must be displayed. On Local RACADM, if this parameter is not specified, by default 100 logs are retrieved. ● -r—Displays events that have occurred after this time. The time format is yyyy-mm-dd HH:MM:SS. The time stamp must be provided within double quotation marks. ● -e—Displays events that have occurred before this time. The time format is yyyy-mm-dd HH:MM:SS. The time stamp must be provided within double quotation marks.
Table 72. Details of lclog (continued) ● Display all records of events that have occurred between 2011-01-02 23:33:40 and 2011-01-03 00:32:15. racadm lclog view -r "2011-01-02 23:33:40" -e "2011-01-03 00:32:15" ● Display all the available records from the active Lifecycle log. racadm lclog view NOTE: If output is not returned when this command is used remotely, then retry increasing the remote RACADM timeout value. To increase the timeout value, run the command racadm set iDRAC.Racadm.Timeout .
Table 72. Details of lclog (continued) ● Export the complete Lifecycle Log in gzip format to a remote HTTP share: racadm lclog export -f log.xml.gz -u httpuser -p httppwd -l http:// test.com ● Export the complete Lifecycle Log in gzip format to a remote HTTPS share racadm lclog export -f log.xml.gz -u httpsuser -p httpspwd -l https:// test.com ● Export the Life Cycle Log to a remote HTTP share racadm lclog export -f Mylog.xml -u httpuser -p httppwd -l http:// test.
Table 73. license (continued) If the file is on a shared location, then -u and -p must be used. ● ● ● ● ● -f — Filename or path to the license file -e — Specifies the entitlement ID of the license file that must be exported -t — Specifies the transaction ID. -c — Specifies the component name on which the license is installed. -o — Overrides the End User License Agreement (EULA) warning and imports, replaces or deletes the license.
● Import a license from an FTP share to a device, in this case Embedded iDRAC. racadm license import -f Licen.xml -u ftpuser -p ftppwd -l ftp://test.com/share -c idrac.embedded.1 ● Import a license from an TFTP share to a device, in this case Embedded iDRAC. racadm license import -f Licen.xml -l tftp://test.com/share -c idrac.embedded.1 ● Import a license by overriding the EULA warning. racadm license import -u admin -p passwd -f License.xml -l //192.168.0/licshare -c idrac.embedded.
● Export license to a CIFS share specifying the FQDD. While using the -c option and exporting a license from a device, more than one license file may be exported. Therefore if a filename is given, an index is appended to the end of the filename such asLicenseFile0.xml, LicenseFile1.xml. In this case, the device is Embedded iDRAC. racadm license export -u admin -p xxx -f LicenseFile.xml -l //192.168.0/licshare -c idrac.embedded.1 racadm license export -u httpuser -p httppswd -f LicenseFile.
Table 75. Details of networktransceiverstatistics (continued) ● racadm networktransceiverstatistics -all Input ● —fully qualified device descriptor of the NIC ● -all—for all the available network transceivers Example ● To display the available network transceivers managed by the server for statistics: racadm networktransceiverstatistics ● To display the statistics of the network transceiver specified by NIC.Integrated.1-1-1: racadm networktransceiverstatistics NIC.Integrated.
FCoE Link Failures: Lan Unicast Packets Received: Lan Unicast Packets Transmitted: Lan FCS Receive Errors: Partition Link Status: Partition Driver State: Total RDMA Packets Received: Total RDMA Packets Transmitted: Total RDMA Bytes Transmitted: Total RDMA Bytes Received: Total RDMA Transmitted ReadRequest Packets: Total RDMA Transmitted Send Packets: Total RDMA Transmitted Write Packets: Total RDMA Protocol Errors: Total RDMA Protection Errors: Not Applicable 0 0 Not Applicable Down Operational 0 0 0 0 Not
Table 78. Details of ping6 (continued) To run this subcommand, you must have Debug privilege. Synopsis Input racadm ping6 — the IPv6 address of the remote endpoint to ping.
Table 79. Details of RACADM Proxy (continued) Table 80.
Table 81. Details of racdump (continued) Input N/A Example =============================================================================== General System/RAC Information =============================================================================== RAC Information: RAC Date/Time = Thu May 18 13:35:32 2017 Firmware Version = 3.00.00.00 Firmware Build = 12 Last Firmware Update = 04/04/2017 19:41:38 Hardware Version = 0.
racreset Table 82. Details of racreset Description Resets iDRAC. The reset event is logged in the iDRAC log. To run this subcommand, you must have the Configure iDRAC permission and configure user privilege. NOTE: After you run the racreset subcommand, iDRAC may require up to two minutes to return to a usable state. Synopsis racadm racreset soft racadm racreset hard racadm racreset soft -f racadm recreset hard -f Input ● -f — This option is used to force the reset.
Table 83. Details of racresetcfg (continued) Input ● -f—Force racresetcfg. If any vFlash partition creation or formatting is in progress, iDRAC returns a warning message. You can perform a force reset using this option. ● -all—Discard all settings and reset user to shipping value. ● -rc—Discard all settings and reset user to default user name and password. NOTE: When you perform racresetcfg -rc on Stomp and Noble/VRTX servers, by default, the DHCP is disabled. Example ● Reset the configuration on iDRAC.
remoteimage Table 85. Details of remoteimage 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. Synopsis Input ● racadm remoteimage -d ● racadm remoteimage -s ● racadm remoteimage -c [-u -p -l ] ● ● ● ● ● ● -c—Connect the image. -d—Disconnect image. -u—User name to access shared folder. -p—Password to access shared folder.
Table 85. Details of remoteimage (continued) ● 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. racadm remoteinage -c -u "user" -p "xxx" -l https://shrloc/foo.iso NOTE: -p and -u options are not mandatory in case of HTTP/HTTPS based remoteimage commands. rollback Table 86. Details of rollback Description Allows you to roll back the firmware to an earlier version.
Table 87. Details of sekm (continued) NOTE: When you execute racadm sekm enable, a job ID is returned, query this job id to see the status of sekm. If the query reports failure, check the job ID config results or LC logs to find the reason for failure. To disable sekm feature. racadm sekm disable To request iDRAC to rekey all the devices. racadm sekm rekey To test primary sekm server connection.
serialcapture Table 88. Details of serialcapture Description The serialcapture subcommand is used to is used to export and clear serial data captured from the system. To run this subcommand, you must have the following privileges: Synopsis NOTE: To run clear and export commands, the target server must have iDRAC Datacenter license. To clear serial data. racadm serialcapture clear To export serial data.
Table 89. sensorsettings (continued) ● Out of range settings is entered. ● Invalid sensor FQDD is entered. ● Invalid threshold level filter is entered. Synopsis racadm sensorsettings set -level Min Input ● — Sensor or corresponding sensor FQDD which needs a threshold configuration. Run the command, racadm getsensorinfo to view the sensor FQDD. The R/W field in the output getsensorinfo indicates if the sensor thresholds can be configured.
Table 90. serveraction (continued) Example Get Power Status on iDRAC racadm serveraction powerstatus Server Power Status: ON racadm serveraction powercycle Server power operation successful setled Table 91. Details of setled Description Sets the state (blinking or not blinking) of the LED on the specified module. To run this subcommand, you must have the Configure iDRAC permission. Synopsis Input racadm setled -l ● -l — Specifies the LED state.
Table 92. Details of setniccfg (continued) ● -s — Enables static IP settings. The IPv4 address, netmask, and gateway must be specified. Otherwise, the existing static settings are used. , , and must be typed as dot-separated strings. racadm setniccfg -s 192.168.0 255.255.255.0 192.168.0 ● -s6 — Enables static IPv6 settings. The IPv6 address, Prefix Length, and the IPv6 Gateway can be specified. ● -o — Enable or disable NIC.
● Upload an invalid key to iDRAC User 2 in the first key space using a string. $ racadm sshpkauth -i 2 -k 1 -t "This is invalid key Text" ERROR: Key text appears to be corrupt ● Upload a valid key to iDRAC User 2 in the first key space using a file. $ racadm sshpkauth -i 2 -k 1 -f pkkey.key Key file successfully uploaded. ● Get all keys for User 2 on iDRAC.
Table 94. Details of sslcertdelete (continued) ● Use Remote RACADM to delete the Client Trust certificate for SSL. $ racadm -r 192.168.0 -u root -p xxx sslcertdelete -t 4 ● Use Remote RACADM to delete the telemetry certificate. racadm -r 192.168.0 -u root -p xxx sslcertdelete -t 8 -i 1 sslcertdownload Table 95. Details of sslcertdownload Description Downloads an SSL certificate from iDRAC to the client’s file system. To run this subcommand, you must have the Server Control privilege.
sslcertupload Table 96. Details of sslcertupload Description Uploads a custom SSL server or CA certificate for Directory Service from the client to iDRAC.
sslcertview Table 97. Details of sslcertview Description Displays the SSL server or CA certificate that exists on iDRAC. Synopsis ● racadm sslcertview -t [-A] ● racadm sslcertview -t -i Input ● -t—Specifies the type of certificate to view: ○ 1—Server Certificate ○ 2—Active Directory ○ 4—Client Trust certificate for SSL ○ 6—SEKM SSL certificate ○ 7—KMS CA certificate ○ 8—rsyslog CA certificate ● -A—Prevents printing headers or labels. ● -i—Instance value should be 1 or 2.
Table 97. Details of sslcertview (continued) ● racadm sslcertview -t 1 -A 00 US Texas Round Rock Dell Inc. Remote Access Group iDRAC default certificate US Texas Round Rock Dell Inc. Remote Access Group iDRAC default certificate May 15 23:54:19 2017 GMT May 12 23:54:19 2027 GMT Example ● To view the server certificate: racadm -r 192.168.0.2 -u root -p xxx sslcertview -t 1 racadm -r 192.168.0.
Table 98. Details of sslcsrgen (continued) Synopsis ● racadm sslcsrgen -g ● racadm sslcsrgen [-g] [-f ] ● racadm sslcsrgen -s ● racadm sslcsrgen –g -t ● ● Input racadm sslcsrgen -g -f -t racadm sslcsrgen -s -t ● -g—Generates a new CSR. ● -s—Returns the status of a CSR generation process (generation in progress, active, or none). ● -f—Specifies the filename of the location, , where the CSR is downloaded.
Table 99. Details of sslkeyupload (continued) ○ 1 — SSL key used to generate the server certificate. ● -f — Specifies the filename of the SSL key that must be uploaded. Output If upload is successful, the message SSL key successfully uploaded to the RAC is displayed. if upload is unsuccessful, error message is displayed. Example racadm sslkeyupload -t 1 -f c:\sslkey.txt sslresetcfg Table 100. Details sslresetcfg Description Restores the web-server certificate to factory default and restarts web-server.
Table 101. Details of storage (continued) ● To get the properties of a controller, run the following command: racadm storage get controllers: NOTE: HBA, BOSS and PERC controllers connected through slimline cable will have FQDDs starting with SL. Example - NonRaid.SL.5-1, AHCI.SL.5-1, RAID.SL.5-1 and so on.
Table 101.
Table 101. Details of storage (continued) Configuration NOTE: For any storage operation executed, creating a configuration job is needed for the operation to be applied. Only storage operations that don't need a configuration job to apply the changes are blink/ unblink. Also supported is the ability to stack multiple storage operations for one configuration job. Examples are execute reset config, create VD, assign hotspare and create configuration job.
Table 101. Details of storage (continued) ● -sc—Number of spans in a virtual disk (required for multi-span RAID level) NOTE: ○ From PERC9 storage controller onwards, if the value of controller.SupportRAID10UnevenSpans is supported, you can enter only 0 for this option while creating RAID level 10. The created RAID10 virtual disk displays the spandepth as 1 (default). ○ For other controllers: ■ The default value for multi-span RAID levels is 2 and for basic RAID level is 1.
Table 101. Details of storage (continued) createsecuritykey, createvd, deletesecuritykey, deletevd, encryptvd, enclosures, emms, fans, hotspare, importconfig, ccheck, cryptographicerase, preparetoremove, blink, unblink, cancelcheck, renamevd, cancelbgi, rebuild, cancelrebuild, capacityexpanon, raidlevelmigrationinit, modifysecuritykey, psus, pdisks, resetconfig, tempprobes, vdisks, patrolread, forceonline, forceoffline,replacephysicaldisk,unlock,and setbootvd.
Table 101. Details of storage (continued) ● To rename, expansion and raid level migration of the virtual disks and, to rebuild, cancel rebuild and cancel the back-ground initialization, run the following command: racadm storage renamevd: -name racadm storage capacityexpansion: -size -pdkey racadm storage capacityexpansion: -size .
Table 101. Details of storage (continued) ● To unlock foreign configuration: racadm storage unlock: -key -passwd ● To start or stop a blink or identify operation on the specified storage device, run the following command: racadm storage blink: racadm storage blink: racadm storage unblink: racadm storage unblink: NOTE: ○ The start or stop a blink feature is not supported for HHHL PCIe SSD devices.
racadm storage help racadm storage get racadm storage get -current racadm storage get -pending racadm storage get -o racadm storage get -o -p racadm storage get : -p racadm storage get : racadm storage get --
RollupStatus Name PciSlot FirmwareVersion RebuildRate BgiRate CheckConsistencyRate ReconstructRate PatrolReadRate PatrolReadMode PatrolReadState CheckConsistencyMode LoadBalanceSetting CopybackMode PreservedCache CacheMemorySize PersistHotspare KeyID SpindownUnconfiguredDrives SpindownHotspare Timeintervalforspindown SecurityStatus EncryptionMode SasAddress PciDeviceId PciSubdeviceId PciVendorId PciSubvendorId PciBus PciDevice PciFunction BusWidth SlotLength SlotType MaxCapableSpeed LearnMode T10PICapabilit
- This operation displays pdisk, which has pending operation: racadm storage get pdisks -pending Disk.Bay.20:Enclosure.Internal.0-1:RAID.Integrated.1-1 - This operation displays enclosures, which have pending operations: racadm storage get enclosures -pending Enclosure.Internal.0-1:RAID.Integrated.1-1 Changing the attribute by using racadm set storage or storage configuration command displays the storage object in the -pending command output.
PciSubvendorId PciBus PciDevice PciFunction BusWidth SlotLength SlotType MaxCapableSpeed LearnMode T10PICapability SupportRAID10UnevenSpans SupportEnhancedAutoForeignImport EnhancedAutoImportForeignConfig SupportControllerBootMode RealtimeConfigurationCapability RaidMode SharedSlotAssignmentAllowed bootVD CurrentControllerMode SupportEnhancedHBA AutoConfigBehavior = = = = = = = = = = = = = = = = = = = = = 0x1028 0x1 0x0 0x0 Unknown Unknown Unknown 16 GT/s Not supported Not Capable Supported Supported Disa
■ The following command displays the output for Backplane 1 objects along with their properties: racadm storage get enclosures:Enclosure.Internal.0-1:NonRAID.Integrated.1-1 Enclosure.Internal.0-1:NonRAID.Integrated.1-1 State = Ready Status = Ok DeviceDescription = Backplane 1 on Connector 0 of Integrated Storage Controller 1 RollupStatus = Ok Name = BP15G+ 0:1 BayId = 1 FirmwareVersion = 1.
○ To generate and view information about the inventory of virtual disks, run the following command: racadm storage get vdisks -o Disk.Virtual.2:RAID.Integrated.1-1 Status DeviceDescription Virtual Disk 2 on Integrated RAID Controller 1 Name OS RollupStatus Ok State Online OperationalState Not applicable Layout Raid-0 Size 278.
Size FailurePredicted RemainingRatedWriteEndurance SecurityStatus BusProtocol MediaType UsedRaidDiskSpace AvailableRaidDiskSpace Hotspare Manufacturer ProductId Revision SerialNumber PartNumber NegotiatedSpeed ManufacturedDay ManufacturedWeek ManufacturedYear ForeignKeyIdentifier SasAddress FormFactor RaidNominalMediumRotationRate T10PICapability BlockSizeInBytes MaxCapableSpeed RaidType SystemEraseCapability SelfEncryptingDriveCapability EncryptionCapability CryptographicEraseCapability = = = = = = = = =
ForeignKeyIdentifier SasAddress FormFactor RaidNominalMediumRotationRate T10PICapability BlockSizeInBytes MaxCapableSpeed RaidType SystemEraseCapability SelfEncryptingDriveCapability EncryptionCapability CryptographicEraseCapability = = = = = = = = = = = = null 0x5000C500B8ED7081 2.5 Inch 10000 Not Capable 512 12 Gb/s None SecureErasePD Not Capable Not Capable Capable The following command is an optimized and filtered version: racadm storage get pdisks --refkey Enclosure.Internal.0-1:RAID.Integrated.
○ The following command provides the list of enclosures: racadm storage get enclosures Enclosure.Internal.0-1:RAID.Integrated.1-1\ Enclosure.Internal.0-1:PCIeExtender.Slot.3 ○ The following command provides the properties of the specified PCIeSSD enclosure: racadm storage get enclosures:Enclosure.Internal.0-1:PCIeExtender.Slot.3 Enclosure.Internal.0-1:PCIeExtender.Slot.3 RollupStatus = Ok DeviceDescription = Enclosure.Internal.0-1:PCIeExtender.Slot.3 Name = PCIe SSD BP 1 SlotCount = 4 FirmwareVersion = 0.
PowerStatus SecurityStatus UsedRaidDiskSpace T10PICapability BlockSizeInBytes SystemEraseCapability EncryptionCapability CryptographicEraseCapability EncryptionProtocol PartNumber ForeignKeyIdentifier RaidNominalMediumRotationRate = = = = = = = = = = = = On Not Capable 0.
BlockSizeInBytes SystemEraseCapability EncryptionCapability CryptographicEraseCapability EncryptionProtocol PartNumber ForeignKeyIdentifier RaidNominalMediumRotationRate = = = = = = = = 512 CryptographicErasePD Not Capable Capable None CN0FJ9YXPESIT9AD010TA02 null 0 Configuration ● To view the help details for a configuration command, run the following command: racadm>> racadm storage help createvd Storage configuration of hardware RAID connected to the system.
○ The following command creates a virtual disk: racadm storage createvd:RAID.Integrated.1-1 -rl r0 pdkey:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 ○ The following command starts an initialization operation on a specified virtual disk: racadm storage init:Disk.Virtual.0:RAID.Integrated.1-1 -speed fast ○ The following command deletes the specified virtual disk: racadm storage deletevd:Disk.Virtual.0:RAID.Integrated.
○ The following command clears the current foreign configuration from the controller: racadm storage clearconfig:RAID.Integrated.1-1 NOTE: After a resetconfig or clearconfig operation, the data cannot be reversed. ● To blink or unblink the PCIeSSD device. ○ The following command blinks the specified PCIeSSD device: racadm storage blink:Disk.Bay.8:Enclosure.Internal.0-1:PCIeExtender.Slot.3 STOR095 : Storage operation is successfully completed.
Table 102. Details of supportassist (continued) ● geteulastatus: Provides the status of the End User License Agreement (EULA). ● uploadlastcollection : Upload last collection to Dell supportassist server. ● exposeisminstallertohostos: Exposes iSM installer to host OS, so that user can install the iSM from host side. ● autocollectscheduler: Provides options to create view, and clear the time-based automatic collections. User must perform registration for this feature.
Table 102. Details of supportassist (continued) ● To upload last collection to Dell supportassist server. racadm supportassist uploadlastcollection ● To expose iSM installer to host operating system. racadm supportassist exposeisminstallertohostos ● To schedule auto collection of supportassist data weekly. racadm supportassist autocollectscheduler create -time
Table 102. Details of supportassist (continued) ● ● ● ● ● ● -city—Specifies the name of the city. -state—Specifies the name of the state. -country—Specifies the name of the country. -zip—Specifies the zip or postal code. -time—Specifies the time to schedule a supportassist collection in HH:MM 12-hour format. -dom—Specifies the day of the month to schedule a supportassist collection. Valid values are 1-28, L(Last day) or '*' (default - any day).
● To collect the data and export to a remote share and to the Dell supportassist server. racadm supportassist collect -t Debug -l //192.168.10.24/share -u myuser -p mypass -upload ● To collect telemetry report. racadm supportassist collect -t TelemetryReports ● To export the last collected supportassist data to a CIFS share racadm supportassist exportlastcollection -l //192.168.10.24/share -u myuser -p mypass ● To export the collected supportassist data to the default network share.
swinventory Table 103. Details of swinventory Description Synopsis Input Output Displays the list of software objects and associated properties that are installed on a server. NOTE: Lifecycle Controller and CSIOR should not be enabled to run this subcommand. racadm swinventory racadm swinventory racadm swinventory -------------------------SOFTWARE INVENTORY-----------------------ComponentType = FIRMWARE ElementName = Integrated Dell Remote Access Controller FQDD = iDRAC.Embedded.
Table 103. Details of swinventory (continued) ComponentType = FIRMWARE ElementName = Broadcom Adv. Dual 10GBASE-T Ethernet - 00:0A:F7:E8:4A:C8 FQDD = NIC.Integrated.1-1-1 InstallationDate = NA Available Version = 20.08.04.03 HashValue = f4d291569d9b81ccbf3f9b07e3abf5e6ac0d886ca88a9ada770c882114c0e820 ------------------------------------------------------------------ComponentType = FIRMWARE ElementName = Broadcom Adv. Dual 10GBASE-T Ethernet - 00:0A:F7:E8:4A:C8 FQDD = NIC.Integrated.
systemerase Table 105. systemerase Description Allows you to erase the components to remove the server from use. Synopsis ● To erase a specific component. racadm systemerase ● To erase multiple components. racadm systemerase ,, Input ● —the valid types of components are: ○ ○ ○ ○ ○ ○ ○ ○ ○ ○ ○ bios—To reset the BIOS to default. diag—To erase embedded diagnostics. drvpack—To erase embedded OS driver pack. idrac—To reset the iDRAC to default.
Table 105. systemerase (continued) ● racadm systemerase bios,diag,drvpack ● racadm systemerase bios,idrac,lcdata ● racadm systemerase allapps ● racadm systemerase secureerasepd ● racadm systemerase overwritepd ● racadm systemerase percnvcache ● racadm systemerase vflash ● racadm systemerase secureerasepd,vflash,percnvcache ● racadm systemerase nvdimm systemperfstatistics Table 106.
Average Readings Last Hour = 0% Last Day = 0% Last Week = 0% Peak Readings Last Week 0% [At Mon, 05 May 2017 15:58:35] ● To reset the peak utilization of a specific sensor racadm systemperfstatistics PeakReset iDRAC.Embedded.1#SystemBoardCPUUsageStat RAC1163: The peak utilization value of Out-Of-Band performance monitoring sensor CPU Usage is successfully reset. techsupreport Table 107. Details of techsupreport subcommand Description Allows you to perform the technical support report operations.
Table 107. Details of techsupreport subcommand (continued) Input ● -t—type of logs. You can specify any of the following values that are separated by a ‘,’ (comma) ○ ○ ○ ○ SysInfo—System Information OSAppNoPII—Filtered OS and Application data OSAppAll—OS and Application data TTYLog—TTYLog data NOTE: ○ For updating the operating system application data collection, enter the value OSAppNoPII or OSAppAll to the -t option. ○ If no value is specified and system information data is collected.
Table 108. Details of testalert (continued) Input Output -i — Specifies the index of the trap test. index must be an integer from 1 to 8 on iDRAC. Success: Test trap sent successfully Failure: Unable to send test trap Example ● Test a trap with index as 1. racadm testalert -i 1 Test trap sent successfully. ● Test a trap that has not been configured yet. racadm testalert -i 2 ERROR: Trap at specified index is not currently enabled. testemail Table 109.
testrsyslogconnection Table 110. Details of testrsyslogconnection Description Synopsis Allows you to check the connection with the rsyslog server. racadm testrsyslogconnection IP address/domain name Input testrsyslogconnection IP address/domain name Output A test connection to the rsyslog server was successful Example To test rsyslog server connection: racadm testrsyslogconnection 100.101.11.11 testtrap Table 111.
Table 112. Details of traceroute (continued) Synopsis Input Output racadm traceroute IPv4 — Specifies IPv4 address. traceroute to 192.168.0.1 (192.168.0.1), 30 hops max, 40 byte packets 1 192.168.0.1 (192.168.0.1) 0.801 ms 0.246 ms 0.253 ms traceroute6 Table 113. Details of traceroute6 Description Traces the network path of routers as the packets traverse from the system to a destination IPv6 address. To run this subcommand, you must have the Execute Diagnostic Commands permission.
Table 114. Details of update subcommand (continued) Synopsis For single file or DUP update: racadm update -f racadm update -f -l -u p racadm update -f -l For Repository updates racadm update -f -t -l \ -u -p \ [-a ] [--verifycatalog] racadm update -f -t \ -e <
Table 114. Details of update subcommand (continued) Must be one of the below: ○ ○ ○ ○ ○ ○ ● ● ● ● ● ● FTP: Repository is FTP TFTP: Repository is TFTP HTTP: Repository is HTTP HTTPS: Repository is HTTPS CIFS: Repository is CIFS NFS: Repository is NFS NOTE: These options are case insensitive. If the repository update functionality is to be invoked, this option is necessary. -e:—Specifies the Server path for the FTP, TFTP, HTTP, and HTTPS.
Table 114. Details of update subcommand (continued) ● Upload the update file from a remote FTP share and to perform a graceful system reboot after update: racadm update -f -u admin -p mypass -l ftp://1.2.3.4/share --reboot ● Upload the update file from a remote CIFS share: racadm update -f -u admin -p mypass -l //1.2.3.4/share ● Upload the update file from a remote CIFS share and under a user domain "dom": racadm update -f -u dom/admin -p mypass -l //1.2.3.
Table 114. Details of update subcommand (continued) ● Perform update from an FTP repository with authentication and reboot the server to apply the updates racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -u user -p mypass -a TRUE -t FTP ● Perform update from a HTTP repository and restart the server to apply the updates. racadm update -f Catalog.xml -e 192.168.11.10/Repo/MyCatalog -a TRUE -t HTTP ● Perform update from a TFTP repository and restart the server to apply the updates.
Table 116. Details of usercertview (continued) Synopsis racadm usercertview -t [-A] -i Input ● -t ○ ○ ● -A ● -i Example To view user certificate for user 6. — Specifies the type of certificate to view, either the user certificate or the user CA certificate. 1=user certificate 2=user CA certificate — Prevents printing headers or labels. — Index number of the user. Valid values are 2–16.
Table 117. Details of vflashpartition subcommand (continued) ○ empty — Creates an empty partition ○ image — Creates a partition using an image relative to iDRAC. Creation of a partition may be unsuccessful if: ○ The network share is not reachable. ○ The user name or password provided is not correct. ○ The file provided does not exist. ○ The memory available on the SD card is lesser than size of the image file. ● ● ● ● ● Example -l — Specifies the remote path relative to iDRAC.
Table 118. Details of vflashsd (continued) Synopsis ● racadm vflashsd initialize ● racadm vflashsd status Input ● Initialize— performs initialize operation on SD card. ● Status — indicates to view the progress or status report of the initialize operation. Output If initialization is in progress, the message Initialization of the vFlash SD Card is now in progress is displayed. If unsuccessful, appropriate error message is displayed.
4 iDRAC Property Database Group and Object Descriptions The iDRAC property database contains the configuration information for iDRAC. 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 for iDRAC Enterprise on Blade Servers and iDRAC Enterprise or Express on Rack and Tower Servers. To configure iDRAC, use the group and object IDs with the RACADM subcommands.
• • • • • cfgSensorRedundancy cfgVFlashSD cfgVFlashPartition cfgLogging cfgRacSecurity Displayable Characters Displayable characters include the following set: abcdefghijklmnopqrstuvwxwz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789~`!@#$%^&*()_+-={}[]|\:";'<>,.?/ Table 120.
idRacVersionInfo (Read Only) Table 123. Details of 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 124. Details of idRacBuildInfo Description String containing the current RAC firmware build version. Legal Values A string of up to 16 ASCII characters. Default The current iDRAC firmware build version. idRacName (Read Only) Table 125.
cfgNicStaticIPv4Enable (Read or Write) Table 127. cfgNicStaticIPv4Enable Description Enables or disables the IPv4 stack. Legal Values ● 0 — Disabled ● 1 — Enabled Default 1 — Enabled NOTE: If this object is modified, then the object cfgNicIPv4Enable is also modified. cfgNicStaticIpAddress (Read or Write) Table 128. cfgNicStaticIpAddress Description Returns or sets the current IPv4 address. NOTE: Only set the current IPv4 address if cfgNicUseDhcp is set to 0(false).
cfgNicStaticGateway (Read or Write) Table 131. cfgNicStaticGateway Description Returns or sets the static IPv4 address. Legal Values Any Valid IPv4 address Default 192.168.0.120 cfgDNSStaticServersFromDHCP (Read or Write) Table 132. cfgDNSStaticServersFromDHCP Description Specifies the DNS server static IP addresses. Legal Values ● DNS Addresses are configured on the Device ● DNS Addresses are assigned via DHCP Default 0 cfgDNSStaticServer1 (Read or Write) Table 133.
Table 135. cfgDNSStaticDomainName (continued) NOTE: Microsoft Active Directory only supports Fully Qualified Domain Names (FQDN) of 64 characters or fewer lengths. Default Null cfgDNSStaticDomainNameFromDHCP (Read or Write) Table 136. cfgDNSStaticDomainNameFromDHCP Description Specifies the device DNS static domain name.
Table 139. cfgRhostsFwUpdatePath (continued) NOTE: The server may still require you to specify the drive (for example, C:). Legal Values A string with a maximum length of 255 ASCII characters. Default cfgRhostsSmtpServerIpAddr (Read or Write) Table 140. Details of cfgRhostsSmtpServerIpAddr Description The IPv4 or IPv6 address of the network SMTP server. The SMTP server transmits email alerts from iDRAC if the alerts are configured and enabled.
cfgRhostsSyslogServer2 (Read or Write) Table 144. Details of cfgRhostsSyslogServer2 Description To store the RAC and SEL logs Specify the second of three possible remote syslog servers. This property is only valid if cfgRhostsSyslogEnable is set to 1 (enabled). Legal Values String from 0 to 63 characters. Default cfgRhostsSyslogServer3 (Read or Write) Table 145.
cfgUserAdminIpmiSerialPrivilege (Read or Write) Table 148. Details of cfgUserAdminIpmiSerialPrivilege Description The maximum privilege on the IPMI LAN channel. This object is applicable only for iDRAC on Rack and Tower Servers and not for iDRAC Enterprise on Blade Servers. Legal Values ● ● ● ● Default ● 4 (User 2) ● 15 (All others) 2 (User) 3 (Operator) 4 (Administrator) 15 (No access) cfgUserAdminPrivilege (Read or Write) Table 149.
Table 150. Bit masks for user privileges (continued) Test Alerts 0x00000080 Execute Debug Commands 0x00000100 Table 151. Examples User Privileges Privilege Bit Mask The user is not allowed to access iDRAC 0x00000000 The user may only log in to iDRAC and view iDRAC and server configuration information. 0x00000001 The user may log in to iDRAC and change configuration. 0x00000001 + 0x00000002 = 0x00000003 The user may log in to iDRAC, access Virtual Media, and Virtual Console.
cfgUserAdminEnable (Read or Write) Table 154. Details of cfgUserAdminEnable Description Enables or disables an individual user. NOTE: You can enable a user for a given index, only if you set the password for the same user. Legal Values ● 1 (TRUE) ● 0(FALSE) Default 1 (User 2), 0 (All others) cfgUserAdminSolEnable (Read or Write) Table 155. Details of cfgUserAdminSolEnable Description Enables or disables Serial Over LAN (SOL) user access for the user.
cfgEmailAlertIndex (Read Only) Table 158. Details of cfgEmailAlertIndex Description The unique index of an alert instance. Legal Values 1–4 Default cfgEmailAlertCustomMsg (Read or Write) Table 159. Details of cfgEmailAlertCustomMsg Description Specifies a custom message that forms the subject of the alert. Legal Values A string of up to 32 characters Default cfgEmailAlertEmailName (Read Only) Table 160.
Table 161. Details of cfgSsnMgtRacadmTimeout (continued) Default 60 Example racadm getconfig -g cfgSessionManagement cfgSsnMgtWebserverTimeout=0 cfgSsnMgtSshIdleTimeout=1800 cfgSsnMgtRacadmTimeout=0 cfgSsnMgtConsRedirMaxSessions (Read or Write) Table 162. Details of cfgSsnMgtWebserverTimeout Description Specifies the maximum number of Virtual Console sessions allowed on iDRAC. Legal Values 1–4 Default 4 cfgSsnMgtWebserverTimeout (Read or Write) Table 163.
cfgSerial This group contains configuration parameters for the serial configuration. One instance of the group is allowed. Use this object with the config or getconfig subcommands. The following sections provide information about the objects in the cfgSerial group. NOTE: The cfgSerial object group is applicable for iDRAC Enterprise on Blade Servers for only this property — cfgSerialSshEnable=1. cfgSerialBaudRate (Read or Write) Table 165.
cfgSerialConsoleIdleTimeout (Read or Write) Table 168. Details of cfgSerialConsoleIdleTimeou Description The maximum number of seconds to wait before an idle serial session is disconnected. Legal Values ● 0 = No timeout ● 60–1920 Default 300 cfgSerialConsoleNoAuth (Read or Write) Table 169. Details of cfgSerialConsoleNoAuth Description Enables or disables the serial console login authentication.
cfgSerialSshEnable (Read or Write) Table 173. Details of cfgSerialSshEnable Description Enables or disables the secure shell (SSH) interface. Legal Values ● 1 (TRUE) ● 0 (FALSE) Default 1 Example racadm getconfig -g cfgSerial cfgSerialBaudRate=115200 cfgSerialConsoleEnable=1 cfgSerialConsoleQuitKey=^\ cfgSerialConsoleIdleTimeout=1800 cfgSerialConsoleNoAuth=0 cfgSerialConsoleCommand= cfgSerialConsoleColumns=0 cfgSerialHistorySize=8192 cfgSerialSshEnable=1 cfgOobSnmp This group contains parameters to c
cfgOobSnmpAgentEnable (Read or Write) Table 175. Details of cfgOobSnmpAgentEnable Description Enables or disables the SNMP agent in iDRAC. Legal Values ● 1 (TRUE) ● 0 (FALSE) Default 0 cfgRacTuning This group is used to configure various configuration properties, such as valid ports and security port restrictions. Use this object with the config or getconfig subcommands. The following sections provide information about the objects in the cfgRacTuning group.
cfgRacTuneHttpPort (Read or Write) Table 179. Details of cfgRacTuneHttpPort Description To use HTTP network communication, specify the port number. Legal Values 10–65535 Default 80 cfgRacTuneHttpsPort (Read or Write) Table 180. Details of cfgRacTuneHttpsPort Description To use HTTPS network communication, specify the port number. Legal Values 10–65535 Default 443 cfgRacTuneIpRangeEnable (Read or Write) Table 181.
cfgRacTuneSshPort (Read or Write) Table 184. Details of cfgRacTuneSshPort Description Specifies the port number used for the SSH interface. Legal Values 1–65535 Default 22 cfgRacTuneConRedirEnable (Read or Write) Table 185. Details of cfgRacTuneConRedirEnable Description Enables or disables Virtual Console. Legal Values ● 1 (TRUE) ● 0 (FALSE) Default 1 cfgRacTuneConRedirEncryptEnable (Read or Write) Table 186.
Example racadm getconfig -g cfgRacTuning -o < object name > < object value > cfgRacTuneRemoteRacadmEnable=1 cfgRacTuneWebserverEnable=1 cfgRacTuneHttpPort=80 cfgRacTuneHttpsPort=443 cfgRacTuneSshPort=22 cfgRacTuneIpRangeEnable=0 cfgRacTuneIpRangeAddr=192.168.1.1 cfgRacTuneIpRangeMask=255.255.255.0 # cfgRacTuneTimezoneOffset=-18000 # cfgRacTuneDaylightOffset=3600 cfgRacTuneTimezoneOffset (Read Only) Table 189.
cfgRacTuneLocalConfigDisable (Read or Write) Table 191. Details of cfgRacTuneLocalConfigDisable Description Disables write access to iDRAC configuration data. NOTE: Access can be disabled using the local RACADM or iDRAC web interface; however, once disabled, access can be re-enabled only through iDRAC web interface. Legal Values ● 0 (TRUE-Enables) ● 1 (FALSE-Disables) Default 0 cfgRacTuneWebserverEnable (Read or Write) Table 192.
Table 194. Details of cfgRacTunePluginType (continued) ● 1 = Use Java Plugin Default 0 = Active X /Native Plugin ifcRacManagedNodeOs This group contains properties that describe the managed server operating system. One instance of the group is allowed. The following sections provide information about the objects in the ifcRacManagedNodeOs. ifcRacMnOsHostname (Read Only) Table 195. Details of ifcRacMnOsHostname Description The host name of the managed server.
cfgVirtualBootOnce (Read or Write) Table 198. Details of cfgVirtualBootOnce Description Enables or disables the Virtual Media Boot Once feature of iDRAC. If this property is enabled when the host server is rebooted, this feature attempts to start from the virtual media devices — if the appropriate media is installed in the device. Legal Values ● 1 (TRUE) ● 0 (FALSE) Default 0 cfgVirMediaFloppyEmulation (Read or Write) Table 199.
cfgServerName (Read Or Write) Table 201. Details of cfgServerName 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 character. Default SLOT — cfgServerNic3MacAddress (Read Only) Table 202. Details of cfgServerNic3MacAddress Description Displays the MAC address of the server NIC 3.
Table 205. Details of cfgServerFirstBootDevice (continued) Legal Values ● ● ● ● ● ● ● ● ● ● ● ● ● ● Default No-Override Normal PXE HDD DIAG CD-DVD BIOS vFDD VCD-DVD FDD SD F10 F11 UEFIDevicePath UEFIHttp cfgServerBootOnce (Read or Write) Table 206. Details of cfgServerBootOnce Description Enables or disables the server start once feature. Legal Values ● 1(True) ● 0 (False) Default 1(True) cfgActiveDirectory This group contains parameters to configure iDRAC Active Directory feature.
Table 208. Details of cfgADDomainController1 (continued) Legal Values A string of up to 254 ASCII characters representing a valid IP address or a fully qualified domain name (FQDN). Default None cfgADDomainController2 (Read or Write) Table 209. Details of cfgADDomainController2 Description To obtain user names, specify the LDAP server from which you want the iDRAC. This object is applicable only to iDRAC.
cfgADAuthTimeout (Read or Write) Table 213. Details of cfgADAuthTimeout Description To wait for Active Directory authentication requests to complete before timing out, specify the number of seconds. NOTE: To modify this property, you must have the Configure iDRAC permission. Legal Values 15–300 seconds Default 120 cfgADEnable (Read or Write) Table 214. Details of cfgADEnable Description Enables or disables Active Directory user authentication on iDRAC.
Table 217. Details of cfgADGlobalCatalog2 (continued) Legal Values A string of up to 254 ASCII characters representing a valid IP address or a fully qualified domain name (FQDN). Default None cfgADGlobalCatalog3 (Read or Write) Table 218. Details of cfgADGlobalCatalog3 Description To obtain user names, specify the Global Catalog server from which you want the iDRAC. This object is applicable only to iDRAC.
Table 221. Details of cfgADDcSRVLookupbyUserdomain (continued) Legal Values ● 1 (TRUE) — use user domain as the search domain to look up DCs. The user domain is chosen from either the user domain list or by entering into the user login. ● 0 (FALSE) — use the configured search domain cfgADDcSrvLookupDomainName to look up DCs. Default 1 cfgADDcSRVLookupDomainName (Read or Write) Table 222.
cfgLDAPBaseDN (Read or Write) Table 225. Details of cfgLDAPBaseDN Description The domain name of the branch of the directory where all searches must start. Legal Values String. Maximum length = 254 Default Null cfgLDAPBindPassword (Write Only) Table 226. Details of cfgLDAPBindPassword Description A bind password is used with the bindDN. The bind password is a sensitive data, and must be protected. It is optional to support anonymous bind.
Table 229. Details of cfgLDAPEnable (continued) Default 0 cfgLDAPGroupAttribute (Read or Write) Table 230. Details of cfgLDAPGroupAttribute Description Specifies which LDAP attribute is used to check for group membership. It must be an attribute of the group class. If not specified then the member and unique member attributes are used. Legal Values String maximum length = 254 Default Null cfgLDAPGroupAttributeIsDN (Read or Write) Table 231.
cfgLDAPServer (Read or Write) Table 234. Details of cfgLDAPServer Description Configures the address of the LDAP Server. IPv4 and IPv6 are supported. NOTE: You can specify multiple servers by separating each server with a comma. For example, example.com, sub1.example.com Legal Values String. Maximum length = 1024 Default Null cfgLDAPUserAttribute (Read or Write) Table 235. Details of cfgLDAPUserAttribute Description To search for, specify the user attribute.
cfgLdapRoleGroupPrivilege (Read or Write) Table 237. Details of cfgLdapRoleGroupPrivilege Description A bit–mask defining the privileges associated with this particular group. Legal Values 0x00000000 to 0x000001ff Default 0x000 Example racadm getconfig -g cfgLDAPRoleGroup -o cfgLDAPRoleGroupPrivilege -i 1 0x0 cfgStandardSchema This group contains parameters to configure the Active Directory standard schema settings. Use this object with the config or getconfig subcommands.
cfgSSADRoleGroupPrivilege (Read or Write) Table 241. Details of cfgSSADRoleGroupPrivilege Description Use the bit mask numbers listed in the table below to set role-based authority privileges for a Role Group. Legal Values 0x00000000 to 0x000001ff Default ● Example racadm getconfig -g cfgStandardSchema -i 1 # cfgSSADRoleGroupIndex=1 cfgSSADRoleGroupName=blsys-1 cfgSSADRoleGroupDomain= cfgSSADRolGroupPrivilege=3081 Table 242.
cfgIpmiSol This group is used to configure the Serial Over LAN (SOL) capabilities of the system. The following sections provide information about the objects in the cfgIpmiSol group. cfgIpmiSolEnable (Read or Write) Table 244. Details of cfgIpmiSolEnable Description Enables or disables SOL. Legal Values ● 1(TRUE) ● 0(FALSE) Default 1 cfgIpmiSolBaudRate (Read or Write) Table 245. Details of cfgIpmiSolBaudRate Description Specifies baud rate for serial communication over LAN.
cfgIpmiSolSendThreshold (Read or Write) Table 248. Details of cfgIpmiSolSendThreshold Description To buffer before sending an SOL data packet, specify the SOL threshold limit value and the maximum number of bytes. Legal Values 1–255 Default 255 cfgIpmiLan This group is used to configure the IPMI over LAN capabilities of the system. The following sections provide information about the objects in the cfgIpmiLan group. cfgIpmiLanEnable (Read or Write) Table 249.
cfgIpmiLanEncryptionKey (Read or Write) Table 252. Details of cfgIpmiLanEncryptionKey Description Specifies the IPMI encryption key. Legal Values A string of hexadecimal digits from 0 to 40 characters with no spaces. Only an even number of digits is allowed. Default 0000000000000000000000000000000000000000 cfgIpmiLanPetCommunityName (Read or Write) Table 253. Details of cfgIpmiLanPetCommunityName Description Specifies the SNMP community name for traps. Legal Values A string of up to 18 characters.
Table 256. Details of cfgIpmiPetIPv6AlertEnable (continued) Legal Values ● 1 (TRUE) ● 0 (FALSE) Default 0 cfgIpmiPef This group is used to configure the platform event filters available on the managed server. The event filters can be used to control policy related to actions that are triggered when critical events occur on the managed server. The following sections provide information about the objects in the cfgIpmiPef group. cfgIpmiPefName (Read Only) Table 257.
cfgIpmiPefEnable (Read or Write) Table 260. Details of cfgIpmiPefEnable Description Enables or disables a specific platform event filter. Legal Values ● 1(TRUE) ● 0(FALSE) Default 1 cfgIpmiPet This group is used to configure platform event traps on the managed server. The following sections provide information about the objects in the cfgIpmiPet group. cfgIpmiPetIndex (Read Only) Table 261. Details of cfgIpmiPetIndex Description Unique identifier for the index corresponding to the trap.
The following sections provide information about the objects in the cfgUserDomain group. cfgUserDomainIndex (Read Only) Table 264. Details of cfgUserDomainIndex Description Represents a specific domain. Legal Values 1–40 Default The index value. cfguserdomainname (Read Only) Table 265. Details of cfguserdomainname Description Specifies the Active Directory user domain name.
cfgServerActualPowerConsumption (Read Only) Table 268. Details of cfgServerActualPowerConsumption Description Represents the power consumption by the server at the current time. Legal Values Not applicable Default cfgServerPowerCapEnable (Read or Write) Table 269. Details of cfgServerPowerCapEnable Description Enables or disables the user specified power budget threshold. This object is Read only for iDRAC Enterprise on Blade Servers.
cfgServerPeakPowerConsumptionTimestamp (Read Only) Table 273. Details of cfgServerPeakPowerConsumptionTimestamp Description Specifies time when the maximum power consumption was recorded. Legal Values A string of up to 32 characters. Default Timestamp of the peak power consumption of the server. cfgServerPowerConsumptionClear (Write Only) Table 274. Details of cfgServerPowerConsumptionClear Description Clears the current recorded power statistics.
Table 277. Details of cfgServerPowerCapPercent (continued) Default Server power threshold in percentage. cfgServerPowerLastHourAvg (Read Only) Table 278. Details of cfgServerPowerLastHourAvg Description Displays the average power value during the last hour. Legal Values None Default Average power value during the last hour. cfgServerPowerLastDayAvg (Read Only) Table 279. Details of cfgServerPowerLastDayAvg Description Displays the average power value during the last day.
Table 282. Details of cfgServerPowerLastHourMinTime (continued) ● ● ● ● ● ● ● Default DD= Day of the week MM= Month Date=Date YYYY = Year HH = hour MM=Minutes SS = Seconds Minimum power value during the last minute. cfgServerPowerLastHourMaxPower (Read Only) Table 283. Details of cfgServerPowerLastHourMaxPower Description Displays the maximum power value during the last hour. Legal Values Not applicable Default Maximum power value during the last hour.
cfgServerPowerLastDayMinTime (Read Only) Table 286. Details of cfgServerPowerLastDayMinTime Description Displays the timestamp of minimum power value during the last day. Legal Values Time in the format: DD MM Date HH:MM:SS YYYY where, ● ● ● ● ● ● ● Default DD = Day of the week MM = Month Date = Date YYYY = Year HH = hour MM = Minutes SS = Seconds Timestamp of the minimum power value during the last day. cfgServerPowerLastDayMaxPower (Read Only) Table 287.
Table 289. Details of cfgServerPowerLastWeekMinPower (continued) Default Minimum power value during the last week. cfgServerPowerLastWeekMinTime (Read Only) Table 290. Details of cfgServerPowerLastWeekMinTime Description Displays the timestamp of minimum power value during the last week. Legal Values A string of up to 32 characters.
cfgServerPowerInstHeadroom (Read Only) Table 293. Details of cfgServerPowerInstHeadroom Description Displays the difference between the available power and the current power consumption. This object is applicable only for iDRAC on Rack and Tower Servers and not for iDRAC Enterprise on Blade Servers. Legal Values Not applicable Default Difference between the available power and the current power consumption. cfgServerPowerPeakHeadroom (Read Only) Table 294.
Table 297. Details of cfgServerPeakAmperageTimeStamp (continued) ● ● ● ● ● ● ● Default DD = Day of the week MM = Month Date = Date YYYY = Year HH = hour MM = Minutes SS = Seconds Timestamp of the current peak power consumption. cfgServerCumulativePowerConsumption (Read Only) Table 298. Details of cfgServerCumulativePowerConsumption Description Displays the cumulative power consumption. Legal Values Not applicable Default Cumulative power consumption.
cfgServerPowerPCIeAllocation (Read or Write) Table 301. Details of cfgServerPowerPCIeAllocation Description Amount of power allocated to the PCIe cards. This object is applicable for iDRAC Enterprise only for specific Blade Servers and not for iDRAC on Rack and Tower Servers. You must have the Administrator privileges to modify the value for this object. Legal Values 0 W: For platforms that do not support PCIe cards. 100 W — 500 W: For platforms that support PCIe cards.
Table 304. Details of cfgServerPowerSupplyIndex (continued) NOTE: Indexes 1–8 are supported to support up to 8 PSUs. If any PSU is not present then cfgServerPowerSupplyOnlineStatus does not exist and for all the other properties, it is 0. Legal Values Integer 1–8 Default None cfgServerPowerSupplyMaxInputPower (Read Only) Table 305. Details of cfgServerPowerSupplyMaxInputPower Description Displays the AC input rated power in Watts. Legal Values A string of up to 32 characters.
cfgIPv6LanNetworking This group is used to configure the IPv6 over LAN networking capabilities. Use this object with the config or getconfig subcommands. The following sections provide information about the objects in the cfgIPv6LanNetworking group. cfgIPv6Enable (Read or Write) Table 309. Details of cfgIPv6Enable Description Enables or disables iDRAC IPv6 stack. Legal Values ● 1 (TRUE) ● 0 (FALSE) Default 0 cfgIPv6Address1 (Read or Write) Table 310.
cfgIPv6PrefixLength (Read or Write) Table 313. Details of cfgIPv6PrefixLength Description Specifies the prefix length for IPv6 address. NOTE: ● This property can be configured even when cfgIPv6AutoConfig is enabled. Legal Values 1–128 Default 64 cfgIPv6LinkLocalAddress (Read Only) Table 314. Details of cfgIPv6LinkLocalAddress Description The iDRAC IPv6 link local address. Legal Values Specifies a string representing a valid IPv6 entry. Default : cfgIPv6Address2 (Read Only) Table 315.
cfgIPv6Address5 (Read Only) Table 318. Details of cfgIPv6Address5 Description The iDRAC IPv6 fifth address. Legal Values String representing a valid IPv6 entry. Default : cfgIPv6Address6 (Read Only) Table 319. Details of cfgIPv6Address6 Description The iDRAC IPv6 sixth address. Legal Values String representing a valid IPv6 entry. Default : cfgIPv6Address7 (Read Only) Table 320. Details of cfgIPv6Address7 Description The iDRAC IPv6 seventh address.
cfgIPv6Address10 (Read Only) Table 323. Details of cfgIPv6Address10 Description The iDRAC IPv6 tenth address. Legal Values String representing a valid IPv6 entry. Default : cfgIPv6Address11 (Read Only) Table 324. Details of cfgIPv6Address11 Description The iDRAC IPv6 eleventh address. Legal Values String representing a valid IPv6 entry. Default : cfgIPv6Address12 (Read Only) Table 325. Details of cfgIPv6Address12 Description The iDRAC IPv6 twelfth address.
cfgIPv6Address15 (Read Only) Table 328. Details of cfgIPv6Address15 Description The iDRAC IPv6 fifteenth address. Legal Values String representing a valid IPv6 entry. Default : cfgIPv6DNSServer1 (Read or Write) Table 329. Details of cfgIPv6DNSServer1 Description Specifies the IPv6 DNS server address. NOTE: This property is used only if cfgIPv6DNSServersFromDHCP6 is set to 0 (false). Legal Values A string representing a valid IPv6 entry.
cfgIPv6StaticAddress1 (Read or Write) Table 332. Details of cfgIPv6StaticAddress1 Description Returns or sets the static IPv6 address1. NOTE: Only set the current IPv4 address if cfgNicUseDhcp is set to 0 (false). Legal Values Any IPv6 address Default cfgIPv6StaticGateway (Read or Write) Table 333. Details of cfgIPv6StaticGateway Description Returns or sets gateway static IPv6 address. Legal Values Any IPv6 address Default cfgIPv6StaticPrefixLength (Read or Write) Table 334.
cfgIPv6StaticDNSServer1 (Read or Write) Table 337. Details of cfgIPv6StaticDNSServer1 Description Specifies the DNS server 1 static IPv6 address. Legal Values Any IPv6 Address Default cfgIPv6StaticDNSServer2 (Read or Write) Table 338. Details of cfgIPv6StaticDNSServer2 Description Specifies the DNS server 2 static IPv6 address. Legal Values Any IPv6 address Default cfgIPv6DNSServer2 (Read or Write) Table 339. Details of cfgIPv6DNSServer2 Description Specifies the IPv6 DNS server address.
● cfgIPv6DNSServer2 ● cfgDNSServer1 ● cfgDNSServer2 cfgIPv6URL This group specifies properties used to configure iDRAC IPv6 URL. The following sections provide information about the objects in the cfgIPv6URL group. cfgIPv6URLstring (Read Only) Table 340. Details of cfgIPv6URLstring Description The iDRAC IPv6 URL. Legal Values A string of up to 80 characters. Default cfgIpmiSerial This group specifies properties used to configure the IPMI serial interface of the BMC.
cfgIpmiSerialConnectionMode (Read or Write) Table 343. Details of cfgIpmiSerialConnectionMode Description When the iDRAC cfgSerialConsoleEnable property is set to 0(disabled), the iDRAC serial port becomes the IPMI serial port. This property determines the IPMI defined mode of the serial port. In Basic mode, the port uses binary data with the intent of communicating with an application program on the serial client.
Table 347. Details of cfgIpmiSerialHandshakeControl (continued) ● 1 (TRUE) Default 1 cfgIpmiSerialInputNewLineSequence (Read or Write) Table 348. Details of cfgIpmiSerialInputNewLineSequence Description Specifies the input new line sequence specification for the IPMI serial interface. Legal Values ● 1 — ENTER ● 2 — NULL Default 1 cfgIpmiSerialLineEdit (Read or Write) Table 349. Details of cfgIpmiSerialLineEdit Description Enables or disables line editing on the IPMI serial interface.
Table 351. Details of cfgSmartCardLogonEnable (continued) NOTE: Enabling with remote RACADM is only applicable for iDRAC on Rack and Tower Servers. Legal Values ● 0 (Disabled) ● 1 (Enabled) ● 2 (Enabled with Remote RACADM) — It is not applicable for iDRAC Enterprise on Blade Servers. Default 0 cfgSmartCardCRLEnable (Read or Write) Table 352. Details of cfgSmartCardCRLEnable Description Enables or disables the Certificate Revocation List (CRL).
cfgNetTuningNic100MB (Read or Write) Table 354. Details of cfgNetTuningNic100MB Description Specifies the speed for iDRAC NIC. NOTE: To set this property: ● iDRAC NIC selection must be set to Dedicated mode. ● iDRAC NIC Auto negotiation must be disabled. ● iDRAC IPv4 must be enabled. ● iDRAC IPv4 DHCP must be enabled. ● iDRAC IPv6 must be enabled. ● iDRAC IPv6 auto configuration must be enabled.
cfgSensorRedundancyCapabilities (Read Only) Table 357. Details of cfgSensorRedundancyCapabilities Description Returns the redundancy capabilities in the form of a bitmask. This bitmask allows the user to know which values can be set for cfgSensorRedundancyPolicy. Legal Values A bit mask. More than 1 bit can be set at a time to indicate multiple redundancy support.
cfgVFlashSD This group is used to configure the properties for the Virtual Flash SD card. NOTE: If the vFlash card is present but is not enabled, the query for any property under this group displays: ERROR: vFlash is not enabled. To view the properties of this group, enable the vFlash using the command: racadm config -g cfgvFlashSD -o cfgvFlashSDEnable 1 The following sections provide information about the objects in the cfgVFlashSD group. cfgVFlashSDInitialized (Read Only) Table 361.
Table 364. Details of cfgVFlashSDLicensed (continued) Legal Values ● 0(SD card is inserted) ● 1(vFlash SD card is inserted) Default None cfgVFlashSDAvailableSize (Read Only) Table 365. Details of cfgVFlashSDAvailableSize Description Displays the available memory (in MB) on the vFlash SD card that can be used to create new partitions. Legal Values A string of up to 64 characters. Default If the card is not initialized, default is 0. If initialized, displays the unused memory on the card.
cfgVFlashPartitionIndex (Read Only) Table 368. Details of cfgVFlashPartitionIndex Description The index value of the partition. Legal Values Integer 1–16 Default None cfgVFlashPartitionSize (Read Only) Table 369. Details of cfgVFlashPartitionSize Description Displays the size of the partition. Legal Values 1 MB to 4 GB Default None cfgVFlashPartitionEmulationType (Read or Write) Table 370.
Table 372. Details of cfgVFlashPartitionFormatType (continued) ● EXT3 ● CD ● RAW Default None cfgVFlashPartitionAccessType (Read or Write) Table 373. Details of cfgVFlashPartitionAccessType Description Indicates the partition access permissions. It configures the access type to read-write. Legal Values ● 0 (Read Only) ● 1 (Read-Write) Default 0 cfgVFlashPartitionAttachState (Read or Write) Table 374.
The following sections provide information about the objects in the cfgRacSecurity group. cfgRacSecCsrCommonName (Read or Write) Table 376. Details of cfgRacSecCsrCommonName Description Specifies the CSR Common Name (CN) that must be an IP or iDRAC name as given in the certificate. Legal Values A string of up to 64 characters. Default cfgRacSecCsrOrganizationName (Read or Write) Table 377. Details of cfgRacSecCsrOrganizationName Description Specifies the CSR Organization Name (O).
cfgRacSecCsrCountryCode (Read/Write) Table 381. Details of cfgRacSecCsrCountryCode Description Specifies the CSR Country Code (CC). Legal Values A string of 2 alphabet country code. Default US cfgRacSecCsrEmailAddr (Read or Write) Table 382. Details of cfgRacSecCsrEmailAddr Description Specifies the CSR email address. Legal Values A string of up to 64 characters.
5 New Groups and Objects for iDRAC9 Table 383. New groups and new objects added for iDRAC9 Groups Objects BIOS.SysInformation BIOS.SysInformation.AgesaVersion (Read Only) iDRAC.GroupManager iDRAC.GroupManager.GlobalState (Read or Write) iDRAC.GroupManager.GroupName (Read) iDRAC.GroupManager.GroupUID (Read) iDRAC.GUI iDRAC.GUI.SecurityPolicyMessage (Read or Write) iDRAC.PCIeVDM iDRAC.PCIeVDM.Enable (Read or Write) iDRAC.PlatformCapability iDRAC.PlatformCapability.ASHRAECapable (Read Only) iDRAC.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects iDRAC.SupportAssist.DefaultPassword (Read or Write) iDRAC.SupportAssist.DefaultProtocol (Read or Write) iDRAC.SupportAssist.DefaultShareName (Read or Write) iDRAC.SupportAssist.DefaultUserName (Read or Write) iDRAC.SupportAssist.EmailOptIn (Read or Write) iDRAC.SupportAssist.EventBasedAutoCollection (Read or Write) iDRAC.SysInfo iDRAC.SysInfo.POSTCode (Read Only) iDRAC.Telemetry iDRAC.Telemetry.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects iDRAC.TelemetryCUPS.ReportInterval (Read or Write) iDRAC.TelemetryCUPS.ReportTriggers (Read or Write) iDRAC.TelemetryCUPS.RsyslogTarget (Read or Write) iDRAC.TelemetryFanSensor iDRAC.TelemetryFanSensor.DevicePollFrequency (Read Only) iDRAC.TelemetryFanSensor.EnableTelemetry (Read or Write) iDRAC.TelemetryFanSensor.ReportInterval (Read or Write) iDRAC.TelemetryFanSensor.ReportTriggers (Read or Write) iDRAC.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects iDRAC.TelemetryNICSensor.RsyslogTarget (Read or Write) iDRAC.TelemetryNICStatistics iDRAC.TelemetryNICStatistics.DevicePollFrequency (Read Only) iDRAC.TelemetryNICStatistics.EnableTelemetry (Read or Write) iDRAC.TelemetryNICStatistics.ReportInterval (Read or Write) iDRAC.TelemetryNICStatistics.ReportTriggers (Read or Write) iDRAC.TelemetryNICStatistics.RsyslogTarget (Read or Write) iDRAC.TelemetryNVMeSMARTData iDRAC.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects iDRAC.TelemetryStorageDiskSMARTData iDRAC.TelemetryStorageDiskSMARTData.DevicePollFrequency (Read Only) iDRAC.TelemetryStorageDiskSMARTData.EnableTelemetry (Read or Write) iDRAC.TelemetryStorageDiskSMARTData.ReportInterval (Read or Write) iDRAC.TelemetryStorageDiskSMARTData.ReportTriggers (Read or Write) iDRAC.TelemetryStorageDiskSMARTData.RsyslogTarget (Read or Write) iDRAC.TelemetryStorageSensor iDRAC.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects InfiniBand.DeviceLevelConfig.VFAllocMult (Read Only) InfiniBand.DeviceLevelConfig.VFDistribution (Read or Write) InfiniBand.DeviceLevelConfig.VirtualizationMode (Read or Write) InfiniBand.FrmimgMenu InfiniBand.FirmImgMenu.EFIVersion (Read Only) InfiniBand.FirmImgMenu.FamilyVersion (Read Only) InfiniBand.IscsiFirstTgtParams InfiniBand.IscsiFirstTgtParams.ConnectFirstTgt (Read or Write) nfiniBand.IscsiFirstTgtParams.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects InfiniBand.VndrConfigPage.DCBXSupport (Read only) InfiniBand.VndrConfigPage.DeviceName (Read only) InfiniBand.VndrConfigPage.EnergyEfficientEthernet (Read only) InfiniBand.VndrConfigPage.FCoEBootSupport (Read only) InfiniBand.VndrConfigPage.FCoEOffloadSupport (Read only) InfiniBand.VndrConfigPage.FeatureLicensingSupport (Read only) InfiniBand.VndrConfigPage.FlexAddressing (Read only) InfiniBand.VndrConfigPage.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects LifecycleController.LCAttributes LifecycleController.LCAttributes.IgnoreCertWarning (Read and Write) LifecycleController.LCAttributes.UserProxyPassword (Read and Write) LifecycleController.LCAttributes.UserProxyPort (Read and Write) LifecycleController.LCAttributes.UserProxyServer (Read and Write) LifecycleController.LCAttributes.UserProxyType (Read and Write) LifecycleController.LCAttributes.
Table 383. New groups and new objects added for iDRAC9 (continued) Groups Objects System.PCIeSlotLFM.SlotState (Read Only) System.PCIeSlotLFM.TargetLFM (Read Only) Storage.PhysicalDisk.RaidType (Read Only) System.QuickSync System.QuickSync.ReadAuthentication (Read or Write) System.QuickSync.WiFi (Read or Write) System.Storage System.Storage.AvailableSpareAlertThreshold (Read or Write) System.Storage.
6 Legacy and New Groups and Objects Table 384. Legacy and New Groups and Objects Legacy Groups and Objects New Groups and Objects idRacInfo iDRAC.Info idRacType Type idRacProductInfo Product idRacDescriptionInfo Description idRacVersionInfo Version idRacBuildInfo Build idRacName Name cfgActiveDirectory iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgADGcRootDomain GCRootDomain cfgLanNetworking iDRAC.
Table 384.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgServerPowerLastHourAvg Avg.LastHour cfgServerPowerLastDayAvg Avg.LastDay cfgServerPowerLastWeekAvg Avg.LastWeek cfgServerPowerLastHourMinPower Min.LastHour cfgServerPowerLastHourMinTime Min.LastHour.Timestamp cfgServerPowerLastHourMaxPower Max.LastHour cfgServerPowerLastHourMaxTime Max.LastHour.Timestamp cfgServerPowerLastDayMinPower Min.LastDay cfgServerPowerLastDayMinTime Min.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgServerPowerSupplyOnlineStatus Status cfgServerPowerSupplyFwVer FwVer cfgServerPowerSupplyCurrentDraw CurrentDraw cfgServerPowerSupplyType Type cfgServerPowerBusMonitoring PMBusMonitoring cfgUserAdmin iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgSsnMgtSshIdleTimeout iDRAC.SSH Enable Port Timeout cfgSsnMgtRacadmTimeout iDRAC.Racadm Enable Timeout cfgSsnMgtConsRedirMaxSessions iDRAC.VirtualConsole EncryptEnable Enable PluginType LocalVideo Port MaxSessions Timeout AccessPrivilege cfgSsnMgtWebserverTimeout iDRAC.Webserver Enable HttpPort Timeout HttpsPort LowerEncryptionBitLength [cfgSerial] iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgSerialConsoleQuitKey QuitKey cfgSerialCom2RedirEnable Enable cfgSerialSshEnable iDRAC.SSH [cfgOobSnmp] iDRAC.SNMP cfgOobSnmpAgentEnable AgentEnable cfgOobSnmpAgentCommunity AgentCommunity cfgNetTuningNic100MB iDRAC.Nic cfgNetTuningNicFullDuplex iDRAC.Nic cfgNetTuningNicMtu iDRAC.Nic cfgNetTuningNicAutoneg iDRAC.Nic cfgRacTuneRemoteRacadmEnable=1 iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects ifcRacManagedNodeOs System.ServerOS ifcRacMnOsHostname HostName ifcRacMnOsOsName OSName cfgRacSecurity iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgLdapRoleGroupIndex NA cfgLdapRoleGroupDN DN cfgLdapRoleGroupPrivilege Privilege cfgStandardSchema iDRAC.ADGroup cfgSSADRoleGroupIndex NA cfgSSADRoleGroupName Name cfgSSADRoleGroupDomain Domain cfgSSADRoleGroupPrivilege Privilege cfgIpmiSerial iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgIpmiEncryptionKey EncryptionKey cfgIpmiPetCommunityName CommunityName cfgUserDomain iDRAC.UserDomain cfgUserDomainIndex NA cfgUserDomainName Name cfgSmartCard iDRAC.SmartCard cfgSmartCardLogonEnable SmartCardLogonEnable cfgSmartCardCRLEnable SmartCardCRLEnable cfgVFlashSD iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgIpmiPetAlertEnable Enable cfgIpmiPetAlertDestIpAddr DestAddr Topics: • cfgSSADRoleGroupPrivilege (Read or Write) cfgSSADRoleGroupPrivilege (Read or Write) Table 385. cfgSSADRoleGroupPrivilege Description Use the bit mask numbers listed in the table below to set role-based authority privileges for a Role Group.
7 Error Codes An error code or a return code is an integer value which represents the status of a command that is run. Running any valid racadm command generates an error code.