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) ● -t—Schedule start time in 24-hour format. Specifying minute is not supported, therefore the minute value must be set as 00. Default time is set to 23:00 if time is not specified. ● -d—Schedule start date. Default date is set to the current date when date is not specified. NOTE: -t and -d inputs must be specified together and are not applicable for -s 0 and -s 1.
Table 13. cd .. (continued) Input racadm>> cd .. Output To traverse back to the previous directory, use the command. Example ● Example 1: To traverse back from power to system object: ○ Input: racadm/power> cd .. ○ Output: system>> ● Example 2: To traverse back from system object to the prompt: ○ Input: racadm/system> cd .. ○ Output: racadm>> clearasrscreen Table 14. Details of the clearasrscreen attribute Description Clears the last crash (ASR) screen that is in memory.
Table 15. clearpending (continued) Example ● To clear the pending state of NIC device racadm clearpending NIC.Integrated.1-1 ● To clear the pending state of InfiniBand device racadm clearpending closessn Table 16. Details of closessn Description Closes a communication session on the device. Use getssninfo to view a list of sessions that can be closed using this command. To run this subcommand, you must have the Administrator permission.
Table 17. Details of clrsel (continued) Example ● racadm clrsel The SEL was cleared successfully connect Table 18. Details of connect Description Allows you to connect to the switch or blade serial console. NOTE: This subcommand is only supported on the firmware interface. Synopsis Input ● racadm connect [-b] -m ● -b—binary mode. NOTE: If -b is used, CMC must be reset to terminate connect.
coredumpdelete Table 20. Details of coredumpdelete Description Deletes any currently available coredump data stored in the RAC. To use this subcommand, you must have Execute Debug Command permission. NOTE: If a coredumpdelete command is issued and a coredump is not currently stored in the RAC, the command displays a success message. This behavior is expected. See the coredump subcommand for more information about viewing a coredump. Synopsis Output Example racadm coredumpdelete Coredump is deleted.
Table 21. Details of diagnostics (continued) ● -s —Specifies the start time for the scheduled job in yyyymmddhhmmss format. The default value TIME_NOW starts the job immediately. ● -e —Specifies the expiry time for the scheduled job in yyyymmddhhmmss format. The default value TIME_NA does not apply the waiting time. NOTE: For the diagnostic report run operation, the time difference between the -s and -e options must be more than five minutes.
Table 22. Details of driverpack (continued) ● Racadm driverpack detach—detach successful racadm driverpack getinfo— Racadm driverpack attach—Job Id details Racadm driverpack detach—detach successful Example ● To attach the driver pack with operating system index and exposed time racadm driverpack attach -i [-t ] ● To check the job status racadm jobqueue view -i JID_000000000000 ● To detach the operating system racadm driverpack detach eventfilters Table 23.
Table 23. Details of eventfilters (continued) ● System Health—System Health category represents all the alerts that are related to hardware within the system chassis. Examples include temperature errors, voltage errors, and device errors. ● Storage Health—Storage Health category represents alerts that are related to the storage subsystem. Examples include, controller errors, physical disk errors, and virtual disk errors.
Table 23. Details of eventfilters (continued) ● Display eventfilter configurations for a specific subcategory. For example, licensing under the audit category racadm eventfilters get -c idrac.alert.audit.lic ● Display eventfilter configurations for a specific severity. For example, warning under the audit category racadm eventfilters get -c idrac.alert.audit.warning ● Display eventfilter configurations for a specific severity and subcategory.
Table 24. Details of exposeisminstallertohost (continued) Synopsis racadm exposeisminstallertohost Input Not Applicable Example Not Applicable fcstatistics Table 25. Details of fcstatistics Description Displays a list of FCs (FQDDs), managed server for which statistics is available. Synopsis Input racadm fcstatistics — Specify the FQDD of the target FC device. Example racadm fcstatistics frontpanelerror Table 26.
Table 27. Details of fwupdate (continued) NOTE: If the iSM is exposed on the host server, you may see the Firmware update operation is already in progress error. 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) ● Upload firmware image from TFTP server and start firmware update: racadm fwupdate -g -u -a 192.168.0.100 -d /tmp/images ● 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.
Table 29. Details of gethostnetworkinterfaces (continued) Description Status Interface Type DHCP DHCPServerV4 MAC Address IPv4 Address Subnet Mask IPv6 Address Prefix Length IPv6 DNSServer Address IPv6 DNSServer Address IPv6 DNSServer Address : : : : : : : : : : 0: 1: 2: iDRAC Virtual NIC USB Device #8 Up Ethernet Enabled 169.254.0.1 00-25-64-F9-7A-E7 169.254.0.2 255.255.255.
Table 31. Details of getniccfg (continued) Synopsis racadm getniccfg Input 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) Active NIC =Dedicated Static IPv4 settings: Static IP Address =10.94.227.207 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) Message Arg 2 = 10.92.68.245 FQDD = iDRAC.Embedded.1 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.
Table 36. Details of getsel (continued) ● Display number of records in log. racadm getsel -i 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.
Table 40. Sensor Type : FAN (continued) System Board Fan2 RPM Ok 6000 RPM 600 RPM NA 0% System Board Fan3 RPM Ok 5880 RPM 600 RPM NA 0% System Board Fan4 RPM Ok 5880 RPM 600 RPM NA 0% 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.
Table 41. Sensor Type : VOLTAGE (continued) CPU1 M01 VTT PG Ok Good NA NA PS1 Voltage 1 Ok 240 V NA NA Good NA NA System Board DIMM Ok PG Sensor Type : CURRENT 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.
Table 44. Sensor Type : MEMORY (continued) DIMM B5 N/A Absent NA NA DIMM B6 N/A Absent NA NA DIMM B7 N/A Absent NA NA DIMM B8 N/A Absent NA NA DIMM B9 N/A Absent NA NA DIMM B10 N/A Absent NA NA DIMM B11 N/A Absent NA NA DIMM B12 N/A Absent NA NA Sensor Type : Chassis Controller Table 45.
Table 48. Sensor Type : INTRUSION System Board Intrusion Closed Power ON Sensor Type : REDUNDANCY 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 wnTemp> p> Status> Video.Sl 255C ot.1 255C 255C 255C 255C Disabled Disabled 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.
getsvctag Table 56. Details of getsvctag Description Displays the service tag of the host system. Synopsis racadm getsvctag Output Any system tag as applicable. 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.
IPv6 settings: Enabled Current IP Address 1 Current IP Gateway Autoconfig Link Local IP Address Current IP Address 2 Current IP Address 3 Current IP Address 4 Current IP Address 5 Current IP Address 6 Current IP Address 7 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 = = = = = = = = = = = = = = = = = = = = = = 1 20
gettracelog Table 58. Details of gettracelog Description Synopsis Lists all the trace login entries of iDRAC. ● racadm gettracelog [-i] ● racadm gettracelog [-s ] [-c ] Input ● —i — Displays the number of entries in iDRAC trace log. ● -c — Specifies the number of records to display. ● -s — Specifies the starting record to display. Output The default output display shows the record number, timestamp, source and description.
Table 60. Details of racadm getversion -c (continued) server-2 1.0.3 PowerEdgeM610x server-4 1.0.0 PowerEdgeM710HD server-5 1.0.3 PowerEdgeM710 server-7 1.0.6 PowerEdgeM620 server-9 1.0.5 PowerEdgeM520 racadm getversion 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.
Table 62. Details (continued) switch-3 Dell PowerConnect M8024 X00 switch-4 Dell PowerConnect M8024 X00 switch-5 Dell PowerConnect M6348 X02 switch-6 Dell PowerConnect M6220 A01 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.
httpsbootcert Table 64. Details of httpsbootcert Description Allows you to manage BIOS https Boot Certificate Management operations.
Table 64. Details of httpsbootcert (continued) ● To export the boot device cert with index 2 to a remote NFS share: racadm httpsbootcert export -i 2 -f httpsboot_cert.cer -l 192.168.2.14:/share ● To export the boot device cert with index 2 to a remote HTTP share: racadm httpsbootcert export -i 2 -f httpsboot_cert.der -l http:// 192.168.10.24/share -u myuser -p mypass ● To export the boot device cert with index 2 to a remote HTTPS share: racadm httpsbootcert export -i 2 -f httpsboot_cert.crt -l https:// 192.
Table 65. Details of hwinventory (continued) ● racadm hwinventory export -f -u -p -l Input ● — Specifies the FQDD of the target device. ○ FQDD — NIC.Slot.1–2 NOTE: The hwinventory subcommand supports NIC, Infiniband and FC FQDDs only. ● -f — Exported Hardware Inventory filename. ● -u — Username of the remote share to where the file must be exported.
RollupStatus = OK SASAddress = 5D09466073045100 SecurityStatus = Security Key Assigned SharedSlotAssignmentAllowed = Not Applicable SlicedVDCapability = Sliced Virtual Disk creation supported SupportControllerBootMode = Supported SupportEnhancedAutoForeignImport = Supported SupportRAID10UnevenSpans = Supported T10PICapability = Not supported UpdateLockdownCapable = False UpdateLockdownState = Disabled ------------------------------------------------------------------[InstanceID: AHCI.Embedded.
Device = 0 DeviceCardDataBusWidth = Unknown DeviceCardManufacturer = DELL DeviceCardSlotLength = Unknown DeviceCardSlotType = Unknown DeviceDescription = Embedded AHCI 1 DriverVersion = Not Applicable EncryptionCapability = None EncryptionMode = None FQDD = AHCI.Embedded.1-1 Function = 0 InstanceID = AHCI.Embedded.
CurrentClockSpeed = 2200 MHz DeviceDescription = CPU 1 ExecuteDisabledCapable = Yes ExecuteDisabledEnabled = Yes ExternalBusClockSpeed = 9600 MHz FQDD = CPU.Socket.1 HyperThreadingCapable = Yes HyperThreadingEnabled = Yes InstanceID = CPU.Socket.1 LastSystemInventoryTime = 2020-11-06T23:13:06 LastUpdateTime = 2020-09-29T00:01:51 Manufacturer = Intel MaxClockSpeed = 4000 MHz Model = Intel(R) Xeon(R) Silver 4114 CPU @ 2.
MaxClockSpeed = 4000 MHz Model = Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz NumberOfEnabledCores = 10 NumberOfEnabledThreads = 20 NumberOfProcessorCores = 10 PPIN = 0F8534E55425684D PrimaryStatus = OK TurboModeCapable = Yes TurboModeEnabled = Yes VirtualizationTechnologyCapable = Yes VirtualizationTechnologyEnabled = Yes Voltage = 1.8 V ------------------------------------------------------------------[InstanceID: Enclosure.Internal.0-1:RAID.Slot.
[InstanceID: Fan.Embedded.3] Device Type = Fan ActiveCooling = 1 BaseUnits = RPM CurrentReading = 6840 RPM DeviceDescription = Fan 3 FQDD = Fan.Embedded.3 FanType = StandardPerformance InstanceID = Fan.Embedded.3 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.
VariableSpeed = 1 ------------------------------------------------------------------[InstanceID: iDRAC.Embedded.1-1#IDRACinfo] Device Type = iDRACCard DNSDomainName = DNSRacName = idrac-C9J69R2 DeviceDescription = iDRAC FQDD = iDRAC.Embedded.1-1 FirmwareVersion = 4.40.00.00 GUID = 44454c4c-3900-104a-8036-c3c04f395232 IPMIVersion = 2.0 InstanceID = iDRAC.Embedded.
Device Type = NIC AutoNegotiation = Disabled BusNumber = 24 ControllerBIOSVersion = 20.8.163.0 CurrentMACAddress = 00:0A:F7:E8:49:A8 DataBusWidth = Unknown DeviceDescription = Integrated NIC 1 Port 1 Partition 1 DeviceNumber = 0 EFIVersion = 20.8.160.0 FCoEOffloadMode = Unknown FQDD = NIC.Integrated.1-1-1 FamilyVersion = 20.08.04.03 FunctionNumber = 0 InstanceID = NIC.Integrated.
PermanentMACAddress = 00:0A:F7:E8:49:A7 PrimaryStatus = OK ProductName = Broadcom Gigabit Ethernet BCM5720 - 00:0A:F7:E8:49:A7 Protocol = NIC ReceiveFlowControl = Off SNAPIState = Disabled SNAPISupport = Not Available SerialNumber = CN736148530047 SlotLength = Unknown SlotType = Unknown TransmitFlowControl = Off UpdateLockdownCapable = False UpdateLockdownState = Disabled VPISupport = Not Available VendorName = Broadcom Corp iScsiOffloadMode = Unknown --------------------------------------------------------
EFIVersion = 20.8.7 FCoEOffloadMode = Unknown FQDD = NIC.Integrated.1-3-1 FamilyVersion = 20.8.4 FunctionNumber = 0 InstanceID = NIC.Integrated.
PCISubVendorID = 1028 PCIVendorID = 8086 SlotLength = Unknown SlotType = Unknown ------------------------------------------------------------------[InstanceID: AHCI.Embedded.1-1] Device Type = PCIDevice BusNumber = 0 DataBusWidth = Unknown Description = C620 Series Chipset Family SSATA Controller [AHCI mode] DeviceDescription = Embedded AHCI 1 DeviceNumber = 17 FQDD = AHCI.Embedded.1-1 FunctionNumber = 5 InstanceID = AHCI.Embedded.
Description = Sky Lake-E DMI3 Registers DeviceDescription = Embedded Host Bridge 1 DeviceNumber = 0 FQDD = HostBridge.Embedded.1-1 FunctionNumber = 0 InstanceID = HostBridge.Embedded.
PCISubDeviceID = 0715 PCISubVendorID = 1028 PCIVendorID = 8086 SlotLength = Unknown SlotType = Unknown ------------------------------------------------------------------[InstanceID: NIC.Integrated.1-1-1] Device Type = PCIDevice BusNumber = 24 DataBusWidth = Unknown Description = BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Controller DeviceDescription = Integrated NIC 1 Port 1 Partition 1 DeviceNumber = 0 FQDD = NIC.Integrated.1-1-1 FunctionNumber = 0 InstanceID = NIC.Integrated.
DataBusWidth = Unknown Description = NetXtreme BCM5720 2-port Gigabit Ethernet PCIe DeviceDescription = Integrated NIC 1 Port 3 Partition 1 DeviceNumber = 0 FQDD = NIC.Integrated.1-3-1 FunctionNumber = 0 InstanceID = NIC.Integrated.1-3-1 LastSystemInventoryTime = 2020-11-06T23:13:06 LastUpdateTime = 2020-01-30T21:59:15 Manufacturer = Broadcom Inc.
DeviceDescription = Power Supply 1 EffectiveCapacity = 1100 FQDD = PSU.Slot.1 FirmwareVersion = 09.13.59 InputVoltage = 230 Volts InstanceID = PSU.Slot.
InstanceID = System.Embedded.1 IntrusionRollupStatus = OK IsOEMBranded = False LastSystemInventoryTime = 2020-11-06T23:13:06 LastUpdateTime = 2020-09-29T00:01:51 LicensingRollupStatus = OK LifecycleControllerVersion = 4.40.00.00 Manufacturer = Dell Inc.
InstanceID = Disk.Virtual.0:RAID.Slot.4-1 LastSystemInventoryTime = 2020-11-06T23:13:06 LastUpdateTime = 2019-09-10T06:39:57 LockStatus = Unlocked MediaType = Hard Disk Drive Name = racadm virtual ObjectStatus = Current OperationName = None OperationPercentComplete = 0 PendingOperations = None PhysicalDiskIDs = Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.
Total RDMA Protection Errors: 0 ● To get the complete details for NIC.Integrated.1-1-1, type the following command: racadm hwinventory NIC.Integrated.
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: 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 M
Family Driver Version: Protocol: Link Duplex: Link Speed: Auto Negotiated: Transmit Flow Control: Receive Flow Control: Media Type: NIC Mode: FCoE Offload Mode: iSCSI Offload Mode: Max Number of IOs per session supported: Number of Max LOGINs per port: Max Number of exchanges: Max NPIV WWN per port: Number of Targets Supported: Max Number of outstanding commands supported across all sessions: Flex Addressing: UEFI: iSCSI Offload: iSCSI Boot: TCP OffloadEngine: FCoE: FCoE Boot: PXE Boot: SRIOV: Wake on LAN:
Slot Type: Data Bus Width: Slot Length: Bus Number: DeviceNumber: Function Number: Last Update Time: Last System Inventory Time: ProductName: QSFP Adapter - 12:12:12:11:11:BB UEFI Device Path: MAC(1212121111BB,0x1) Family Version: Controller BIOS Version: EFI Version: Vendor Name: Number of PCI-e Functions Supported per Port: 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 Dr
NIC.Slot.2-2-1 NIC.Slot.3-1-1 FC.Slot.6-2 ● To display the network transceiver properties with FQDD, type the following command: racadm hwinventory networktransceiver NIC.Slot.1-2-1 Vendor Name: DELL Part Number: 3YWG7 Serial Number: CN0136039120031 Revision: A0 Identifier Type: SFP/SFP+/SFP28 ● 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.
Second FC Target WWPN: Second FC Target LUN: Hard Zone Address: Hard Zone Enable: FC Tape Enable: Loop reset Delay: Frame Payload Size : Fabric Login Retry Count: Fabric Login Timeout: Port Login Retry Count: Port Login Timeout: Port Down Retry Count: Port Down Timeout: Link Down Timeout: Port Number: Port Speed: No capabilities found for FQDD "FC.Slot.2-1" racadm>> racadm hwinventory FC.Slot.
ifconfig Table 66. Details of ifconfig Description Displays the contents of the network interface table. To use this subcommand, you must have the Execute Diagnostic Commands permission. Synopsis Input racadm ifconfig N/A 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.
Table 68.
Table 69. Details of inlettemphistory (continued) ● UserProxyServer ● UserProxyPort ● UserProxyType To view the list of proxy attributes, use racadm get lifecycleController.lcAttributes. Input ● -f — Exports inlet temperature history filename. The maximum length of this parameter is 64 characters. NOTE: If a file with the specified filename exists, then the older file is replaced with the new history file. ● -u — User name of the remote share to export the file.
Table 69. Details of inlettemphistory (continued) ● View the inlet temperature history. racadm inlettemphistory get Duration Above Warning Threshold as Percentage = 0.0% Duration Above Critical Threshold as Percentage = 0.0% Average Temperatures Last Hour = 23C ( 73.4F Last Day = 24C ( 75.2F Last Week = 24C ( 77.0F Last Month = 25C ( 77.0F Last Year = 23C ( 73.4F ) ) ) ) ) Peak Last Last Last Last Last ) ) ) ) ) Temperatures Hour = 23C ( Day = 25C ( Week = 27C ( Month = 29C ( Year = 29C ( 73.4F 77.
Table 70. Details of jobqueue (continued) Input ● -i — Specifies a job ID that is displayed or deleted. NOTE: The value JID_CLEARALL will force delete all the possible jobs in the queue. ● --all — The job IDs that are not applicable are deleted. ● -fqdd — Specifies an FQDD for which a job should be created. ● —r — Specifies a reboot type. ○ none — No Reboot Job. This option is the default value. ○ pwrcycle — Power cycle. ○ graceful — Graceful Reboot without forced shut down.
Table 70. Details of jobqueue (continued) RAC1024: Successfully scheduled a job. Verify the job status using "racadm jobqueue view -i JID_xxxxx" command. Commit JID = JID_927008261880 ● Create a commit job for InfiniBand objects. racadm jobqueue create krbkeytabupload Table 71. details of krbkeytabupload Description Uploads a Kerberos keytab file to iDRAC. To run this subcommand, you must have the Server Control privilege.
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. NOTE: Using an invalid or unreachable IP for remote share (HTTP, HTTPS, FTP, TFTP) may not return an error message. ● ● ● ● ● -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.
● 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 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
NonRAIDDiskCachePolicy EncryptionProtocol ■ = Not Applicable = None 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.
DeviceDescription OperationalState = Virtual Disk 0 on Integrated raid Controller 1 = Not applicable ○ 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.
State OperationState PowerStatus 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 CryptographicEr
ManufacturedDay ManufacturedWeek ManufacturedYear ForeignKeyIdentifier SasAddress FormFactor RaidNominalMediumRotationRate T10PICapability BlockSizeInBytes MaxCapableSpeed RaidType SystemEraseCapability SelfEncryptingDriveCapability EncryptionCapability CryptographicEraseCapability = = = = = = = = = = = = = = = 5 28 2018 null 0x5000C500B8ED7081 2.
The following command is an optimized and filtered version: racadm storage get psus --refkey -o -p ● To get the list of enclosures and properties of the PCIeSSD enclosure. ○ 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.
RaidType SasAddress WWN Certified NonRAIDDiskCachePolicy OperationState PowerStatus SecurityStatus UsedRaidDiskSpace T10PICapability BlockSizeInBytes SystemEraseCapability EncryptionCapability CryptographicEraseCapability EncryptionProtocol PartNumber ForeignKeyIdentifier RaidNominalMediumRotationRate = = = = = = = = = = = = = = = = = = Windows Software RAID Not Applicable 0x3b5cd8a65c06bfd6 Not Applicable Not Applicable Not Applicable On Not Capable 0.
NonRAIDDiskCachePolicy OperationState PowerStatus SecurityStatus UsedRaidDiskSpace T10PICapability BlockSizeInBytes SystemEraseCapability EncryptionCapability CryptographicEraseCapability EncryptionProtocol PartNumber ForeignKeyIdentifier RaidNominalMediumRotationRate = = = = = = = = = = = = = = Not Applicable Not Applicable On Not Capable 0.
Examples : racadm storage createvd:RAID.Integrated.1-1 -rl r0 pdkey:Disk.Bay.0:Enclosure.Internal.0-0:RAID.Integrated.1-1 ● To create, delete, and secure the virtual disks. ○ 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.
○ The following command deletes all virtual disks and unassigns hot spare from the associated controller: racadm storage resetconfig:RAID.Integrated.1-1 ○ 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.
Table 102. Details of supportassist (continued) ● exportlastcollection : Exports the last collected supportassist data to the share which is mentioned in the command or to the default share. Default share can be configured using the supportassist attributes. ● accepteula : Accepts the End User License Agreement (EULA). ● geteulastatus: Provides the status of the End User License Agreement (EULA). ● uploadlastcollection : Upload last collection to Dell supportassist server.
Table 102. Details of supportassist (continued) sfname -slname -smnumber -sanumber -smailid -company -street1 -street2 -city -state -country -zip ● To upload last collection to Dell supportassist server.
Table 102. Details of supportassist (continued) ● ● ● ● ● ● ● ● ● ● ● -sanumber—Specifies the secondary user' s alternate number. -smailid—Specifies the secondary user' s email address. -company—Specifies the company name. -street1—Specifies the street address of the company. -street2—Specifies the secondary street address of the company. -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.
● To collect the data and upload to the Dell supportassist server. racadm supportassist collect --upload ● To collect the data and export to a local share. This is allowed only from a remote or a local RACADM. racadm supportassist collect -f tsr.zip ● 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.
● To clear the auto collection schedule. racadm supportassist autocollectscheduler clear 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.
Table 103. Details of swinventory (continued) InstallationDate = 2018-08-25T14:22:31Z Current Version = 20.8.4 HashValue = e8abf74757e0d0e01ff5f483af68b3ae62c6908ea0f7443f685b01c7baa9a81b ------------------------------------------------------------------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.
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 NOTE: To avoid errors in the scripts, ensure that you use the New Groups and Objects along with the new subcommands. For the list of deprecated and new subcommands, see the section Deprecated and New Subcommands on page 13 Table 384. Legacy and New Groups and Objects Legacy Groups and Objects New Groups and Objects idRacInfo iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgADDcSRVLookupDomainName DCLookupDomainName cfgADGcSRVLookupEnable GCLookupEnable cfgADGcRootDomain GCRootDomain cfgLanNetworking iDRAC.
Table 384.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgServerPowerCapPercent Cap.Percent cfgServerPowerCapEnable Cap.Enable cfgServerPowerLastHourAvg Avg.LastHour cfgServerPowerLastDayAvg Avg.LastDay cfgServerPowerLastWeekAvg Avg.LastWeek cfgServerPowerLastHourMinPower Min.LastHour cfgServerPowerLastHourMinTime Min.LastHour.Timestamp cfgServerPowerLastHourMaxPower Max.LastHour cfgServerPowerLastHourMaxTime Max.LastHour.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgServerPowerSupplyMaxInputPower MaxInputPower cfgServerPowerSupplyMaxOutputPower MaxOutputPower 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 cfgEmailAlertAddress Address cfgEmailAlertCustomMsg CustomMsg cfgSsnMgtSshIdleTimeout iDRAC.SSH Enable Port Timeout cfgSsnMgtRacadmTimeout iDRAC.Racadm Enable Timeout cfgSsnMgtConsRedirMaxSessions iDRAC.VirtualConsole EncryptEnable Enable PluginType LocalVideo Port MaxSessions Timeout AccessPrivilege cfgSsnMgtWebserverTimeout iDRAC.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgSerialConsoleCommand Command cfgSerialHistorySize HistorySize 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.
Table 384. Legacy and New Groups and Objects (continued) Legacy Groups and Objects New Groups and Objects cfgRacTuneLocalConfigDisable=0 LocalConfig cfgRacTuneVirtualConsoleAuthorizeMultipleSessions=0 iDRAC.VirtualConsole 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 cfgLdapCertValidationEnable CertValidationEnable cfgLdapRoleGroup iDRAC.LDApRole 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 cfgIpmiLanPrivilegeLimit PrivLimit cfgIpmiLanAlertEnable AlertEnable 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 cfgLogging iDRAC.Logging cfgLoggingSELOEMEventFilterEnable SELOEMEventFilterEnable cfgIpmiPetAlertEnable Enable cfgIpmiPetAlertDestIpAddr DestAddr Topics: • cfgSSADRoleGroupPrivilege (Read or Write) cfgSSADRoleGroupPrivilege (Read or Write) Table 385.
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.