Dell OpenManage Deployment Toolkit Version 5.5 Command Line Interface Reference Guide March 2021 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. Copyright © 2017 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................................................................................................................. 8 What is new in this release................................................................................................................................................8 Supported Systems.............................................................................................................................................................
ovrwrt*.......................................................................................................................................................................... 23 px or pendingxmlfile.................................................................................................................................................... 23 s..............................................................................................................................................................
remflashmedia.............................................................................................................................................................126 serial1.............................................................................................................................................................................127 serial2...................................................................................................................................................
General Help................................................................................................................................................................166 Enumerating RAID Controllers................................................................................................................................ 167 Creating Virtual Disks...............................................................................................................................................
UPINIT Windows PE-Specific Error Codes And Messages................................................................................... 210 RAIDCFG Error Codes And Messages........................................................................................................................ 210 Failure Messages........................................................................................................................................................210 RACADM Firmware Error Codes And Messages....
1 Introduction Dell OpenManage Deployment Toolkit (DTK) includes a set of utilities, sample scripts, and sample configuration files to deploy and configure your Dell system. You can use DTK to build script-based and RPM-based installation for deploying a large number of systems reliably, without changing their current deployment processes. You can use DTK in a Microsoft Windows Preinstallation Environment (Windows PE) or a Linux environment.
○ Microsoft Windows 7 (32-bit and 64-bit) ○ Microsoft Windows 8.1 (64-bit) ○ Microsoft Windows 10 (64-bit) For Linux, the DTK utilities support deploying the following operating systems in BIOS and UEFI mode: ● ● ● ● ● SUSE Linux Enterprise Server 12 SP2 (64-bit) SUSE Linux Enterprise Server 11 SP4 (64–bit) Red Hat Enterprise Linux 7.3 (64-bit) Red Hat Enterprise Linux 6.8 (64-bit) CentOS 7.3 (64-bit) NOTE: CentOS deployment is supported only on DSS1510, DSS1500, DSS2500 platforms.
File Format The -i and -o options use the .ini file format for system configuration (SYSCFG) options. All name/value entries that follow the [syscfg] section header in the .ini file belong to the SYSCFG utility. For an example of the syscfg.ini file, see Sample SYSCFG Utility .ini File Format. SYSCFG Replication Rules Not all BIOS and BMC options can be replicated using the .ini file. For example, boot sequence and device sequence are only replicated if a device name list can be supplied.
● The Dell OpenManage Installation Guide provides additional information about performing an unattended installation of Dell OpenManage Server Administrator on systems running supported Windows, Red Hat Enterprise Linux, and Citrix Xen Server operating systems. ● The Dell OpenManage Server Administrator User's Guide provides information on using Server Administrator on supported operating systems.
2 Command Syntax Overview Syntax refers to the way a command and its parameters are entered. Dell OpenManage Deployment Toolkit (DTK) Command Line Interface (CLI) commands can be arranged in any order as long as they conform to the basic command line syntax.
The DTK command line switches, configuration file formatting, and error reporting follow similar style and behavior. However, individual DTK utilities can sometimes differ from one another in significant ways. You must familiarize yourself with the command line syntax and utility-specific options and arguments for each utility before using DTK. NOTE: Some of the command line options in DTK are followed by an asterisk. Such options are used for reporting purposes only.
Case Sensitivity ● Command line options, pre-defined and user-defined arguments, and filenames given as arguments are all case-sensitive on PowerEdge systems prior to PowerEdge 12G systems. ● Unless specified otherwise, enter all commands, options, arguments, and command line switches in lowercase letters. Command Line Option Delimiters The following table lists some examples of valid and invalid DTK command lines. Table 3.
Table 4. Other delimiters (continued) Delimiter A string surrounded by double quotation marks regardless of the white space contained within, is interpreted as a single SYSCFG argument. Example syscfg --option="argument1 argument2" Description considers argument1 and argument2 a single argument. A double quotation mark preceded by a backslash (\") is interpreted as a literal double quotation mark ("). Backslashes are interpreted literally, unless they immediately precede a double quotation mark.
● Specify the file output using the -o command, where is the name of the output file. Log Files If the log file already exists, information is appended to the file. This allows multiple tools to use the same log file to record information. Use the -l option to record the output of a utility. The log duplicates all standard output and error information to the specified file. Each log file begins with a time stamp and utility name.
3 DTK Seamless package The DTK Seamless package is a single installer package that carries Linux DTK RPMs (RHEL, SLES) and its dependency. Topics: • Seamless package — Downloading and Installing Seamless package — Downloading and Installing This section describes the downloading and installing of DTK seamless package. The seamless package auto recognizes the OS type and its respective dependency during the installation and installs SYSCFG, RAIDCFG, and RACADM tools on post Linux operating system.
The seamless package uninstalls the older DTK tool set version, and upgrades it to a newer version if Server Administrator is not present in the system.
4 SYSCFG This section documents the Deployment Toolkit (DTK) system configuration utility. It describes the command line parameters, configuration file format, and individual executables used to configure server BIOS and Baseboard Management Controller (BMC) settings, DTK state settings, and system information including PCI device detection.
No Option Table 6. No Option Valid Arguments NA Description The SYSCFG utility displays the usage information. envar Table 7. SYSCFG General — envar Valid Arguments Description Stores the environment variable data to a file when used with the – s option. This file can be called from other scripts to set the environment variable. The value of must not be specified if the DTKENVSCR environment variable is set to a valid filename.
Table 8. SYSCFG General — h or help (continued) Example: A:>syscfg -h lanchannelaccess lanchannelaccess: Reports LAN channel access information. Sub-options: pefalerting: Enable or disable PEF (Platform Event Filter)alerting. Arguments: enable | disable ipmioverlan: Enable or disable IPMI over LAN access. Arguments: disable | alwaysavail channelprivlmt: Sets the maximum privilege level that can be accepted on the LAN channel. Arguments: user | operator |administrator i or infile Table 9.
Table 10. SYSCFG General — ix or inxmlfile (continued) option is dependent on any other option, they are applied in the order in which they appear in the xml file. NOTE: It is applicable only on 12G and later systems. Example: A:>syscfg --ix filename.xml NOTE: You can modify or use the BIOS configuration captured in xml format from a PowerEdge server for large scale deployment configurations using RACADM or WS-MAN.
Table 13. SYSCFG General — ox or outxmlfile (continued) NOTE: It is applicable only on 12G and later sytems. Example: A:>syscfg --ox filename.ini ovrwrt* Table 14. SYSCFG General — ovrwrt* Valid Arguments NA Description Used with the -o option to cause the output file to be overwritten if a file of the same name already exists. This option cannot be replicated. Example: A:>syscfg -o=filename.ini --ovrwrt The file filename has been overwritten. px or pendingxmlfile Table 15.
Table 17. SYSCFG General — version* (continued) Description Displays the version information, current time, and date for the utility. This option cannot be replicated. Example: A:>syscfg --version syscfg Version 4.4 P01(Windows - Jan 29 2014,16:48:48) Copyright (c) 2002-2014 Dell Inc. SYSCFG For BIOS Configuration SYSCFG uses BIOS interfaces to manipulate boot order and BIOS settings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Integrated Devices Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --BootSeqRetry --bootseqretry BIOS.BiosBootSettings.BootSeqRetry --HddFailover NOTE: The option is not supported on 12G systems. --hddfailover BIOS.BiosBootSettings.HddFailover --SetBootOrderFqddn NOTE: The option is supported only on 13G and later systems. N/A BIOS.BiosBootSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --CurrentEmbVideoState NOTE: The option is supported only on 13G and later systems. N/A N/A --CorrEccSmi N/A N/A --DynamicCoreAllocation N/A N/A --MemOpMode --memoperatingmode BIOS.MemSettings.MemOpMode --MemOpVoltage --dimmvoltage BIOS.MemSettings.MemOpVoltage --MemTest --memtest BIOS.MemSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --ReportKbdErr NOTE: The option is not supported on 13G and later systems. --rptkeyerr BIOS.MiscSettings.ReportKbdErr --PxeDevnEnDis N/A BIOS.NetworkSettings.PxeDevnEnDis --PxeDevnInterface N/A BIOS.PxeDevice1Settings.PxeDevnProtocol --PxeDevnProtocol N/A BIOS.PxeDevice1Settings.PxeDevnProtocol --PxeDevnVlanEnDis N/A BIOS.
Table 18. BIOS options with equivalent RACADM options (continued) Group SATA Settings 28 SYSCFG Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --Proc2L3Cache* N/A BIOS.ProcSettings.Proc2L3Cache --Proc2NumCores* N/A BIOS.ProcSettings.Proc2NumCores --Proc3Brand* N/A BIOS.ProcSettings.Proc3Brand --Proc3Id* N/A BIOS.ProcSettings.Proc3Id --Proc3L2Cache* N/A BIOS.ProcSettings.Proc3L2Cache --Proc3L3Cache* N/A BIOS.ProcSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --eSataPort1Capacity* N/A BIOS.SataSettings.eSataPort1Capacity --eSataPort1DriveType* N/A BIOS.SataSettings.eSataPort1DriveType --eSataPort1Model* N/A BIOS.SataSettings.eSataPort1Model --SataPortA --sata0 BIOS.SataSettings.SataPortA --SataPortACapacity* N/A BIOS.SataSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SataPortGModel* NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.SataSettings.SataPortGModel --SataPortH NOTE: The option is supported only on Dell PowerEdge 13G and later systems. --sata7 BIOS.SataSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SataPortJ NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.SataSettings.SataPortJ --SataPortJCapacity NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.SataSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option -CollaborativeCpuPerfCtrl N/A BIOS.SysProfileSettings.CollaborativeCpuPerf Ctrl --MemFrequency --memorypowermode BIOS.SysProfileSettings.MemFrequency --MemPatrolScrub N/A BIOS.SysProfileSettings.MemPatrolScrub --MemRefreshRate N/A BIOS.SysProfileSettings.MemRefreshRate --MemVolt N/A BIOS.SysProfileSettings.
Table 18. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --NmiButton --nmibutton BIOS.SysSecurity.NmiButton --PasswordStatus --pwdlock BIOS.SysSecurity.PasswordStatus --PwrButton --powerbutton BIOS.SysSecurity.PwrButton --SetupPassword --setuppwd BIOS.SysSecurity.SetupPassword --SysPassword --syspwd BIOS.SysSecurity.
Table 18. BIOS options with equivalent RACADM options (continued) Group UEFI Boot Settings Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SecureBoot NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.SysSecurity.SecureBoot --SecureBootPolicy NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A N/A --UefiBootSeq N/A BIOS.BiosBootSettings.
Table 19. SYSCFG Options Supported — BootSeq/bootseq (continued) Numerical Lists Examples: A:>syscfg --bootseq= 2,3,4,5,1,6 The following devices are set in the boot sequence: Device 2:* usbcdrom.slot.1- USB CD-ROM device Device 3:* virtualcd.slot.1 – VIRTUAL CDROM Device 4:* hdd.emb.0 -Hard drive C: Device 5:* nic.emb.1 - MBA v2.5.12 Slot 0500 Device 1:* virtualfloppy.slot.1 - VIRTUAL FLOPPY Device 6:* usbfloppy.slot.1 - USB Floppy device NOTE: The asterisk indicates that the device is enabled in the BIOS.
Table 19. SYSCFG Options Supported — BootSeq/bootseq (continued) Example 2: #syscfg --bootseq=nic.emb.1,virtual.slot.1 The following devices are set in the boot sequence: Device 4:* nic.emb.1 - IBA GE Slot 0638 v Device 5:* virtual.slot.1 - VIRTUALCDROM DRIVE Device 2: cdrom.emb.0 - IDE CD-ROM device Device 3: hdd.emb.0 - Hard drive C: Device 1: floppy.emb.0 - Diskette drive A: NOTE: The asterisk indicates that the device is enabled in the BIOS.
Table 20. SYSCFG Options Supported — HddSeq/devseq (continued) Example 1: A:>syscfg --devseq The following devices are set in the disk device sequence: Device 1:* hdd.emb.0 - System BIOS boot devices Device 2:* scsiraid.slot.3 - PERC 5/E Adapter(bus 02 dev 02) Device 3:* usbkey.slot.0 - Hard-disk-emulated USB flash drive Example 2: A:>syscfg --devseq= hdd.emb.1,scsiraid.emb.1 The following devices are set in the disk device sequence: Device 1:* hdd.emb.0 - System BIOS boot devices Device 2:* scsiraid.emb.
BootSeqRetry/bootseqretry Table 22. BootSeqRetry/bootseqretry Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the boot sequence retry feature. When set to enable, the system re-attempts to set the boot order after a 30-second time-out if the last boot attempt has failed. This option can be replicated.
SetLegacyHddOrderFqddn Table 25. SetLegacyHddOrderFqdd n Valid Arguments ● On systems prior to 13G: NA ● On 13G and later systems: Description Displays the list of FQDDs representing the legacy hard-disk drive list to be applied on the next boot. NOTE: The value of n in SetLegacyHddOrderFqddn can be 1–16.
Table 27. EmbNic1Nic2/embnic1nic2 (continued) Example: A:>syscfg --embnic1nic2=enable --embnic1nic2=enable Applicable Systems PowerEdge 11G and later systems EmbNic2/embnic2 Table 28. EmbNic2/embnic2 Valid Arguments ● On systems prior to 12G: on, off, onnopxe, onwithiscsi ● On 12G and later systems: Enabled, EnabledPxe, EnablediScsi, Disabled Description Turns the second embedded NIC on with PXE on, off, or on without PXE enabled. This option is only valid for supported systems that have a NIC.
EmbNic3Nic4/embnic3nic4 Table 30. EmbNic3Nic4/embnic3nic4 Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled, DisabledOs Description Enables or disables the operating system interface of the third and fourth embedded NIC controllers. Example: A:>syscfg --EmbNic3Nic4=enable --embnic3nic4=enable Applicable Systems PowerEdge 11G and later systems EmbNic4/embnic4 Table 31.
IoatEngine/ioat Table 33. IoatEngine/ioat Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the I/O Acceleration Technology (I/OAT) DMA Engine option. This option must be enabled only if the hardware and software support I/OAT on your system. This option can be replicated. Example: A:>syscfg --ioat=enabled ioat=enabled Table 33.
Table 35. IntegratedNetwork2 (continued) Example: A:>syscfg --IntegratedNetwork2=Enabled IntegratedNetwork2=Enabled Applicable Systems PowerEdge 12G and later systems IntegratedRaid/integratedraid Table 36. IntegratedRaid/integratedraid Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the integrated RAID controller. This option can be replicated.
Table 38. InternalSdCard/embsdcard (continued) Example: A:>syscfg --embsdcard=off embsdcard=off Applicable Systems All PowerEdge systems InternalSdCardRedundancy/embsdcardredundancy Table 39. InternalSdCardRedundancy/embsdcardredundancy Valid Arguments ● On systems prior to 12G: mirrormode, disable ● On 12G and later systems: Mirror, Disabled Description Sets the internal SD card port redundancy to Mirror mode or Disabled.
Table 41. InternalUsb1/internalusbport1 (continued) Description Turns the internal USB port 1on or off. Example: A:>syscfg --internalusbport1=on internalusbport1=on Applicable Systems All PowerEdge systems. InternalUsb2/internalusbport2 Table 42. InternalUsb2/internalusbport2 Valid Arguments ● On systems prior to 12G: on, off ● On 12G and later systems: On, Off Description Turns the internal USB port 2 on or off.
Table 44. SriovGlobalEnable/sriov (continued) Example: A:>syscfg --sriov=disable sriov=disable Applicable Systems All PowerEdge systems. UsbPorts/usbports Table 45. UsbPorts/usbports Valid Arguments ● On systems prior to 12G: enable, enablebackonly, disable ● On 12G and later systems: AllOn, OnlyBackPortsOn, AllOff Description Enables or disables USB ports. When set to enable, it enables all user accessible USB ports.
Table 47. Usb3Setting (continued) ● Auto — USB ports operate at USB 2.0 speed. ● Enabled — USB ports operates at USB 3.0 speed. ● Disabled — USB 3.0 host controller is disabled and the speed is set to USB 2.0. Example: A:>syscfg --Usb3Setting=Auto Usb3Setting=Auto Applicable Systems All systems prior to PowerEdge 13G systems CurrentEmbVideoState Table 48.
Table 50. PxeDev nEnDis (continued) ● On 12G and later systems: Enabled, Disabled Description Enables or disables the Preboot Execution Environment (PXE) device. When enabled, a Unified Extensible Firmware Interface (UEFI) boot option is created for the PXE device. NOTE: The value of n in PxeDevnEnDis can be 1–4. Example: A:>syscfg --PxeDev1EnDis=Enabled PxeDev1EnDis=Enabled Applicable Systems PowerEdge 12G and later systems PxeDevnInterface Table 51.
Table 53. PxeDev n VlanEnDis (continued) Description Enables or disables the virtual LAN (VLAN) of the PXE device. NOTE: The value of n in PxeDevnVlanEnDis can be 1–4. Example: A:>syscfg --PxeDev1VlanEnDis=Enabled PxeDev1VlanEnDis=Enabled Applicable Systems PowerEdge 12G and later systems PxeDevnVlanId Table 54. PxeDev nVlanId Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: Description Sets the virtual LAN (VLAN) of the PXE device.
Table 56. CorrEccSmi/memprefailurenotify (continued) ● On 12G and later systems: Enabled, Disabled Description Enables or disables the Correctable ECC SMIs. When enabled, the SMIs report the Correctable ECC errors. This option can be replicated. Example: A:>syscfg --CorrEccSmi=Enabled CorrEccSmi=Enabled Applicable Systems PowerEdge 12G and later systems DynamicCoreAllocation Table 57.
Table 58. MemOpMode/memoperatingmode (continued) Applicable Systems PowerEdge 11G and later systems MemOpVoltage/-dimmvoltage Table 59. MemOpVoltage/-dimmvoltage Valid Arguments ● On systems prior to 12G: auto, 1.5 ● On 12G and later systems: AutoVolt, Volt15V Description Sets the DIMM voltage selection. When set to AutoVolt(default value), the system automatically sets the voltage to the optimal setting based upon the DIMM capability and the installed DIMM population.
Table 61. NodeInterleave/nodeinterleave (continued) Example: A:>syscfg --nodeinterleave=enable nodeinterleave=enable Applicable Systems All PowerEdge systems. redmem Table 62. redmem Valid Arguments off, spare, mirror, DDDC Description Allows selection of the required redundant memory mode, or disables redundant memory. This option can be replicated. Example: A:>syscfg --redmem=off redmem=off Applicable Systems PowerEdge systems with Intel Xeon 7500 series processor SerialDbgOut Table 63.
Table 64. SysMemSize/mem* (continued) Applicable Systems PowerEdge 11G and later systems. SnoopMode/snoopfilter Table 65. SnoopMode/snoopfilter Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the snoop filter option from the system BIOS. Example: A:>syscfg --snoopfilter=enable snoopfilter=enable Applicable Systems All PowerEdge systems. SysMemSpeed* Table 66.
Table 68. SysMemVolt* (continued) ● On 12G and later systems: read-only Description Displays the voltage of the main memory. Example: A:>syscfg --SysMemVolt Applicable Systems PowerEdge 12G and later systems. VideoMem* Table 69. VideoMem* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the total amount of video memory available to the embedded video controller. Example: A:>syscfg --VideoMem Applicable Systems PowerEdge 12G and later systems.
Table 71. AssetTag/asset* (continued) NOTE: The Asset Tag is a string assigned to a system, usually by an administrator, for security or tracking purposes. The Asset Tag can be up to 10 characters long and can contain only printable US-ASCII characters. For more information on delimiters, see Command Line Option Delimiters. Example: A:>syscfg --asset= asset=ASSETTAG Applicable Systems All PowerEdge systems except Blade systems ErrPrompt/f1f2promptonerror Table 72.
NumLock/numlock Table 74. NumLock/numlock Valid Arguments ● On systems prior to 12G: on, off ● On 12G and later systems: On, Off Description Turns the keyboard number lock on or off. This option is not replicated. Example: A:>syscfg --numlock=on numlock=on Applicable Systems All PowerEdge systems. ForceInt10 Table 75.
Table 76. InSystemCharacterization Applicable Systems PowerEdge 12G and later systems ReportKbdErr/rptkeyerr Table 77. ReportKbdErr/rptkeyerr Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Report, Noreport Description Enables or disables the BIOS to report keyboard errors during POST. This option can be replicated.
Table 79. OneTimeBootSeqDev/nextboot (continued) Description Sets the specified device as the first device in the boot order for the next boot cycle only. The device must be a device from the bootseq option device list. Run the bootseq option to see a list of available device names. For more information, see --bootmode . This option is not replicated. If Boot Mode is set to UEFI, the system temporarily switches the Boot Mode to BIOS when attempting a one-time boot to the device.
Table 80. OneTimeHddSeqDev (continued) Example: A:>syscfg --OneTimeHddSeqDev= 2,3,4,5,1,6 The following devices are set in the boot sequence: Device 2:* usbcdrom.slot.1- USB CD-ROM device Device 3:* virtualcd.slot.1 – VIRTUAL CDROM Device 4:* hdd.emb.0 -Hard drive C: Device 5:* nic.emb.1 - MBA v2.5.12 Slot 0500 Device 1:* virtualfloppy.slot.1 - VIRTUAL FLOPPY Device 6:* usbfloppy.slot.1 - USB Floppy device NOTE: The asterisk indicates that the device is enabled in the BIOS.
Table 81. OneTimeUefiBootSeqDev (continued) NOTE: The asterisk indicates that the device is enabled in the BIOS. Applicable Systems PowerEdge 12G and later systems. Processor Settings You can manage the processor settings using the options in this group. DataReuse/datareuse Table 82. DataReuse/datareuse Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables (default value) or disables data reuse in cache.
Table 84. DcuStreamerPrefetcher/dcustreamerprefetcher (continued) Example: A:>syscfg --dcustreamerprefetcher=enable dcustreamerprefetcher=enable Applicable Systems PowerEdge 11G and later systems LogicalProc/logicproc Table 85. LogicalProc/logicproc Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the logical processors of a system.
Table 87. Proc1Id* (continued) Example: A:>syscfg --Proc1Id Applicable Systems PowerEdge 12G and later systems. Proc1L2Cache* Table 88. Proc1L2Cache* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc1L2Cache Applicable Systems PowerEdge 12G and later systems. Proc1L3Cache* Table 89.
Proc2Brand* Table 91. Proc2Brand* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the brand text provided by the processor manufacturer. Example: A:>syscfg --Proc2Brand Applicable Systems PowerEdge 12G and later systems. Proc2Id* Table 92. Proc2Id* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the family, model, and stepping values of the processor.
Table 94. Proc2L3Cache* (continued) Example: A:>syscfg --Proc2L3Cache Applicable Systems PowerEdge 12G and later systems. Proc2NumCores* Table 95. Proc2NumCores* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the number of cores in the processor package. Example: A:>syscfg --Proc2NumCores Applicable Systems PowerEdge 12G and later systems. Proc3Brand* Table 96.
Proc3L2Cache* Table 98. Proc3L2Cache* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc3L2Cache Applicable Systems PowerEdge 12G and later systems. Proc3L3Cache* Table 99. Proc3L3Cache* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the amount of memory in the corresponding processor cache.
Table 101. Proc4Brand* (continued) Example: A:>syscfg --Proc4Brand Applicable Systems PowerEdge 12G and later systems. Proc4Id* Table 102. Proc4Id* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the family, model, and stepping values of the processor. Example: A:>syscfg --Proc4Id Applicable Systems PowerEdge 12G and later systems. Proc4L2Cache* Table 103.
Proc4NumCores* Table 105. Proc4NumCores* Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the number of cores in the processor package. Example: A:>syscfg --Proc4NumCores Applicable Systems PowerEdge 12G and later systems. Proc64bit* Table 106.
Table 108. ProcBusSpeed (continued) Description Displays the bus speed of the processor. Example: A:>syscfg --ProcBusSpeed Applicable Systems Dell’s 12th generation PowerEdge and later systems. ProcCores/cpucore Table 109.
Table 111. ProcExecuteDisable / cpuxdsupport (continued) Description Enables or disables the Execute Disable Memory Protection Technology feature of the CPU. Example: A:>syscfg --cpuxdsupport=enable cpuxdsupport=enable Applicable Systems All PowerEdge systems running on Intel processors. ProcHwPrefetcher/hwprefetcher Table 112.
QpiBandwidthPriority / qpibandwidthpriority Table 114. QpiBandwidthPriority / qpibandwidthpriority Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: compute, io ● On Dell’s 12th generation PowerEdge and later systems: InputOutput, Compute Description Sets the bandwidth priority to compute or io. Set to compute for computationintensive applications. Set to io for I/O intensive applications. This option can be replicated.
ProcnControlledTurbo Table 117. Procn ControlledTurbo Valid Arguments ● On systems prior to Dell’s 13th generation PowerEdge systems: enable, disable ● On Dell’s 13th generation PowerEdge and later systems: Disabled, ControlledTurboLimit, ControlledTurboLimitMinus1, ControlledTurboLimitMinus2, ControlledTurboLimitMinus3 Description Controls the turbo engagement. Enable this option only if SysProfile is set to PerfOptimized. NOTE: The value of n in ProcnControlledTurbo can be 1–4.
EmbSata / embsataraid Table 120. EmbSata / embsataraid Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: off, combined, ata, ahci, raid, qdma ● On Dell’s 12th generation PowerEdge and later systems: Off, AtaMode, RaidMode, AhciMode Description Configures an embedded SATA RAID controller. This option can be replicated. ● off /Off — disables the embedded SATA RAID controller. ● combined— sets the SATA RAID controller to combined mode.
Table 122. eSataPort1Capacity (continued) Applicable Systems Dell’s 12th generation PowerEdge and later systems. eSataPort1DriveType* Table 123. eSataPort1DriveType Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Indicates the type of device attached to the embedded SATA port. Example: A:>syscfg --eSataPort1DriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems.
SataPortACapacity* Table 126. SataPortACapacity Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortACapacity Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortADriveType* Table 127.
Table 129. SataPortB / sata1 (continued) Example: A:>syscfg --sata1=auto sata1=auto Applicable Systems All PowerEdge systems SataPortBCapacity* Table 130. SataPortBCapacity Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives.
SataPortC / Sata2 Table 133. SataPortC / Sata2 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Off, Auto Description Turns the SATA port 2 to auto or off. This option can be replicated. Example: A:>syscfg --sata2=auto sata2=auto Applicable Systems All PowerEdge systems SataPortCCapacity* Table 134.
Table 136. SataPortCModel (continued) Example: A:>syscfg --SataPortCModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortD / sata3 Table 137. SataPortD / sata3 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Auto, Off Description Turns the SATA port 3 to auto or off. This option can be replicated.
Table 139. SataPortDDriveType (continued) Description This option indicates type of device attached to this SATA port. Example: A:>syscfg --SataPortDDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortDModel* Table 140. SataPortDModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the drive model of the selected device.
SataPortEDriveType* Table 143. SataPortEDriveType Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description This option indicates type of device attached to this SATA port. Example: A:>syscfg --SataPortEDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortEModel* Table 144.
Table 146. SataPortFCapacity (continued) Example: A:>syscfg --SataPortFCapacity Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortFDriveType* Table 147. SataPortFDriveType Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description This option indicates type of device attached to this SATA port.
SataPortGCapacity* Table 150. SataPortGCapacity Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortGCapacity Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortGDriveType* Table 151.
Table 153. SataPortH / sata7 (continued) Example: A:>syscfg --sata7=auto sata7=auto Applicable Systems All PowerEdge systems. SataPortHCapacity* Table 154. SataPortHCapacity Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortHCapacity Applicable Systems PowerEdge 12G and later systems.
SataPortI / sata7 Table 157. SataPortI / sata7 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Off, Auto Description Turns the SATA port 7 to auto or off. This option can be replicated. Example: A:>syscfg --sata7=auto sata7=auto Applicable Systems All PowerEdge systems SataPortICapacity* Table 158.
Table 160. SataPortIModel (continued) Example: A:>syscfg --SataPortHModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortJ / sata7 Table 161. SataPortJModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Off, Auto Description Turns the SATA port 7 to auto or off. This option can be replicated.
SataPortJModel* Table 164. SataPortJModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the drive model of the selected device. Example: A:>syscfg --SataPortJModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SecurityFreezeLock Table 165.
ExtSerialConnector / extserial Table 167. ExtSerialConnector / extserial Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: com1, com2, rad ● On Dell’s 12th generation PowerEdge and later systems: Serial1, Serial2, RemoteAccDeviceDescription Description Sets the behavior of the external serial connector. When set to com1 , the BIOS maps the external serial connector to COM port 1. The com1 setting is the default.
Table 169. RedirAfterBoot (continued) Description Sets the BIOS console redirection to enable or disable when the operating system is loaded. Example: A:>syscfg --RedirAfterBoot=Enabled RedirAfterBoot=Enabled Applicable Systems Dell’s 12th generation PowerEdge and later systems SerialComm / serialcomm Table 170.
Slot Disablement You can manage the slot disablement settings using the options in this group. Slotn Table 172. Slotn Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled, BootDriverDisabled Description Controls the configuration of the installed card in the specified slot. NOTE: The value of n in Slotn can be 1–10.
Table 174. SystemBiosVersion / biosver (continued) Applicable Systems All PowerEdge systems SystemManufacturer* Table 175. SystemManufacturer Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the name of the Original Equipment Manufacturer (OEM) of this system.
SystemMeVersion* Table 178. SystemMeVersion Valid Arguments ● On systems prior to Dell’s 13th generation PowerEdge systems: NA ● On Dell’s 13th generation PowerEdge systems: Read-only Description Displays the version of the Management Engine firmware. Example: A:>syscfg --SystemMeVersion Applicable Systems Dell’s 13th generation PowerEdge systems UefiComplianceVersion* Table 179.
MemFrequency / memorypowermode Table 181. MemFrequency / memorypowermode Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: min, 978, 800, 1067, 1333, max ● On Dell’s 12th generation PowerEdge and later systems: MaxPerf, 2133MHz, 1866MHz, 1600MHz, 1333MHz, 1067MHz, 800MHz, MaxReliability Description Sets the speed of system memory. NOTE: On systems prior to Dell’s 12th generation PowerEdge systems, memorypowermode is a suboption of Power.
MemVolt Table 184. MemVolt Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: AutoVolt, Volt15V, Volt135V NOTE: Volt15V represents 1.5 Volt and Volt135V represents 1.35 Volts. Description Sets the DIMM voltage selection. Example: A:>syscfg --MemVolt=AutoVolt MemVolt=AutoVolt Applicable Systems Dell’s 12th generation PowerEdge and later systems MonitorMwait Table 185.
ProcC1E/cpucle Table 187. ProcC1E/cpucle Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: enable, disable ● On Dell’s 12th generation PowerEdge systems and later systems: Enabled, Disabled Description Enables or disables C1-E. By default, it is enabled. This option can be replicated. Example: A:>syscfg --cpucle=enable cpucle=enable Applicable Systems On Dell’s 11th generation PowerEdge systems and later systems ProcCStates / cstates Table 188.
ProcTurboMode / turbomode Table 190. ProcTurboMode / turbomode Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: enable, disable ● On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Description Enables or disables core-based turbo mode. Turbo mode is a feature on Intel processors that allows one processor core to increase the frequency by one bin whenever the other core has gone into an idle state.
Table 192. EnergyEfficientTurbo (continued) Example: A:>syscfg --EnergyEfficientTurbo=Enabled EnergyEfficientTurbo=Enabled Applicable Systems Dell’s 13th generation PowerEdge and later systems ProcnTurboCoreNum Table 193. Procn TurboCoreNum Valid Arguments ● On systems prior to Dell’s 13th generation PowerEdge systems: NA ● On Dell’s 13th generation PowerEdge and later systems: All, 1, 2, 4, 6, 8, 10, 12, 14, 16, 18 Description Sets the number of Turbos Boost-enabled cores for a processor.
Table 195. UncoreFrequency (continued) Description Sets the processor uncore frequency. Dynamic mode allows the processor to optimize power resources across the cores and uncore during runtime. The optimization of the uncore frequency to either save power or to optimize the performance is dependent on the EnergyPerformanceBias option setting.
AcPwrRcvryUserDelay Table 198. AcPwrRcvryUserDelay Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: Description Controls the user defined AC Recovery Delay. The delay must be in the range of 60 seconds to 240 seconds. Example: A:>syscfg --AcPwrRcvryUserDelay=60 AcPwrRcvryUserDelay=60 Applicable Systems PowerEdge 12G and later systems AesNi Table 199.
Table 200. IntelTxt/inteltxt (continued) ● User password is not set. Applicable Systems All PowerEdge 11G and later systems with Intel processors. NmiButton/nmibutton Table 201. NmiButton/nmibutton Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the Non-Maskable Interrupt (NMI) button on the front panel. The NMI button can be used to alert the operating system in certain cases.
Table 203. PwrButton/powerbutton (continued) Example: A:>syscfg --powerbutton=enable powerbutton=enable Applicable Systems All PowerEdge systems. SetupPassword/setuppwd* Table 204. SetupPassword/setuppwd* Valid Arguments ● On systems prior to 12G: read-only ● On 12G and later systems: read-only Description Sets the setup password for the BIOS. The setup password locks the BIOS F2 screen. The argument string supplied to this option is the password.
Table 205. SysPassword/syspwd* (continued) Example 1: A:>syscfg --syspwd=password The password has been set. Please use a warm reboot to apply the password to the system. Example 2: A:>syscfg --syspwd=password --oldsyspwd=password The password has been set. Please use a warm reboot to apply the password to the system . NOTE: You cannot disable your password using DTK. To disable your password, you must use the system BIOS. Applicable Systems All PowerEdge systems SystemCpldVersion* Table 206.
TcmClear/tcmclear Table 208. TcmClear/tcmclear Valid Arguments ● On systems prior to 13G: Yes, No ● On 13G systems: NA Description CAUTION: Clearing the TCM will cause loss of all keys in the TCM. This could affect booting of the operating system. When set to Yes, all the contents of the TCM will be cleared. This field is read-only when TCMSecurity is set to Off. NOTE: The tcmclear option is a sub-option of tcm.
Table 210. TpmActivation/tpmactivation (continued) Example: A:>syscfg --tpmactivation=enabled tpmactivation=enabled Applicable Systems All systems prior to PowerEdge 13G systems. TpmClear/tpmclear Table 211. TpmClear/tpmclear Valid Arguments ● On systems prior to 12G: NA ● On 12G systems: Yes, No Description CAUTION: Clearing the TPM will cause loss of all keys in the TPM. This could affect booting of the operating system. When set to Yes, all the contents of the TPM will be cleared.
Table 213. TpmStatus (continued) ● On 12G and later systems: read-only Description Displays the current status of TPM. Example: A:>syscfg --TpmStatus Applicable Systems PowerEdge 12G and later systems TpmInfo* Table 214. TpmInfo* Valid Arguments ● On systems prior to 13G: NA ● On 13G and later systems: read-only Description Displays the TPM type and firmware version. Example: A:>syscfg --TpmInfo Applicable Systems PowerEdge 13G and later systems TpmCommand Table 215.
SecureBoot Table 216. SecureBoot Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: Enabled, Disabled Description Enables or disables the BootSeqRetry feature. When set to Enabled, the system reattempts the boot sequence after a 30-second timeout, if the last boot attempt has failed. Example: A:>syscfg --SecureBoot=Enabled SecureBoot=Enabled Applicable Systems PowerEdge 12G and later systems SecureBootPolicy Table 217.
UEFI Boot Settings You can manage the UEFI settings using the options in this group. UefiBootSeq Table 219. UefiBootSeq Valid Arguments ● On systems prior to 12G : NA ● On 12G and later systems : list of device names separated by commas Description Enables, disables, and orders the devices in a UEFI boot order list. Only the devices present on the system are listed in the UefiBootSeq. The first option in the list is attempted first.
Table 222. SYSCFG equivalent RACADM commands Group SYSCFG Commands Equivalent RACADM Commands iDRAC Settings lcp --dnsdhcp iDRAC.IPv4.DNSFromDHCP lcp --domainname iDRAC.NIC.DNSDomainName lcp --dnsracname iDRAC.NIC.DNSRacName lcp --dnsregisterrac iDRAC.NIC.DNSRegister --idractype iDRAC.Info.Type -z legacy --autoneg iDRAC.NIC.Autoneg --gateway iDRAC.IPv4.Gateway --ipaddress iDRAC.IPv4.Address --macaddress iDRAC.NIC.MACAddres --nicselectionfailover iDRAC.NIC.
Table 222. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --IoatEngine BIOS.IntegratedDevices.IoatEngine --IntegratedNetwork1 BIOS.IntegratedDevices.IntegratedNetwork1 --IntegratedNetwork2 BIOS.IntegratedDevices.IntegratedNetwork2 --IntegratedRaid BIOS.IntegratedDevices.IntegratedRaid --InternalUsb BIOS.IntegratedDevices.InternalUsb --OsWatchdogTimer BIOS.IntegratedDevices.OsWatchdogTimer --SriovGlobalEnable BIOS.IntegratedDevices.
Table 222. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --minpowercap System.Power.Cap.MinThreshold --capenable System.Power.Cap.Enable SYSCFG Options On PowerEdge Systems Prior To PowerEdge 12G Systems The following are the valid options and arguments supported on PowerEdge systems earlier than PowerEdge 12G systems. assignintr Table 223.
Table 225. cmosdefaults (continued) Description Enables or disables the request for a default CMOS value during the next reboot. A:>syscfg --cmosdefaults=enable cmosdefaults=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems conboot Table 226. conboot Valid Arguments enable, disable Description Enables or disables configuring or reporting of console redirection after reboot. This option is available on all supported systems that support console redirection.
Table 228. dbpm (continued) Example: A:>syscfg --dbpm=enable dbpm=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embhypervisor Table 229. embhypervisor Valid Arguments off, on Description Turns on or off the embedded hypervisor port. Example: A:>syscfg --embhypervisor=on embhypervisor=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embideraid Table 230.
Table 231. embnic1pxe (continued) Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embnic2pxe Table 232. embnic2pxe Valid Arguments enable, disable Description Enables or disables Preboot Execution Environment (PXE) on the second embedded NIC. If PXE is disabled, the second NIC is not found in the boot order. If PXE is enabled, the second NIC is placed at the end of the boot order. This option is only present on systems that do not support the embnic2 option.
embscsi2 Table 235. embscsi2 Valid Arguments on, off Description Turns the second embedded SCSI controller. This option is only valid for supported systems that have an embedded SCSI controller. This option can be replicated. Example: A:>syscfg --embscsi2=on embscsi2=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embscsiraid Table 236. embscsiraid Valid Arguments raid, off, scsi Description Sets the specified value for the SCSI RAID controller.
embscsiraidchb Table 238. embscsiraidchb Valid Arguments raid, scsi Description Sets the second channel on an embedded RAID controller to SCSI or RAID. This option is only valid for systems that support RAID/RAID and RAID/SCSI settings for channels A and B. This option can be replicated. Example: A:>syscfg --embscsiraidchb=raid embscsiraidchb=raid Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embsdcardredundancy Table 239.
power Table 241. power Valid Arguments NA Description For details about the power suboptions and arguments, see Sub Options For Power Option. Applicable Systems PowerEdge 11G systems tcm Table 242. tcm Option tcm Valid Arguments NA Description For details about the tcm suboptions and arguments, see Sub Options For tcm Option. Applicable Systems PowerEdge 10G, 11G, and 12G systems tpm Table 243.
Table 244. Sub Options And Arguments For power Option (continued) Option Sub-option Arguments Description maximum performance, operating system DBPM, or system DBPM mode. Example: A:>syscfg power --profile=custom -cpupowermode=min --setuppwdoverride --memorypowermode min, 978, 800, 1067, 1333, max Allows you to set memory power and performance management to minimum power mode, maximum power mode, 978 Mhz, 800 Mhz, 1067 Mhz, or 1333 Mhz.
Table 244. Sub Options And Arguments For power Option (continued) Option Sub-option Arguments Description prompted to enter this password to access the settings. For more information on delimiters, see Command Line Option Delimiters. A:>syscfg power --profile= maxperformance --valsetuppwd= -setuppwdoverride NA Does not prompt you for a password to access the DTK settings on systems that do not have a setup password configured.
Sub Options And Arguments For tpm Option The following table lists the sub-options and arguments for the tpm option. Table 246. Sub Options And Arguments For tpm Option Option Sub-option Arguments Description tpm --tpmsecurity off Does not report the presence of TPM to the operating system. onwithpbm Directs the BIOS to store the TCG compliant measurements to the TPM during a POST operation. onwithoutpbm Directs the BIOS to bypass the preboot measurements.
Table 246. Sub Options And Arguments For tpm Option (continued) Option Sub-option Arguments Description Example: A:>syscfg tpm -tpmactivation=enabled --undotpmclear --setuppwdoverride --valsetuppwd Validates the setup password for TPM authentication. If you try to change DTK settings, you are prompted to enter this password to access the settings. For more information on delimiters, see Command Line Option Delimiters.
bmcversion Table 247. bmcversion options Option Sub-option Valid Arguments Description Displays the version information for the BMC and the BMC firmware. This option cannot be replicated. bmcversion --devid NA Reports the BMC device ID. --devrevision NA Reports the BMC device revision. --majorfwversion NA Reports the BMC device major firmware revision. --minorfwversion NA Reports the BMC device minor firmware revision.
controlpanelaccess Table 250. controlpanelaccess Option Sub-option Valid Arguments Description --controlpanelaccess NA viewandmodify, viewonly, disabled Sets or gets the access level for the Liquid Crystal Display (LCD). Example: A:>syscfg -controlpanelaccess= viewandmodify controlpanelaccess= viewandmodify deviceguid* Table 251. deviceguid* Option Sub-option Valid Arguments Description --deviceguid* NA NA Displays the GUID for the BMC. This option cannot be replicated.
Table 253. fiberchannel (continued) Description Enables or disables embedded fiber channel. This option can be replicated. Example: A:>syscfg --fiberchannel=enable fiberchannel=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. floppy Table 254. floppy Option --floppy Valid Arguments auto, off, readonly Description Sets the diskette drive controller to auto, off, or readonly. This option is available on all supported systems that have a supported diskette drive.
Table 256. hddfailover (continued) Descriptionoff Specifies the device in the Hard Disk Drive Sequence menu that has not been attempted in the boot sequence. When set to on, all devices are attempted in an order in which they are configured. When set to off, only the first device in the hard disk sequence is attempted. This option can be replicated. Example: A:>syscfg --hddfailover=on hddfailover=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. hpcmode Table 257.
idecdrom Table 259. idecdrom Valid Arguments auto, off Description Turns the CD drive on or off. This option can be replicated. Example: A:>syscfg --idecdrom=auto idecdrom=auto Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. idracgui Table 260. idracgui Valid Arguments enable, disable Description Enables and disables the iDRAC GUI. This option can be replicated.
Table 262. memdynamicpower (continued) Example: A:>syscfg --memdynamicpower=enable memdynamicpower=enable Applicable Systems PowerEdge systems with Intel Xeon 7500 series memintleave Table 263. memintleave Valid Arguments enable, disable Description Enables or disables the memory interleave mode. This option can be replicated. Example: A:>syscfg --memintleave=enable memintleave=enable NOTE: The memintleave option is same as Nodeinterleave option. For more information, see Memory Settings group.
Table 265. mouse (continued) Example: A:>syscfg --mouse=off mouse=off Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. noraidprompt* Table 266. noraidprompt* Valid Arguments NA Description Specifies that the BIOS must not prompt for confirmation when changing the mode of a RAID controller. This option can only be used with the --embscsiraid or -embscsiraidchb options.
oldsyspwd Table 268. oldsyspwd Valid Arguments Description Supplies the current system password for the BIOS. This option is only given when setting the new system password. If this password does not match the current system password, the new password is not applied to the system. The system password is required when booting the system. The argument string supplied to this option is the password.
Table 270. remflashmedia (continued) ● ● ● ● ● Active — The card is used for secure digital reads. Standby — The card is receiving a copy of all secure digital reads. Failed — An error is reported during a secure digital read or write. Absent — No secure digital media is detected. Offline — At boot, card identification signature is different from the non-volatile storage value or card is the destination of a copying operation that is in progress. ● Write Protected — The card is write-protected.
Table 272. serial2 (continued) Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. slotname Table 273. slotname Valid Arguments read-only Description Reports the slot name of the blade. Example: A:>syscfg --slotname slotname=Slot5 Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. sma Table 274. sma Valid Arguments enable, disable Description Enables or disables processor sequential memory access.
Table 276. usb (continued) Example: A:>syscfg --usb=on usb=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. usbflash Table 277. usbflash Valid Arguments auto, fdd, hdd Description Sets or reports the emulation for an USB flash device. The USB flash device can be set to emulate a hard drive (HDD) or a diskette drive (FDD). This option can be replicated. Example: A:>syscfg --usbflash=auto usbflash=auto Applicable Systems All systems prior to PowerEdge 12G systems.
Table 279. identify (continued) Example: A:>syscfg --identify=10 identify=10 Applicable Systems All PowerEdge 11G systems with a BMC idracversion Table 280. idracversion Option Sub-option Valid Arguments --idracversion Description Displays the version information for the iDRAC and the iDRAC firmware. This option cannot be replicated. --devid NA Reports the iDRAC device ID. --devrevision NA Reports the iDRAC device revision. --majorfwversion NA Reports the major firmware revision of iDRAC.
lancfgparams Table 282. lancfgparams Option Sub-option Valid Arguments lancfgparams or lcp Description Configures and displays LAN configuration parameters. This option can be replicated. --ipaddrsrc static, dhcp Sets the IP address source for the LAN channel. This sub-option can be replicated. --ipaddress Sets the IP address for the LAN channel. This sub-option cannot be replicated. --subnetmask Sets the subnet mask for the LAN channel.
Table 282. lancfgparams (continued) Option Sub-option Valid Arguments Description --nicselection shared, sharedfailove r, dedicated, sharedreceive onall Sets the operating mode of the NIC to shared, sharedfailover, dedicated, or sharedreceiveonall. Some of these options are not applicable on certain systems. NOTE: This option is available only with the appropriate installed license. NOTE: This option is applicable on systems prior to PowerEdge 12G systems.
Table 282. lancfgparams (continued) Option Sub-option Valid Arguments Description Example 1 (to display the current LAN configuration settings): A:>syscfg --lancfgparams destipaddr=192.168.100.15 vlantag=enable vlanid=1000 vlanpriority=7 macaddress=0:6:5b:fb:c8:a7 commstring=public ipaddrsrc=static ipaddress=192.168.100.10 subnetmask=255.255.255.0 gateway=192.168.100.1 Example 2 (to set the LAN configuration parameters): A:>syscfg --lancfgparams --destipaddr=192.168.100.
lanchannelaccess Table 283. lanchannelaccess Option Sub-option Valid Arguments Description lanchannelaccess or lca Sets or displays the LAN channel access settings such as alerting, IPMI over LAN, and user privilege. This option can be replicated. --pefalerting enable, disable Enables or disables PEF alerts. This suboption can be replicated. --ipmioverlan disable, alwaysavail Sets the LAN channel access mode. This sub-option can be replicated.
Table 285. lanuseraccess (continued) Option Sub-option Valid Arguments Description --useridswithfixednames NA Reports the number of User IDs with fixed names on the LAN channel. Example 1 (to enable User ID 2 on the LAN channel with administrator privileges): A:>syscfg lanuseraccess --userid=2 -usrprivlmt=administrator Example 2 (to enable User ID 4 on the LAN channel with user privileges): A:>syscfg lanuseraccess -userid=4 --usrprivlmt=user lcd1 Table 286.
Table 288. loaddefaults* Option Sub-option Valid Arguments Description Example: A:>syscfg --loaddefaults Loading defaults... nextboot Table 289. nextboot Option Sub-option Valid Arguments Description --nextboot or -OneTimeBootSeqDev NA valid device name (from the bootseq option device list) Sets the specified device as the first device in the boot order for the next boot cycle only. The device must be a device from the bootseq option device list.
Table 290. nmibutton Option Sub-option Valid Arguments Description Example: A:>syscfg --nmibutton=enable nmibutton=enable passwordaction Table 291. passwordaction Option Sub-option Valid Arguments passwordaction Description Configures and tests the password for the specified User ID. This option cannot be replicated. All three sub-options, action, userid, and password must be included in the command line. NOTE: This option does not support 20 byte passwords.
Table 292.
Table 292. pefcfgparams (continued) Option Sub-option Valid Arguments Description IP address in response to a chassis intrusion event): A:>syscfg pefcfgparams --filter= intrusion-filteralert=disable pefcfgparams filter= intrusion filteralert=disable Table 293. pefcffgparams Option Sub-option Valid Arguments Description Applicable Systems Configures and displays PEF All PowerEdge systems configuration parameters. This option can be replicated.
Table 293. pefcffgparams (continued) Option Sub-option Valid Arguments Description Applicable Systems The length of the hostname string must be 62 characters or less for PowerEdge 9G systems and later. --filteralert enable, disable Enables or disables alerts for the filter specified using the filter suboption. This sub-option is dependent on the filter sub-option. This suboption can be replicated. --alertpolnum 1, 2, 3, 4 Specifies the alert policy entry number. This sub-option can be replicated.
Table 294. powerbutton Option Sub-option Valid Arguments Description Example: A:>syscfg --powerbutton=enable powerbutton=enable powerctl Table 295. powerctl Option Sub-option Valid Arguments Description --powerctl NA powerdown Performs a chassis powerdown and controls the reset of the system. Powerdown turns off the system. powercycle Turns off the system and automatically turns on your system after a few seconds. reset Resets the system.
Table 297. serialcfgparams (continued) Option Sub-option Valid Arguments Description --msgcommdtrhangup NA Reports the IPMI message communication DTR hang-up. This suboption cannot be replicated. --msgcommbitrate 9600, 19200, 57600, 115200 Sets the IPMI message communication baud rate in bits per second (bps). This sub-option can be replicated. --tmcfglineediting enable, disable Sets the line editing value for terminal mode configuration. This sub-option can be replicated.
serialchannelaccess Table 298. serialchannelaccess Option Sub-option Valid Arguments Description Sets or displays the channel access settings for the serial channel. This option can be replicated. --serialchannelaccess or sca --ipmioverserial disable, alwaysavail Sets the serial channel access mode. This sub-option can be replicated. --channelprivlmt user, operator, administrator Sets the maximum privilege level accepted for the serial channel. This sub-option can be replicated.
Table 299. serialchannelinfo (continued) Option Sub-option Valid Arguments Description Example: A:>syscfg serialchannelinfo --mediumtype mediumtype= asynch serialuseraccess Table 300. serialuseraccess Option Sub-option Valid Arguments Description Configures the privilege level and channel accessibility associated with a specified User ID for the serial channel. This option can be replicated. serialuseraccess or sua --userid 2–16, if your system Sets the User ID.
Table 300. serialuseraccess (continued) Option Sub-option Valid Arguments Description --userid=4 -usrprivlmt=user userid=4 usrprivlmt=user status=enable solaction Table 301. solaction Option Sub-option Valid Arguments solaction Description This option enables or disables Serial-Over- LAN (SOL) access for a particular user. This option can be replicated.
Table 302. solcfgparams (continued) Option Sub-option Valid Arguments Description transmitting a partial SOL character data packet. This option can be replicated. --solcharsendthreshold 1–255 Specifies that the BMC automatically sends an SOL character data packet containing this number of characters in increments of 5 (1– 255) as soon as this number of characters (or greater) has been accepted from the baseboard serial controller into the BMC. This option can be replicated.
Table 303. ssninfo (continued) Option Sub-option Valid Arguments Description --maxactivessns NA Displays the maximum possible active BMC sessions. This sub-option cannot be replicated. --currentactivessns NA Displays the number of currently active sessions on all channels of the BMC. This sub-option cannot be replicated. Example: A:>syscfg ssninfo currentactivessns=1 maxactivessns=4 useraction Table 304.
Table 305. username (continued) Option Sub-option Valid Arguments Description Example 1( to configure User ID 3 with a user name ): A:>syscfg username --userid=3 -name=bmcmaster username userid=3 name=bmcmaster Example 2 (to display the username for User ID 3): A:>syscfg username --userid=3 -name username userid=3 name=bmcmaster version* Table 306. version* Option Sub-option Valid Arguments Description --version* NA NA Displays the version information for the SYSCFG utility.
Table 308. SYSCFG Options For State Configuration Option Valid Arguments Description -b or --byte Specifies a value to write to state data. The format of the argument must be in decimal format unless the -x option is given. If the -x option is given, the value is interpreted as hexadecimal format. The value can optionally contain 0x. The decimal range is 0–255, and the hexadecimal range is 0x00–0xFF. Example: A:>syscfg -b 1 The state byte has been set to 1.
Table 309. SYSCFG Options and Arguments for System Configuration Option Valid Arguments Description --asset None Reports the customer-programmable asset tag number for a system. This option displays the asset tag for a system. For Blade systems, the SYSCFG utility reports the asset tag for both the server module and the asset tag for its chassis. For more information on delimiters, see Command Line Option Delimiters .
Table 309. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description Example: A:>syscfg --envfile sys.ini DELLNIC1=INTEL PRO100 DELLNIC2=INTEL PRO100 DVIDEO1=RAGEXL DIDE1=PEQUR/ROSS IDE DSCSI1=AIC-7899 --mem* None Reports the amount of system memory physically installed in the system, not the amount of memory available to an operating system. If used with the -s option, the environment variable is set to the amount of system memory.
Table 309. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description given and the pci.ids file cannot be found, Unknown is printed for all vendor and device codes. For more information, see PCI Reporting. Example 1 (the pci.ids filename is specified in the command line instance ): A:>syscfg -n pci.
Table 309. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description None Example 3 (a pci.
Table 309. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description Example: A:>syscfg --svctag svctag=113CD1S --sysasset* None Reports the system asset tag on Blade systems. Example: A:>syscfg --sysasset sysasset=ASSET01 --sysid* None Reports the unique system id bytes for a server. Servers contain a unique ID value based on their model.
SYSCFG For IPv6 Configuration The following table lists all valid options and arguments for IPv6 configuration along with a description of each option. These options are applicable only if the DRAC on your system supports IPv6. NOTE: This option is available only if appropriate license is installed. Table 310. SYSCFG For IPv6 Configuration Option Sub-option Valid Arguments Description lancfgparamsv 6 or lcpv6 --ipv6 enable, disable Enables or disables the IPv6 stack.
PCI Reporting The scan of the PCI bus uses a file to resolve PCI vendor and device codes to vendor information strings. The format of the PCI output is as follows: PCI Bus: 2, Device: 4, Function: 0 Vendor: 8086 - Intel Corp. Device: 1229 - 82557/8/9 [Ethernet Pro 100] Sub Vendor:8086 - Intel Corp.
5 RAIDCFG This section documents the Deployment Toolkit (DTK) RAID configuration utility. The RAIDCFG utility provides a single command line tool that can configure all supported RAID controllers. Topics: • • • • • Features Supported RAID Controllers RAIDCFG Options And Arguments RAID Configuration Utility Options And Arguments Quick Reference To RAIDCFG Commands Features The RAID configuration utility: ● ● ● ● ● ● ● Displays help and usage information.
RAIDCFG Options And Arguments Table below lists all of the valid options, parameters, and arguments for the RAIDCFG utility. For more information on valid RAIDCFG options and their specific uses, see RAID Configuration Utility Options and Arguments. Mandatory command line options must be present in the command. Optional command line options can be typed in any order after the mandatory options have been typed. Many options have both a short and long format.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments ctr Short Description Mandatory or Optional Configures the array disk as RAID. See Configuring Array Disk as RAID for specific information. Creates encryption key for the encryption-capable controller. See Creating Encryption Key for specific information. Configures the array disk as JBOD. See Configuring Array Disk as RAID for specific information. Creates a virtual disk.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments eai Short Description Mandatory or Optional Configures the auto import property of the controller. See Configuring Auto Import for specific usage information. Enables the controller Persistent Hot Spare feature for the selected controller. See Enabling and Disabling Persistent Dedicated Hot Spares for specific usage information. Increases the size of the virtual disk by the specified percentage.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional Erases the encrypted physical disk that is in ready or foreign disk state. See Erasing Encrypted Physical Disk for specific usage information. Imports the foreign configuration of the virtual disks secured with the specified passphrase. See Importing Secured Foreign Configurations for specific usage information.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional Sets the indicated virtual disk as boot VD on the indicated controller. See Setting A Virtual Disk As Bootable Virtual Disk for specific usage information. Sets the bootmode of the controller to 0 (BIOS stop on error), 1 (BIOS continue on error), or 2 (Headless continue on error) during system startup or reboot. See Setting Boot Mode for specific usage information.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional NOTE: You can also use pdisk or -pd instead of adisk or -ad to specify an array disk. Specifies a RAID controller. See Enumerating RAID Controllers for specific usage information. -cp or cachepolicy d or e Specifies the cache policy for reads on a specified virtual disk or disk cache policy. Optional.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional See RAID Replication Options for specific usage information. -r or raid Sets the RAID level for the array. Optional. Valid RAID values are 0, 1, 5, 10, 50. See Creating Virtual Disks for specific usage information. If no value is specified for RAID, 0is taken as the default level.
Table 311. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional (stripe) size. The units are always listed in KB. NA Displays the virtual disks under all of the See Enumerating Virtual controllers along with the physical array Disks for specific usage disks that make up the virtual disks. information. Displays the specified virtual disk. -ver or version NA Displays the version number of the utility.
● Replacing Physical Disk Of A Virtual Disk ● Consistency Check For Virtual Disk ● Enumerating Array Disks ● Blinking And Unblinking Array Disks ● Configuring Array Disk as RAID ● Configuring Physical Disk State ● Configuring Physical Disk Rebuild ● Erasing Encrypted Physical Disk ● RAID Replication Options ● Miscellaneous Options ● Increasing Virtual Disk Size ● Discarding Preserved Cache ● Displaying Foreign Key Ids ● Creating Encryption Key ● Changing Encryption Key ● Deleting Encryption Key ● Importing
Table 312. General Help Option Parameters Valid Arguments Description optional and can be in any order after mandatory ones. raidcfg -h Provides users with general help options that may be used with this utility. Enumerating RAID Controllers The following table lists the RAIDCFG options, parameters, and pre-defined arguments for enumerating RAID controllers. Table 313.
Table 313. Enumerating RAID Controllers (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Description Arguments T10 Protection Info Capable: Yes Encryption Capable: Yes Encryption Key Present: Yes RAIDCFG Command successful! Creating Virtual Disks The following table lists the RAIDCFG options, parameters, and predefined arguments for creating virtual disks. NOTE: If you create a virtual disk on Windows PE, reboot the system. Table 314.
Table 314. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description For SAS controllers, the value of enclosure can be non-zero, in which case you must specify values for channel, target, and enclosure. -r or -raid 0, 1, 5, 6, 10, 50, 60 Sets the RAID type or level for the virtual disk. NOTE: If this option is not specified for any RAID controller, RAID 0 is taken as the default.
Table 314. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description ● ara — (Adaptive Read-Ahead) The controller initiates read-ahead only if the two most recent read requests accessed sequential sectors of the disk. If subsequent read requests access random sectors of the disk, the controller reverts to No-ReadAhead policy.
Table 314. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments ... [or ch:targ:encl,...] each array disk included in the stripe. A valid argument is a number that is less than the size of the virtual disk. The -sszoption is optional and can be added to the command line in any order after the mandatory option combination. However, do not specify a unit for stripe size when creating virtual disks. The unit is always displayed in KB.
Table 314. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description ○ RAID 1: 100 MB ○ RAID 5: 100 MB ○ RAID 6: 100 MB ○ RAID 10: 100 MB ○ RAID 50: 100 MB ○ RAID 60: 100 MB ● Software RAID controllers: ○ RAID 0: 100 MB ○ RAID 1: 100 MB ○ RAID 5: 100 MB ○ RAID 10: 100 MB NOTE: If this option is not provided, RAIDCFG determines the maximum virtual disk size and creates it.
Table 314. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description ● nwc — No-Write-Caching specifies that the controller does not send a write-request completion signal after the data is written to the disk. ● fwb — Force write-back caching, enables the write cache regardless of whether the controller has a battery.
Table 315.
Table 315. Enumerating Array Disks (Hard Drives) (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description RAIDCFG Command successful! -vd=id or vdisk=id Lists the array disks that make up the virtual disk on the specified RAID controller. This option combination is mandatory.
Blinking And Unblinking Array Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for blinking and unblinking array disks (hard drives). NOTE: You can also use pdisk or -pd instead of adisk or -ad to specify an array disk. Table 316. Blinking And Unblinking Array Disks Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NA -ad -ad= ch:targ,ch:targ , ... -ac=blink c=id or adisk adisk= channel:target , channel:target ,. ..
Table 317. Enumerating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd or vdisk -c or controller id controllers. Each virtual disk is displayed with the physical disk that comprises it. The -c option is optional and can be added to the command line in any order after the mandatory option.
Table 318. Deleting Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments or Description Example: vdisk action=deletevdis k controllerid=id A:>raidcfg -vd -ac=dvd -c=2 RAIDCFG Command successful! -vd -ac=dvd c=id -vd or vdisk or vdisk action=deletevdis k controllerid=id Deletes the indicated virtual disk on the indicated controller. The -vd- ac=dvd -c =id option combination is mandatory.
Table 320. Setting A Virtual Disk As Bootable Virtual Disk Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: vdisk action= setbootflag controllerid= id A:>raidcfg -vd -ac=sbf -c=2 -vd=0 RAIDCFG Command successful! Blinking And Unblinking Virtual Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for blinking or unblinking a physical disk associated with a virtual disk. Table 321.
Table 323. Setting Environment Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -se -envn= NA Sets a user-defined environment variable to the value returned from the getcontrollerslots function call. This option combination is mandatory.
Table 324. Function Calls of the setenvironment Option (continued) Function Call Description Example: A:>raidcfg -se -envn=FIRMWARE -envc= getfirmware -c=2 FIRMWARE=531T RAIDCFG Command successful! getcontrollertype Returns LSI for LSI controllers and ADAP for Adaptec controllers. Example: A:>raidcfg -se -envn=CONTROLLERTYPE -envc= getcontrollertype -c=2 CONTROLLERTYPE=LSI RAIDCFG Command successful! getadisks Returns the array disks attached to the controller.
Table 324. Function Calls of the setenvironment Option (continued) Function Call Description Example: A:>raidcfg -se -envn=HOTSPARES -envc= gethotspares -c=2 HOTSPARES=1:8:1,1:9:1 RAIDCFG Command successful! getfreeadisks Returns the free array disks. A:>raidcfg -se -envn=GETFREEADISKS -envc= getfreeadisks -c=2 GETFREEADISKS=0:3:1,0:4:1 RAIDCFG Command successful! getadiskcount Returns the total number of array disks.
Table 325. RAID Replication Options (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:> raidcfg -o=\tmp\raid.ini The contents of the raid.
Table 326. Assigning, Unassigning, and Listing Global Hot Spares (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -ctrl -ac=sghs -c=2 ad=0:1 -force RAIDCFG Command successful! -ad|-pd -ac=lghs NA -c=id or adisk| pdisk action=listglobal hotspare controllerid=id NA Displays the array (physical) disks used for global hot spare for the specified controller.
Table 327. RAIDCFG Options for Foreign Configurations (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl -c=id -ac= fgnclr NA NA Clears the foreign configuration detected in the selected controller. This feature is supported on PERC 5 and later controllers and is not supported on SAS controllers..
Displaying Foreign Key Ids The following table lists the RAIDCFG options, parameters, and pre-defined arguments for displaying the foreign key ids of the controller. Table 329. Displaying Foreign Key Ids Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description --ctrl -c=id ac=gfki NA NA Displays the foreign key ids present on the specified controller.
Table 331. Changing Encryption Key Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: controller controllerid=id action=changesecu ritykey passphrase=passph rase keyid=key oldpassphrase=pas sphrase A:>raidcfg -ctrl -c=2 -ac=chsk -pp=Dell_123 kid=Dell_321 opp=Dell_abc Deleting Encryption Key The following table lists the RAIDCFG options, parameters, and pre-defined arguments for deleting the encryption key of a controller. Table 332.
Table 333. Configuring the Disk Rebuild (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description vdisk action=cancelrebu ild adisk| pdisk=channel:tar get:enclosure controllerid=id Configuring Array Disk As RAID The following table lists the RAIDCFG options, parameters, and pre-defined arguments for configuring the array disk as RAID. Table 334.
Table 335. Configuring Physical Disk State (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments or Example: adisk action=online adisk| pdisk=channel:tar get:enclosure controllerid=id -ad -ac=offline -ad|-pd= ch:targ:encl c=id Description A:>raidcfg -ad -ac=online ad=0:1 -c=2 NA NA Cancels the rebuild of the physical disk associated with a specified virtual disk.
Table 337. Consistency Check For Virtual Disk (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments action=consistenc ycheck Description Example: A:>raidcfg -vd -c=2 -vd=2 -ac=cc -vd -c=id -vd=id NA -ac=ccc or vdisk controllerid=id vdisk=id action=cancelcons istencycheck NA Cancels the consistency check for the specified virtual disk. Example: A:>raidcfg -vd -c=2 -vd=2 -ac=ccc NOTE: Consistency check command is not applicable when RAID=0.
Table 339. Discarding Preserved Cache (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: controller controllerid=id action=discardPre servedCache — force A:>raidcfg -ctrl -c=2 -ac=dpc force RAIDCFG Command successful! --ctrl -c=id ac=dpc -force igncfg NA NA Discards the preserved cache on the controller ignoring the foreign configuration.
Table 340. Initializing Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -vd -c=2 -vd=2 -ac=ci Resetting The Controller The following table lists the RAIDCFG options, parameters, and predefined arguments for resetting the controller. Table 341.
Table 342.
Setting Boot Mode The following table lists the RAIDCFG options, parameters, and pre-defined arguments for setting the boot mode of the controller. Table 345.
Table 347. Miscellaneous Optional Parameters (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -ctrl -l=log.txt Controller_ID/Slot_ID: Controller_PCI_ID: Controller_Name: PERC 6/E Channels: Virtual_Disks: Firmware Version: V2.8-0[6064] 0 4:2:1 Dell 2 0 RAIDCFG Command successful! -si or silent NA Does not display any information on the terminal console.
Table 348. Quick Reference To RAIDCFG Commands (continued) Purpose Command Description To list all the disks attached to a particular controller raidcfg adisk c=slotid Lists all the disks attached to the controller. The slot ID is obtained from the first command. Record the drive location of the disks for later reference. To create a virtual disk with all the default settings raidcfg -ctrl ac=cvd -c=slotid -ad= x:y,x:y,...
Table 348. Quick Reference To RAIDCFG Commands (continued) Purpose Command Description NOTE: The minimum number of drives required to create a virtual disk of RAID 60 is 8. To view all the virtual disks in a system raidcfg vdisk Lists the virtual disks on a system for all RAID controllers. To view all the virtual disks for a specific controller raidcfg vdisk c=slotid Lists all the virtual disks on a specific controller.
6 UPINIT The UPINIT utility allows to create a utility partition (UP) on a hard drive, format the partition, and extract the partition contents onto the disk. Topics: • • • • Features Creating A Partition Using UPINIT UPINIT Dependencies UPINIT Options And Arguments Features The UPINIT utility: ● Displays help and usage information. ● Returns specific error codes and messages. NOTE: In Microsoft Windows Preinstallation Environment (Windows PE), you can find the UPINIT utility in \DELL\TOOLKIT\TEMPLATES\S
UPINIT Options And Arguments Table below lists the valid options and arguments for the UPINIT utility. Table 349. UPINIT Options and Arguments Option Valid Arguments Description none none If no options are given, the tool outputs usage information. The usage information is printed in the format shown below. Example 1: A:>upinit upinit version 1.0 © 2012 Dell Inc. All rights reserved upinit.sh --disk|-d=disk --size|-s= size --file|-f=file [--overwrite|-o] [--help|-h] --help or -h prints help.
Table 349. UPINIT Options and Arguments (continued) Option Valid Arguments Description --file=file or -f=file --help or -h prints usage. --disk or -d ID of the disk on which to create the Dell Utility Partition. --size or -s Size in MB for the Dell Utility Partition. --file or -f Filename of the Dell Utility Partition Image File. --overwrite or -o Overwrites an existing Dell Utility Partition. Example: upinit --disk=0 --size=32 --file= upimg.
Table 349. UPINIT Options and Arguments (continued) Option Valid Arguments Description disk integer, required (Windows) string, required (Linux) Specifies the disk on which to create a utility partition. This disk is checked to ensure that there are no existing partitions. Utility exits with an error if the disk has partitions other than a utility partition. Use option --overwrite to overwrite an existing utility partition. Example: A:>upinit --disk=0 --size=32 --file= c:\upimage.
7 Messages And Codes This section documents the error messages and codes used in Dell OpenManage Deployment Toolkit (DTK).
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 16 Cannot execute command. Insufficient privilege level. 17 Command illegal for specified sensor or record type. 18 Invalid commstring value. 19 Hardware subsystem error. Invalid data field in Request. 20 Invalid destination IP address. 21 The GUID is invalid. 22 Invalid gateway. 23 Invalid hostname. 24 Invalid IP address. 25 Invalid DNS IP address. 26 Invalid sub net mask. 27 Invalid value for PEF.
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 50 Attempt to set the 'set in progress' value when not in the 'set in complete' state. 51 The SOL character ’accumulate interval’ is invalid. 52 The SOL character ’send threshold’ is invalid. 53 The SOL ’retry interval’ is invalid. 54 Command completed successfully. 55 Time-out while processing command. Response unavailable. 56 Unspecified error. 57 The password may only contain printable ASCII characters.
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 82 The CPU information is not available. 83 The dependent option required for this subcommand is missing in the command line. 84 Duplicate sub command has been entered. 85 The script file does contain not a valid DTK environment script signature. 86 The format of the environment variable is incorrect. 87 The --envar option can only be used for a single option.
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 116 There was an error getting the option. 117 The option is not available or cannot be configured through software. 118 There was an error setting the option. 119 The -n (--namefile) option can only be used with - -pci. 120 The password may only contain alphanumeric characters. 121 The BIOS passwords have been disabled via jumper. 122 The password length must be between 1 and 32.
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 150 Invalid Password override. 151 Invalid TPM/TCM set option. 152 There was an error setting the TPM/TCM option. 153 There is no setup password installed on this system. 154 The setup password supplied is incorrect. Please try again. 155 Profile should be custom for setting cpupowermode, memorypowermode and fanmode. 156 There was an error setting the Power Option. 157 The power cap value entered is out of range.
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 178 Invalid configuration. Attempting to set cap when hardware does not support setting. 179 Invalid Configuration Option. 180 Cannot execute command. Parameter is illegal because command subfunction has been disabled or is unavailable. 181 Failed to report the removable flash media redundancy status. 182 Failed to report the Internal SD Module status. 183 Error locating the Virtual Media Key on the Modular system.
Table 350. SYSCFG Error Codes and Messages (continued) Error Code Message 211 Unsupported file name extension.Supported file name extension is XML 212 Unsupported file name extension.Supported file name extensions are .ini, .log, .bat, .ids, .lst, and .txt. Failures And Solutions The following table lists the common SYSCFG failures and their solutions. Table 351. SYSCFG Failures and Solutions Failure Messages Solutions Generic failure. Indicates iDRAC is in bad state. Reboot iDRAC.
Table 352. UPINIT Common Error Codes and Messages (continued) Error Code Message 10 Error: Invalid size. Size should be a number between 32 and 2000. 11 Error: sysdrmk failed. 12 System Error. 13 Error: Invalid Argument: 14 Error: Unzip failed. UPINIT Linux-Specific Error Codes And Messages The list of error codes and messages are specific to the Linux environment. Table 353. UPINIT Linux-Specific Error Codes and Messages Error Code Message 31 Error: Invalid disk specified.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 3 Illegal operation 4 Unsupported operation 5 Device not found. 6 Format boot drive illegal 7 Buffer too small. 8 Virtual Disk contains boot partition. Use force option to delete. 9 Init boot drive failed. 10 Format boot drive failed. 11 Cannot write boot drive. 12 Unsupported RAID value. 13 Invalid RAID configuration. 14 Span depth not in range. 15 RAID 1 failed.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 40 Cancel of Disk Diagnostic failed. 41 Cancel of Disk Rebuild failed. 42 Cancel of Disk Format failed 43 Assign Hot Spare failed 44 Disk too Small for Hot Spare. 45 Unassign Hot Spare failed. 46 Prepare Disk for Removal failed. 47 Disk Online failed. 48 Disk Offline failed. 49 UnMount Operation failed. 50 Mount Operation failed. 51 Cannot Format Array Disk. 52 Bad chunk size. 53 Invalid disk.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 73 Virtual disk resynching failed. Controller busy. 74 Flush Virtual disk's cache failed on controller. 75 Virtual disk partition specified not found. 76 Unsupported cache policy value. 77 Unsupported write policy value. 78 Unsupported read policy value. 79 Cancel initialization on virtual disk failed. 80 Cancel reconstruction on virtual disk failed. 81 Cancel resynchronization on virtual disk failed.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 107 Operations on hidden virtual disks are not allowed. 108 Virtual disk is in use. 109 The virtual disk is in use. It cannot be reconfigured at this time. 110 Virtual disk operation is temporarily unavailable. Initialization in progress. 111 Virtual disk operation is temporarily unavailable. Reconstruction in progress. 112 Virtual disk operation is temporarily unavailable. Rebuild in progress.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 141 The controller was not able to get the status of the specified mirror set. 142 The controller was not able to set the requested failover space. 143 The controller cannot get the failover space information. 144 Controller cannot unmirror the specified virtual disk. 145 The controller could not split the specified virtual disk. 146 The controller could not lock the specified virtual disk. 147 Controller IO paused.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 176 Invalid array disks or failover drives selected for reconfigure/create operation. Please make sure that all array disks and failover drives associated with the virtual disk are selected. 177 The maximum number of partitions have already been created on one of the selected array disk(s). Each array disk can hold portions (partitions) of up to 10 virtual disks.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 204 File is not writable! 205 Setting Environment Variable Command failed! 206 Filename is not provided! 207 Invalid Strict option! Please provide a valid number between 1 and 100. 208 Span depth is not needed for this RAID type. 209 Array disk(s) cannot be part of virtual disk(s) and also be hotspares. 210 Cannot have silent and logfile switch with the same command.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 230 Invalid VirtualDisk(VD) name specified. VD name can have alphanumeric characters [A-Z,a-z,0-9,_,-] only. Also, VD name size must be less than or equal to 15 characters 231 Error occurred while setting virtual disk as boot disk. 232 Error occurred while setting name for virtual disk. 233 Couldn't get boot virtual disk. 234 PCIe Link Speed could not be set for the RAID controller.
Table 355. RAIDCFG Error Codes and Messages (continued) Error Code Message 1015 Spanlength is not required for creating a RAID10 virtual disk on this controller. 1016 Unsupported operation. RAID 6 and RAID 60 virtual disks which are T10 PI enabled do not support Slow Initialize. 1017 Operation is not supported. The specified controller does not have encryption capability. 1018 Operation is not supported. Encryption key is not present on the specified controller.
Table 356.
Table 356.
Table 357. RACADM Error Codes and Messages (continued) Error Code Message 533 TFTP read error encountered. 534 TFTP local file write error encountered. 535 TFTP local file read error encountered. 536 TFTP write request failed. 537 TFTP read request failed. 538 Failed to open file. 539 Failed to load socket library. 540 Invalid socket library. 541 Unable to resolve HostName. 542 Failed to create socket. 543 Socket read operation failed. 544 Socket write operation failed.
8 BMC Platform Events Filter Alert Messages All possible Platform Event Filter (PEF) Alert Messages along with a description of each event are listed in the table below Table 358. BMC PEF Alert Events Event Description Fan Probe Failure The fan is running too slow or not at all. Voltage Probe Failure The voltage is too low for proper operation. Discrete Voltage Probe Failure The voltage is too low for proper operation. Temperature Probe The temperature is approaching excessively high or low limits.
9 Sample File Formats This appendix lists the sample SYSCFG utility .ini, RAIDCFG utility .ini, and the RACADM utility .ini files. Topics: • • • Sample SYSCFG Utility .ini File Format Sample RAIDCFG Utility .ini File Format Sample RACADM Utility .ini File Format Sample SYSCFG Utility .ini File Format [syscfg] ;SystemModelName=poweredge r620 ;SystemBiosVersion=0.3.16 ;SystemServiceTag=MDN2345 ;SystemManufacturer=dell inc. ;SysMfrContactInfo=www.dell.com ;SysMemSize=4.
SriovGlobalEnable=disable SerialComm=onnoconredir SerialPortAddress=serial1com1serial2com2 ExtSerialConnector=serial1 FailSafeBaud=115200 ConTermType=vt100vt220 RedirAfterBoot=enable SysProfile=perfperwattoptimizeddapc ;ProcPwrPerf=sysdbpm ;MemFrequency=maxperf ;ProcTurboMode=enable ;ProcC1E=enable ;ProcCStates=enable ;MemPatrolScrub=standard ;MemRefreshRate=1x ;MemVolt=autovolt ;AesNi=enable PasswordStatus=unlocked TpmSecurity=off ;TpmActivation=nochange ;TpmClear=no ;IntelTxt=off LocalBiosUpdateSupport=en
vlanid=1 vlanpriority=0 vlantag=disable lancfgparamsv6 ;dnssrcv6=static ;gatewayv6=:: ;ipv6address1=:: ipv6=disable ;ipaddrv6=:: ;ipsrcv6=auto ;linklocaladdrv6=:: ;prefixlengthv6=0 ;dnsserver1v6=:: ;dnsserver2v6=:: ;ipv6address2=:: lanchannelaccess ipmioverlan=alwaysavail channelprivlmt=administrator pefalerting=disable lanuseraccess userid=2 usrprivlmt=administrator lanuseraccess userid=3 usrprivlmt=noaccess lanuseraccess userid=4 usrprivlmt=noaccess lanuseraccess userid=5 usrprivlmt=noaccess lanuseraccess
alertpolnum=3 alertpolstatus=disable pefcfgparams alertpolnum=4 alertpolstatus=disable pefcfgparams filter=fanfail filteralert=enable filteraction=none pefcfgparams filter=discretevoltfail filteralert=enable filteraction=none pefcfgparams filter=tempwarn filteralert=enable filteraction=none pefcfgparams filter=tempfail filteralert=enable filteraction=none pefcfgparams filter=intrusion filteralert=enable filteraction=none pefcfgparams filter=redundegraded filteralert=enable filteraction=none pefcfgparams fil
filteralert=enable filteraction=none pefcfgparams filter=systempowerfail filteralert=enable filteraction=none pefcfgparams filter=discretesdcardfail filteralert=enable filteraction=none pefcfgparams filter=discretesdcardpresent filteralert=enable filteraction=none pefcfgparams filter=discretesdcardwarn filteralert=enable filteraction=none pefcfgparams filter=ripsfail filteralert=enable filteraction=none pefcfgparams filter=ripsoffline filteralert=enable filteraction=none pefcfgparams filter=ripsredundancylo
userid=11 usrprivlmt=noaccess serialuseraccess userid=12 usrprivlmt=noaccess serialuseraccess userid=13 usrprivlmt=noaccess serialuseraccess userid=14 usrprivlmt=noaccess serialuseraccess userid=15 usrprivlmt=noaccess serialuseraccess userid=16 usrprivlmt=noaccess solaction userid=2 action=enable solaction userid=3 action=disable solaction userid=4 action=disable solaction userid=5 action=disable solaction userid=6 action=disable solaction userid=7 action=disable solaction userid=8 action=disable solaction
useraction userid=3 action=disable useraction userid=4 action=disable useraction userid=5 action=disable useraction userid=6 action=disable useraction userid=7 action=disable useraction userid=8 action=disable useraction userid=9 action=disable useraction userid=10 action=disable useraction userid=11 action=disable useraction userid=12 action=disable useraction userid=13 action=disable useraction userid=14 action=disable useraction userid=15 action=disable useraction userid=16 action=disable username userid
userid=12 name=NULL username userid=13 name=NULL username userid=14 name=NULL username userid=15 name=NULL username userid=16 name=NULL ;uuid=44454C4C4400104E8032CDC04F333435 virtualmedia=auto Sample RAIDCFG Utility .
#idRacProductInfo=Dell Remote Access Controller 5 #idRacDescriptionInfo=This system component provides a complete set of #remote management functions for Dell PowerEdge servers. #idRacVersionInfo=1.20 (Build 01.17) idRacName=DRAC 5 idRacMisc= [cfgLanNetworking] cfgNicEnable=1 cfgNicIpAddress=10.98.8.121 cfgNicNetmask=255.255.255.0 cfgNicGateway=192.168.0.1 cfgNicUseDhcp=0 #cfgNicMacAddress=00:11:43:34:5f:4a cfgDNSServersFromDHCP=0 cfgDNSServer1=192.168.0.5 cfgDNSServer2=192.168.0.
[cfgOobSnmp] cfgOobSnmpTrapsEnable=1 cfgOobSnmpAgentEnable=1 cfgOobSnmpAgentCommunity=public [cfgRacTuning] cfgRacTuneFwUpdateResetDelay=0x46 cfgRacTuneD3debugEnable=1 cfgRacTuneRemoteRacadmEnable=1 cfgRacTuneHostCom2BaudRate=57600 cfgRacTuneHttpPort=0x50 cfgRacTuneHttpsPort=0x1bb cfgRacTuneTelnetPort=0x17 cfgRacTuneConRedirPort=0x170c [ifcRacManagedNodeOs] ifcRacMnOsHostname=(none) ifcRacMnOsOsName=Linux 2.4.21-20.