Dell EMC OpenManage Deployment Toolkit Version 6.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. Copyright © 2017 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents 1 Introduction....................................................................................................................................................8 DTK Deprecation Message............................................................................................................................................... 8 What is new in this release...............................................................................................................................................
ix or inxmlfile............................................................................................................................................................... 28 l or logfile.....................................................................................................................................................................28 o or outfile..............................................................................................................................................
lpt................................................................................................................................................................................147 memdynamicpower.................................................................................................................................................. 148 memintleave........................................................................................................................................................
virutualmedia............................................................................................................................................................. 173 SYSCFG For State Configuration................................................................................................................................. 173 SYSCFG Options For State Configuration.............................................................................................................
Configuring Auto Import ......................................................................................................................................... 217 Miscellaneous Options............................................................................................................................................. 218 Quick Reference To RAIDCFG Commands................................................................................................................. 219 6 UPINIT..................
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.
• • C6420 • R540 • R6415 • R7415 • R7425 • C4140 • C6320P • R440 • T440 • M640 • FC640 • T640 • C6400 Support for the Precision Rack System: • • PR7920 Support for below Network Cards: • Intel Ethernet Network Adptr XXV710-DA2 • NetXtreme BCM5719/5720 1Gbps devices • NetXtreme-E BCM574xx 10Gbps/25Gbps devices • Mellanox ConnectX-4 Dual Port 100 GbE QSFP Network Adapter • Intel X550 rNDC • Intel 10GbE 4P X710 NOTE: For the list of supported operating systems and Dell
Group SYSCFG Commands Equivalent RACADM Commands --autoneg iDRAC.NIC.Autoneg --gateway iDRAC.IPv4.Gateway --ipaddress iDRAC.IPv4.Address --macaddress iDRAC.NIC.MACAddres --nicselectionfailover iDRAC.NIC.Failover --subnetmask iDRAC.IPv4.Netmask --vanilla iDRAC.NIC.VLanID --dnsserver1v6 get iDRAC.IPv6.DNS1 --dnsserver2v6 get iDRAC.IPv6.DNS2 --gatewayv6 iDRAC.IPv6.Gateway --ipv6address1 iDRAC.IPv6.Address1 --ipv6address2 iDRAC.IPv6.Address2 --linklocaladdrv6 iDRAC.IPv6.
Group Memory Settings Miscellaneous Settings Processor Settings SYSCFG Commands Equivalent RACADM Commands --IntegratedNetwork2 BIOS.IntegratedDevices.IntegratedNetwork2 --IntegratedRaid BIOS.IntegratedDevices.IntegratedRaid --InternalUsb BIOS.IntegratedDevices.InternalUsb --OsWatchdogTimer BIOS.IntegratedDevices.OsWatchdogTimer --SriovGlobalEnable BIOS.IntegratedDevices.SriovGlobalEnable --Usb3Setting BIOS.IntegratedDevices.Usb3Setting --DynamicCoreAllocation BIOS.ProcSettings.
Group SATA Settings 12 Introduction SYSCFG Commands Equivalent RACADM Commands --proc2l2cache BIOS.procsettings.Proc2L2Cache --proc2l3cache BIOS.procsettings.Proc2L3Cache --proc2numcores BIOS.procsettings.Proc2NumCores --proc64bit BIOS.procsettings.Proc64bit --procadjcacheline BIOS.procsettings.ProcAdjCacheLine --procbusspeed BIOS.procsettings.ProcBusSpeed --proccorespeed BIOS.procsettings.ProcCoreSpeed --qpispeed BIOS.procsettings.QpiSpeed --procconfigtdp BIOS.procsettings.
Group SYSCFG Commands Equivalent RACADM Commands --sataporti BIOS.SataSettings.SataPortI --sataportimodel BIOS.SataSettings.SataPortIModel --sataportidrivetype BIOS.SataSettings.SataPortIDriveType --sataporticapacity BIOS.SataSettings.SataPortICapacity --sataportj BIOS.SataSettings.SataPortJ --sataportjmodel BIOS.SataSettings.SataPortJModel --sataportjdrivetyp BIOS.SataSettings.SataPortJDriveType --sataportjcapacity BIOS.SataSettings.SataPortJCapacity --ConTerrmType BIOS.
• 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 SP3 (64-bit) • Red Hat Enterprise Linux 7.4 (64-bit) • Red Hat Enterprise Linux 6.
Replication Of DTK Utilities This section explains the replication of DTK utilities. 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.
are set in the TKENVSET.BAT scripts. An optional second parameter can be passed to this file, which specifies the IP address used in configuring the RAC. The raccfg.ini file is generated with the RACCAP.BAT sample script. Other Documents You May Need In addition to this guide, you can access the following guides available at dell.com/support/manuals. • The Dell OpenManage Deployment Toolkit Installation Guide provides information about installing and deploying DTK on supported Dell systems.
• Using search engines: • Type the name and version of the document in the search box. Contacting Dell NOTE: If you do not have an active Internet connection, you can find contact information on your purchase invoice, packing slip, bill, or Dell product catalog. Dell provides several online and telephone-based support and service options. Availability varies by country and product, and some services may not be available in your area.
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 utilityspecific 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.
Command Line Option Delimiters The following table lists some examples of valid and invalid DTK command lines. Table 4. Command Line Option Delimiters Valid / Invalid DTK Command Line Example valid syscfg --option1 --option2 syscfg --asset --floppy invalid syscfg --option1=argument --option2 --option3 syscfg --asset=R910 --floppy -- bootseq valid syscfg -o=filename --option1 --option2 syscfg -o=/tmp/myfile.
Delimiter Example Description syscfg --option="\\\"argument" considers \ "argument as the argument. quotation mark, then one backslash (\) is taken for every pair of backslashes (\\), and the double quotation mark (") is interpreted as a string delimiter. If an odd number of backslashes are followed by a double quotation mark, then one backslash (\) is taken for every pair of backslashes (\\) and the double quotation mark is interpreted as an escape sequence by the remaining backslash, causing a litera
Help Option The -h and --help options display general usage information for the utility. If the argument matches a valid option, that usage information of the option is displayed. If the option has arguments, the arguments are displayed, separated by a | character. If the argument does not match a valid option, a usage error is given (and usage information is displayed). This option cannot be replicated.
3 DTK Seamless package The DTK Seamless package is a single installer package that carries Linux DTK RPMs (RHEL, SLES) and its dependency. 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.
Non-interactive mode: In the non-interactive mode, all the available tools are installed by default. Any other option is ignored. Type the following command: ./DTKTOOLS__Linux64_.Bin [—f/--force] Once the DTK tools installation is complete, success message is displayed on the screen. To uninstall the DTK tools, run the command ./DTKTOOLS__Linux64_.Bin [-d/--delete] To view the available options, run the following command in the command line: .
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.
SYSCFG General Options NOTE: Some of the options in SYSCFG are followed by an asterisk. The asterisk is not part of the command syntax. Such options are used for reporting purposes only. These commands do not accept any sub-options or arguments. The values associated with these commands are reported by the BIOS. You cannot modify these values. No Option Table 7. No Option Valid Arguments NA Description The SYSCFG utility displays the usage information. envar Table 8.
h or help Table 9. SYSCFG General — h or help Valid Arguments none or Description Displays the general usage information for the utility, when no argument is provided. If the argument matches a valid option, that option's usage information is displayed. If the option has arguments, the arguments are displayed, separated by a | character. If the option has sub-options, all sub-options, valid arguments, and a description are listed.
ix or inxmlfile Table 11. SYSCFG General — ix or inxmlfile Valid Arguments Description Directs the SYSCFG utility to receive input from the xml file. The utility searches the BIOS option in the file. An error is returned if the file is not found. The provided option must match a valid option, and the arguments must be in the proper format for the option. If an option is not available on a system and it is specified in a file, the utility ignores the option.
PowerEdge 12G it overwrites the existing file. If this option is used with other function commands, the commands are applied in the order in which they appear. This option captures replicable BMC and BIOS options. Example: A:>syscfg -o .ini ox or outxmlfile Table 14. SYSCFG General — ox or outxmlfile Valid Arguments Description Prints all BIOS options to the specified xml file. NOTE: It is applicable only on 12G and later sytems. Example: A:>syscfg --ox filename.
s Table 17. SYSCFG General — s Valid Arguments Description Prints the variable name and the assigned value to the console. This option when used with --envar, picks up the environment variable data and stores it in a file. This file can be called from a script. For more information, see envar. Example: A:>syscfg -s ENVNAME --svctag svctag=SERVICE ENVNAME=SERVICE version Table 18.
• • A missing or expired license. The system displays an error message if the required license is not found. For more information, see Dell License Manager on dell.com/support/manuals. Some of the options are followed by an asterisk. The asterisk is not part of the command syntax. Such options are used for reporting purposes only. These commands do not accept any suboptions or arguments. The values associated with these commands are reported by the BIOS. You cannot modify these values.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option -InternalSdCardRedundancy --embsdcardredundancy BIOS.IntegratedDevices.InternalSdCardRedundanc y --InternalUsb --internalusb BIOS.IntegratedDevices.InternalUsb --InternalUsb1 --internalusbport1 BIOS.IntegratedDevices.InternalUsb1 --InternalUsb2 --internalusbport2 BIOS.IntegratedDevices.InternalUsb2 --OsWatchdogTimer --oswatchdogtimer BIOS.IntegratedDevices.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option NOTE: The option is available only on 14G and later systems. IscsiDev1ConnProtocol N/A NOTE: The option is available only on 14G and later systems. IscsiDev1ConnTimeout N/A NOTE: The option is available only on 14G and later systems. IscsiDev1ConnVlanEnDis N/A NOTE: The option is available only on 14G and later systems.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SysMemSpeed* N/A BIOS.MemSettings.SysMemSpeed --SysMemType* N/A BIOS.MemSettings.SysMemType --SysMemVolt* N/A BIOS.MemSettings.SysMemVolt --VideoMem* N/A BIOS.MemSettings.VideoMem --ClusterOnDie N/A N/A N/A N/A --AssetTag* --asset* BIOS.MiscSettings.AssetTag --ErrPrompt --f1f2promptonerror BIOS.MiscSettings.ErrPrompt NOTE: The option is not supported on 12G systems.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option NOTE: The option is available only on 14G and later systems. DellWyseP25BIOSAccess N/A NOTE: The option is available only on 14G and later systems. Network Settings --PxeDevnEnDis N/A HttpDevnInterface N/A BIOS.NetworkSettings.PxeDevnEnDis NOTE: The option is supported only on 13G and later systems. NOTE: The option is available only on 14G and later systems.
Group One-Time Boot Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --PxeDevnVlanPriority N/A BIOS.PxeDevice1Settings.PxeDevnVlanPriority --OneTimeBootMode N/A BIOS.OneTimeBoot.OneTimeBootMode --OneTimeBootSeqDev --nextboot BIOS.OneTimeBoot.OneTimeBootSeqDev --OneTimeHddSeqDev N/A BIOS.OneTimeBoot.OneTimeHddSeqDev NOTE: The option is not supported on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --Proc64bit* N/A BIOS.ProcSettings.Proc64bit --ProcAdjCacheLine --adjcacheprefetch BIOS.ProcSettings.ProcAdjCacheLine --ProcBusSpeed* N/A BIOS.ProcSettings.ProcBusSpeed --ProcCores --cpucore BIOS.ProcSettings.ProcCores --ProcCoreSpeed* N/A BIOS.ProcSettings.ProcCoreSpeed --ProcExecuteDisable --cpuxdsupport BIOS.ProcSettings.ProcExecuteDisable --ProcHwPrefetcher --hwprefetcher BIOS.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SataPortBCapacity* N/A BIOS.SataSettings.SataPortBCapacity --SataPortBDriveType* N/A BIOS.SataSettings.SataPortBDriveType --SataPortBModel* N/A BIOS.SataSettings.SataPortBModel --SataPortC --sata2 BIOS.SataSettings.SataPortC --SataPortCCapacity* N/A BIOS.SataSettings.SataPortCCapacity --SataPortCDriveType* N/A BIOS.SataSettings.SataPortCDriveType --SataPortCModel* N/A BIOS.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --sata7 BIOS.SataSettings.SataPortH N/A BIOS.SataSettings.SataPortHCapacity N/A BIOS.SataSettings.SataPortHDriveType N/A BIOS.SataSettings.SataPortHModel N/A BIOS.SataSettings.SataPortI N/A BIOS.SataSettings.SataPortICapacity N/A BIOS.SataSettings.SataPortIDriveType N/A BIOS.SataSettings.SataPortIModel NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option N/A BIOS.SataSettings.SataPortJ N/A BIOS.SataSettings.SataPortJCapacity N/A BIOS.SataSettings.SataPortJDriveType N/A BIOS.SataSettings.SataPortJModel N/A BIOS.SataSettings.SecurityFreezeLock --ConTerrmType --conterm BIOS.SerialCommSettings.ConTermType --ExtSerialConnector --extserial BIOS.SerialCommSettings.ExtSerialConnector --FailSafeBaud --fsbr BIOS.SerialCommSettings.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SysMfrContactInfo* N/A BIOS.SysInformation.SysMfrContactInfo --SystemBiosVersion* --biosver BIOS.SysInformation.SystemBiosVersion --SystemManufacturer* N/A BIOS.SysInformation.SystemManufacturer --SystemModelName* N/A BIOS.SysInformation.SystemModelName --SystemServiceTag* --svctag/--syssvctag* BIOS.SysInformation.SystemServiceTag --SystemMeVersion* N/A N/A N/A BIOS.SysInformation.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option NOTE: The option is supported only on Dell PowerEdge 13G and later systems. --EnergyPerformanceBias BIOS.SysProfileSettings.EnergyPerformanceBias NOTE: The option is supported only on Dell PowerEdge 13G and later systems. --UncoreFrequency BIOS.SysProfileSettings.UncoreFrequency NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --tpmactivation BIOS.SysSecurity.TpmActivation --tpmclear BIOS.SysSecurity.TpmClear --TpmSecurity --tpmsecurity BIOS.SysSecurity.TpmSecurity --TpmStatus N/A BIOS.SysSecurity.TPMStatus --TpmInfo N/A N/A N/A BIOS.SysSecurity.TpmCommand --UefiVariableAccess N/A N/A --SecureBoot N/A BIOS.SysSecurity.
Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option TpmPpiBypassClear N/A N/A TpmPpiBypassProvision N/A N/A --UefiBootSeq N/A BIOS.BiosBootSettings.UefiBootSeq NOTE: The option is available only on 14G and later systems. UEFI Boot Settings BIOS Option Settings You can manage the BIOS start settings using the options in this group. BootSeq or bootseq Table 20.
NOTE: The asterisk indicates that the device is enabled in the BIOS. Device Name Examples: Example of device names: nic.slot.1 (network adapter 1 in PCI slot) nic.emb.1 (network adapter 1 on system board) hdd.emb.0 (hard drive C:) cdrom.emb.0 (CD drive) Device Name Lists Examples Example 1: #syscfg --bootseq The following devices are set in the boot sequence: Device 2:* cdrom.emb.0 - IDE CD-ROM device Device 3:* hdd.emb.0 - Hard drive C: Device 5:* virtual.slot.1 - VIRTUALCDROM DRIVE Device 1:* floppy.emb.
list of device index values. The list must be within the bounds of the current boot list. For example, the low and high numbers must match. Systems that use a numerical list for boot order cannot be replicated. This option is applicable when bootmode is set to Bios and has no effect when bootmode is set to Uefi. Some systems allow the boot order to be expressed as a list of device names. Systems that support device names also support replication of the boot order through the output file option.
Applicable Systems All PowerEdge 11G and later systems BootSeqRetry or bootseqretry Table 23. BootSeqRetry or bootseqretry Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the boot sequence retry feature. When set to enable, the system reattempts to set the boot order after a 30-second time-out if the last boot attempt has failed. This option can be replicated.
Example: A:>syscfg --SetBootOrderFqdd1=xxxx,yyy,zzzz SetBootOrderFqdd1=xxxx,yyy,zzzz Applicable Systems PowerEdge 13G and later systems SetLegacyHddOrderFqddn Table 26. SetLegacyHddOrderFqddn Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: 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.
EmbNic1Nic2 or embnic1nic2 Table 28. EmbNic1Nic2 or embnic1nic2 Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled, DisabledOs Enables or disables the operating system interface of the first and second embedded NIC controllers. Example: A:>syscfg --embnic1nic2=enable --embnic1nic2=enable Applicable Systems PowerEdge 11G and later systems EmbNic2 or embnic2 Table 29.
not found in the boot order. If the NIC is turned on with PXE, it is placed at the end of the boot order. The onnopxe argument is not supported on all systems. The onwithiscsi argument enables the embedded NIC to boot from the iSCSI server. The embnic1 option can be replicated. Example: A:>syscfg --embnic3=onnopxe embnic3=onnopxe Applicable Systems All PowerEdge systems EmbNic3Nic4 or embnic3nic4 Table 31.
EmbVideo or embvideoctrl Table 33. EmbVideo or embvideoctrl Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the BIOS support for the Embedded Video Controller Example: A:>syscfg --embvideoctrl=enable embvideoctrl=enable Applicable Systems PowerEdge 11G and later systems IoatEngine or ioat Table 34.
Applicable Systems PowerEdge 12G and later systems IntegratedNetwork2 Table 36. IntegratedNetwork2 Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, DisabledOs Enables or disables Integrated Network 2. NOTE: If set to DisabledOs, the Integrated NICs may still be available for shared network access by the embedded management controller. This function must be configured through the NIC management utilities provided with your system.
Example: A:>syscfg --integratedsas=enable integratedsas=enable Applicable Systems All PowerEdge systems. InternalSdCard or embsdcard Table 39. InternalSdCard or embsdcard Valid Arguments Description • On systems prior to 12G: on, off • On 12G and later systems: On, Off Enables or disables the embedded SD card port. Example: A:>syscfg --embsdcard=off embsdcard=off Applicable Systems All PowerEdge systems InternalSdCardRedundancy or embsdcardredundancy Table 40.
InternalUsb or internalusb Table 41. InternalUsb or internalusb Valid Arguments Description • On systems prior to 12G: off, on • On 12G and later systems: On, Off Turns the internal USB port on or off. Example: A:>syscfg --internalusb=on internalusb=on Applicable Systems All PowerEdge systems. InternalUsb1 or internalusbport1 Table 42.
OsWatchdogTimer or oswatchdogtimer Table 44. OsWatchdogTimer or oswatchdogtimer Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Aids in the recovery of the operating system when the system stops responding. When this option is set to enable, the operating system is allowed to initialize the timer. When set to disable (the default), the timer has no effect on the system.
Example: A:>syscfg --usbports=enable usbports=enable Applicable Systems All PowerEdge systems. MmioAbove4Gb Table 47. MmioAbove4Gb Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled This field helps in enabling support for PCIe devices that require large amount of memory. Enable this option only for 64-bit operating systems. Example: A:>syscfg --MmioAbove4Gb=Enabled MmioAbove4Gb=Enabled Usb3Setting Table 48.
• Description On 12G and later systems: read-only Displays the current state of the Embedded Video Controller. Example: A:>syscfg --CurrentEmbVideoState CurrentEmbVideoState=xxx Applicable Systems PowerEdge 12G and later systems InternalSdCardPrimaryCard Table 50. InternalSdCardPrimaryCard Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: SdCard1, SdCard2 Sets an internal SD card as the primary SD card.
Example: A:>syscfg --IscsiDev1Con1DhcpEnDis=Enabled IscsiDev1Con1DhcpEnDis=Enabled Applicable Systems PowerEdge 14G and later systems IscsiDev1ConnEnDis Table 53. IscsiDev1ConnEnDis Valid Arguments Description • On systems prior to 14G: NA • On 14G and later systems: Enabled, Disabled Sets the configuration of the iSCSI connection. Where the value of n in IscsiDev1ConnEnDis can be 1 or 2.
Example: A:>syscfg --IscsiDev1Con1Protocol IscsiDev1Con1Interface=IPv4 Applicable Systems PowerEdge 14G and later systems IscsiDev1ConnTimeout Table 56. IscsiDev1ConnTimeout Valid Arguments Description • On systems prior to 14G: NA • On 14G and later systems: Sets the time-out of the iSCSI connection. Where the value of n in IscsiDev1ConnTimeout can be 1 or 2.
Example: A:>syscfg --IscsiDev1Con1VlanId IscsiDev1Con1VlanId=XXXX Applicable Systems PowerEdge 14G and later systems IscsiDev1ConnAuth Table 59. IscsiDev1ConnAuth Valid Arguments Description • On systems prior to 14G: NA • On 14G and later systems: None, Chap Sets the authentication type of the iSCSI connection. Where the value of n in IscsiDev1ConnAuth can be 1 or 2.
PxeDevnInterface Table 61. PxeDevnInterface Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the NIC interface used for the PXE device. NOTE: The value of n in PxeDevnInterface can be 1–4. Example: A:>syscfg --PxeDev1Interface Applicable Systems PowerEdge 12G and later systems PxeDevnProtocol Table 62.
PxeDevnVlanId Table 64. PxeDevnVlanId Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Sets the virtual LAN (VLAN) of the PXE device. NOTE: The value of n in PxeDevnVlanId can be 1–4. Example: A:>syscfg --PxeDev1VlanId=XXXX Applicable Systems PowerEdge 12G and later systems PxeDevnVlanPriority Table 65.
Applicable Systems PowerEdge 14G and later systems HttpDevnProtocol Table 67. HttpDevnProtocol Valid Arguments Description • On systems prior to 14G: NA • On 14G and later systems: IPv4, IPv6 Determines whether the Internet Protocol version 4 older version or the Internet Protocol version 6 the newest version is used for this device. The value of n in HttpDevnProtocol can be from 1 to 4.
Applicable Systems PowerEdge 14G and later systems Memory Settings You can manage the memory-related configuration settings using the objects in this group. CorrEccSmi or memprefailurenotify Table 70. CorrEccSmi or memprefailurenotify Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the Correctable ECC SMIs. When enabled, the SMIs report the Correctable ECC errors. This option can be replicated.
• Description On 12G and later systems: OptimizerMode, SpareMode, MirrorMode, AdvEccMode, SpareWithAdvEccMode Selects the memory operating mode. This feature is active only if a valid memory configuration is detected. When OptimizerMode is enabled, the DRAM controllers operate independently in 64-bit mode and provide optimized memory performance. When MirrorMode is enabled, only half of the installed memory is reported as available to the operating system.
Example: A:>syscfg --MemTest=Enabled MemTest=Enabled Applicable Systems All PowerEdge systems NodeInterleave or nodeinterleave Table 75. NodeInterleave or nodeinterleave Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables node interleaving, if the system is configured with matching memory. If set to disable (default), the system supports Non-Uniform Memory (NUMA) architecture memory configurations.
• Description On 12G and later systems: Enabled, Disabled Enables or disables the RC/MRC Serial debug output. Example: A:>syscfg --SerialDbgOut=Enabled SerialDbgOut=Enabled Applicable Systems PowerEdge 12G and later systems. SysMemSize or mem Table 78. SysMemSize or mem Valid Arguments Description • On systems prior to 12G: read-only • On 12G and later systems: read-only Displays the amount of main memory in the system.
• Description On 12G and later systems: read-only Displays the clock frequency of the main memory. Example: A:>syscfg --SysMemSpeed Applicable Systems PowerEdge 12G and later systems. SysMemType Table 81. SysMemType Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the type of main memory installed in the system. Example: A:>syscfg --SysMemType Applicable Systems PowerEdge 12G and later systems. SysMemVolt Table 82.
Example: A:>syscfg --VideoMem Applicable Systems PowerEdge 12G and later systems. ClusterOnDie Table 84. ClusterOnDie Valid Arguments • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled Description Enables or disables the Cluster On Die option. When enabled, the feature enhances the performance of the system with two caching agents. A:>syscfg --ClusterOnDie=Enabled ClusterOnDie=Enabled Applicable Systems PowerEdge 12G and later systems RedundantOsLocation Table 85.
AssetTag or asset Table 86. AssetTag or asset Valid Arguments Description • On systems prior to 12G: read-only • On 12G and later systems: read-only Reports or sets the customer-programmable asset tag number for a system. This value can be replicated. 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.
the next system restart. The OptimizedBoot option runs ISC and forces an immediate system restart to apply the results. If set to Disabled, ISC does not run. Example: A:>syscfg --InSystemCharacterization=FastBoot InSystemCharacterization=FastBoot NumLock or numlock Table 89. NumLock or numlock Valid Arguments Description • On systems prior to 12G: on, off • On 12G and later systems: On, Off Turns the keyboard number lock on or off. This option is not replicated.
• Description On 12G and later systems: FastBoot, OptimizedBoot, Disabled In-System Characterization (ISC) runs during power-on self-test (POST) on detecting relevant changes in the system configuration to optimize power and performance. ISC takes about 20 seconds to run, and a system restart is required to apply the system configuration changes. The FastBoot option runs ISC and continues without applying ISC results until the next system restart.
DellWyseP25BIOSAccess Table 94. DellWyseP25BIOSAcess Valid Arguments Description • On systems prior to 14G: NA • On 14G and later systems: Enabled, Disabled This field enables or disables Remote user to access BIOS Setup via Dell Wyse P25/P45 Portal. If P25/P45 BIOS Access is turned OFF, it cannot be turned back on remotely from the P25/P45. Turning this feature OFF will also prevent keyboard and mouse access to Diagnostics, Boot Options, and other Pre-OS functionality.
• Description On 12G and later systems: numerical list separated by commas or list of device names separated by commas 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.
OneTimeUefiBootSeqDev Table 98. OneTimeUefiBootSeqDev Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: numerical list separated by commas or list of device names separated by commas Determines the one-time boot device when the One-Time Boot Device List is set to UEFI Boot Sequence Device. If Boot Mode is set to BIOS, the system temporarily switches the Boot Mode to UEFI when attempting a one-time boot to the device.
DcuIpPrefetcher Table 100. DcuIpPrefetcher Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled Enables (default value) or disables DCU IP Prefetcher. Example: A:>syscfg --DcuIpPrefetcher=Enabled DcuIpPrefetcher=Enabled Applicable Systems PowerEdge 12G and later systems DcuStreamerPrefetcher or dcustreamerprefetcher Table 101.
Example: A:>syscfg --logicproc=enable logicproc=enable Applicable Systems All PowerEdge systems. Proc1Brand Table 103. Proc1Brand Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the brand text provided by the processor manufacturer. Example: A:>syscfg --Proc1Brand Applicable Systems PowerEdge 12G and later systems. Proc1Id Table 104.
Proc1L3Cache Table 106. Proc1L3Cache Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc1L3Cache Applicable Systems PowerEdge 12G and later systems. Proc1NumCores Table 107. Proc1NumCores Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the number of cores in the processor package.
Proc2Id Table 109. Proc2Id Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the family, model, and stepping values of the processor. Example: A:>syscfg --Proc2Id Applicable Systems PowerEdge 12G and later systems. Proc2L2Cache Table 110. Proc2L2Cache Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache.
Proc2NumCores Table 112. Proc2NumCores Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the number of cores in the processor package. Example: A:>syscfg --Proc2NumCores Applicable Systems PowerEdge 12G and later systems. Proc3Brand Table 113. Proc3Brand Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the brand text provided by the processor manufacturer.
Proc3L2Cache Table 115. Proc3L2Cache Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc3L2Cache Applicable Systems PowerEdge 12G and later systems. Proc3L3Cache Table 116. Proc3L3Cache Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache.
Proc4Brand Table 118. Proc4Brand Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the brand text provided by the processor manufacturer. Example: A:>syscfg --Proc4Brand Applicable Systems PowerEdge 12G and later systems. Proc4Id Table 119. Proc4Id Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the family, model, and stepping values of the processor.
Proc4L3Cache Table 121. Proc4L3Cache Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc4L3Cache Applicable Systems PowerEdge 12G and later systems. Proc4NumCores Table 122. Proc4NumCores Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the number of cores in the processor package.
ProcAdjCacheLine or adjcacheprefetch Table 124. ProcAdjCacheLine or adjcacheprefetch Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: Enable, Disable • On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled When set to Enabled (default), the system is optimized for applications that require high utilization of sequential memory access.
Example: A:>syscfg --cpucore=1 cpucore=1 Applicable Systems All PowerEdge systems. ProcCoreSpeed Table 127. ProcCoreSpeed Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the clock speed of the processors. Example: A:>syscfg --ProcCoreSpeed Applicable Systems Dell’s 12th generation PowerEdge and later systems. ProcExecuteDisable or cpuxdsupport Table 128.
Processor does not preempt, when set to disable. This option can be replicated. Example: A:>syscfg --hwprefetcher=enable hwprefetcher=enable Applicable Systems All PowerEdge systems. ProcVirtualization or virtualization Table 130. ProcVirtualization or virtualization Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: enable, disable • On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Enables or disables virtualization in the CPU.
QpiSpeed Table 132. QpiSpeed Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: MaxDataRate, 9GTps, 8GTps, 7GTps, 6GTps Sets the speed of the processor. Example: A:>syscfg --QpiSpeed=8GTps QpiSpeed=8GTps Applicable Systems Dell’s 12th generation PowerEdge and later systems RtidSetting Table 133.
Example: A:>syscfg --Proc1ControlledTurbo=Disabled ProcConfigTdp Table 135. ProcConfigTdp Valid Arguments Description • On systems prior to Dell’s 13th generation PowerEdge systems: NA • On Dell’s 13th generation PowerEdge and later systems: Nominal, Level1, Level2 Configures the Thermal Design Power (TDP). Example: A:>syscfg --ProcConfigTdp=Nominal ProcConfigTdp=Nominal ProcX2Apic Table 136.
• Description On Dell’s 12th generation PowerEdge and later systems: Off, AtaMode, RaidMode, AhciMode 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. ata/ AtaMode— sets SATA RAID controller to ATA mode. ahci/ AhciMode— sets ATA RAID controller to ahci mode. raid/RaidMode — sets SATA RAID controller to RAID mode.
eSataPort1DriveType Table 140. eSataPort1DriveType Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only 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. eSataPort1Model Table 141.
SataPortACapacity Table 143. SataPortACapacity Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only 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 144.
SataPortB or sata1 Table 146. SataPortB or sata1 Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: auto, off • On Dell’s 12th generation PowerEdge and later systems: Auto, Off Turns the SATA port 1 to auto or off. This option can be replicated. Example: A:>syscfg --sata1=auto sata1=auto Applicable Systems All PowerEdge systems SataPortBCapacity Table 147.
SataPortBModel Table 149. SataPortBModel Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the drive model of the selected device. Example: A:>syscfg --SataPortBModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortC or Sata2 Table 150.
SataPortCDriveType Table 152. SataPortCDriveType Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Indicates the type of device attached to the SATA port. Example: A:>syscfg --SataPortCDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortCModel Table 153.
Example: A:>syscfg --sata3=auto sata3=auto Applicable Systems All PowerEdge systems. SataPortDCapacity Table 155. SataPortDCapacity Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives.
Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortE or sata4 Table 158. SataPortE or sata4 Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: auto, off • On Dell’s 12th generation PowerEdge and later systems: Off, Auto Turns the SATA port 4 to auto or off. This option can be replicated. Example: A:>syscfg --sata4=auto sata4=auto Applicable Systems All PowerEdge systems. SataPortECapacity Table 159.
SataPortEModel Table 161. SataPortEModel Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the drive model of the selected device. Example: A:>syscfg --SataPortEModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortF or sata5 Table 162.
SataPortFDriveType Table 164. SataPortFDriveType Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only This option indicates type of device attached to this SATA port. Example: A:>syscfg --SataPortFDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortFModel Table 165.
SataPortGCapacity Table 167. SataPortGCapacity Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only 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 168.
SataPortH or sata7 Table 170. SataPortH or sata7 Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: auto, off • On Dell’s 12th generation PowerEdge and later systems: Off, Auto 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. SataPortHCapacity Table 171.
SataPortHModel Table 173. SataPortHModel Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the drive model of the selected device. Example: A:>syscfg --SataPortHModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortI or sata7 Table 174.
SataPortIDriveType Table 176. SataPortIDriveType Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only This option indicates type of device attached to this SATA port. Example: A:>syscfg --SataPortIDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortIModel Table 177.
SataPortJCapacity Table 179. SataPortJCapacity Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortJCapacity Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortJDriveType Table 180.
SecurityFreezeLock Table 182. SecurityFreezeLock Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Sends the Security Freeze Lock command to the embedded SATA drives during power-on self-test (POST). The option is applicable only to ATA and AHCI, and not to RAID.
• Description On Dell’s 12th generation PowerEdge and later systems: Serial1, Serial2, RemoteAccDeviceDescription 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. When set to com2 , the external serial connector is routed to the COM2 interface. Terminal escape sequences can toggle the external connector between the system (COM2) and the remote access device.
Example: A:>syscfg --RedirAfterBoot=Enabled RedirAfterBoot=Enabled Applicable Systems Dell’s 12th generation PowerEdge and later systems SerialComm or serialcomm Table 187.
Slot Disablement You can manage the slot disablement settings using the options in this group. Slotn Table 189. Slotn Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled, BootDriverDisabled Controls the configuration of the installed card in the specified slot. NOTE: The value of n in Slotn can be 1–10.
SysMfrContactInfo Table 191. SysMfrContactInfo Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the information for contacting the Original Equipment Manufacturer (OEM) of this system. Example: A:>syscfg --SysMfrContactInfo Applicable Systems Dell’s 12th generation PowerEdge and later systems SystemBiosVersion or biosver Table 192.
SystemModelName Table 194. SystemModelName Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the product name of the system. Example: A:>syscfg --SystemModelName Applicable Systems Dell’s 12th generation PowerEdge and later systems SystemServiceTag or svctag or syssvctag Table 195.
UefiComplianceVersion Table 197. UefiComplianceVersion Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: NA • On Dell’s 12th generation PowerEdge and later systems: Read-only Displays the UEFI compliance level of the system firmware. Example: A:>syscfg --UefiComplianceVersion Applicable Systems Dell’s 12th generation PowerEdge and later systems System Profile Settings You can manage the system profile settings using the options in this group.
• Description On Dell’s 12th generation PowerEdge and later systems: MaxPerf, 2133MHz, 1866MHz, 1600MHz, 1333MHz, 1067MHz, 800MHz, MaxReliability Sets the speed of system memory. NOTE: On systems prior to Dell’s 12th generation PowerEdge systems, memorypowermode is a suboption of Power. Example: A:>syscfg --MemFrequency=MaxPerf MemFrequency=MaxPerf Applicable Systems All PowerEdge systems. MemPatrolScrub Table 200.
MemVolt Table 202. 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 203.
ProcC1E or cpucle Table 205. ProcC1E or cpucle Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: enable, disable • On Dell’s 12th generation PowerEdge systems and later systems: Enabled, Disabled 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 or cstates Table 206.
Example: A:>syscfg --ProcPwrPerf=OsDbpm ProcPwrPerf=OsDbpm Applicable Systems All PowerEdge systems. ProcTurboMode or turbomode Table 208. ProcTurboMode or turbomode Valid Arguments Description • On systems prior to Dell’s 12th generation PowerEdge systems: enable, disable • On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Enables or disables core-based turbo mode.
• Description On Dell’s 13th generation PowerEdge and later systems: Enabled, Disabled Enables or disables the Energy Efficient Turbo (EET). EET is a mode of operation where the core frequency of a processor is adjusted within the turbo range based on workload. Example: A:>syscfg --EnergyEfficientTurbo=Enabled EnergyEfficientTurbo=Enabled Applicable Systems Dell’s 13th generation PowerEdge and later systems ProcnTurboCoreNum Table 211.
UncoreFrequency Table 213. UncoreFrequency Valid Arguments Description • On systems prior to Dell’s 13th generation PowerEdge systems: NA • On Dell’s 13th generation PowerEdge and later systems: DynamicUFS, MaxUFS, MinUFS Sets the processor uncore frequency. Dynamic mode allows the processor to optimize power resources across the cores and uncore during runtime.
• Description On 12G and later systems: Immediate, User, Random Specifies how the system supports the staggering of power-up after AC power has been restored to the system. Example: A:>syscfg --AcPwrRcvryDelay=Immediate AcPwrRcvryDelay=Immediate Applicable Systems PowerEdge 12G and later systems AcPwrRcvryUserDelay Table 216. AcPwrRcvryUserDelay Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Controls the user defined AC Recovery Delay.
IntelTxt or inteltxt Table 218. IntelTxt or inteltxt Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: On, Off Turns the Trusted Execution Technology on or off. To enable Intel TXT, VT must be enabled, and the TPM must be enabled with pre-boot measurements and activated.
• Description On 12G and later systems: Locked, Unlocked Locks the system password. To prevent the system password from being modified, set this option to lockedand enable setup password. This field also prevents the system password from being disabled by the user while the system boots. Example: A:>syscfg --pwdlock=lock pwdlock=lock Applicable Systems All PowerEdge systems. PwrButton or powerbutton Table 221.
Example 3: A:>syscfg --setuppwd=asetuppassword -oldsetuppwd=currentpassword The old password entered is incorrect. The new password will not be set. Please try again. Applicable Systems All PowerEdge systems SysPassword or syspwd Table 223. SysPassword or syspwd Valid Arguments Description • On systems prior to 12G: read-only • On 12G and later systems: read-only Sets the system password for the BIOS. The system password is required when booting the system.
TcmActivation or tcmactivation Table 225. TcmActivation or tcmactivation Valid Arguments Description • On systems prior to 12G: enabled, disabled, and nochange • On 12G systems: NoChange, Activate, Deactivate Allows the user to change the operational state of the Trusted Cryptography Module (TCM). This field is read-only when TCM Security is set to Off. NOTE: The tcmactivation option is a sub-option of tcm.
NOTE: The tcmsecurity option is a sub-option of tcm. Example: A:>syscfg --tcmsecurity=on tcmsecurity=on Applicable Systems All PowerEdge systems. TpmActivation or tpmactivation Table 228. TpmActivation or tpmactivation Valid Arguments • On systems prior to 12G: enabled, disabled, nochange • On 12G systems: NoChange, Activate, Deactivate Allows the user to change the operational state of the Trusted Platform Module (TPM). This field is read-only when TPM Security is set to Off.
TpmSecurity or tpmsecurity Table 230. TpmSecurity or tpmsecurity Valid Arguments Description • On systems prior to 12G: off, onwithpbm, onwithoutpbm • On 12G and later systems: Off, OnPbm, OnNoPbm Controls the reporting of the Trusted Platform Module (TPM) in the system. NOTE: The tpmsecurity option is a sub-option of tpm. Example: A:>syscfg --tpmsecurity=off tpmsecurity=off Applicable Systems All PowerEdge systems. TpmStatus Table 231.
TpmCommand Table 233. TpmCommand Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: None, Activate, Deactivate, Clear Configures the Trusted Platform Module (TPM). • None • — Commands are not sent to the TPM. Activate — TPM is enabled. • Deactivate — TPM is disabled. • Clear — All the contents of TPM are cleared. NOTE: This field is read-only when TpmSecurityis set to Off. CAUTION: Clearing TPM results in loss of all keys in the TPM.
• Description On 12G and later systems: Standard, Custom Sets the process to authenticate pre-boot images. When set to Standard, the BIOS uses the system manufacturer keys and certificates to authenticate pre-boot images. When set to Custom, the BIOS uses user-defined keys and certificates. The default value is Standard. Example: A:>syscfg --SecureBootPolicy=Standard SecureBootPolicy=Standard Applicable Systems PowerEdge 12G and later systems UefiVariableAccess Table 236.
verification. Audit Mode is useful for programmatically determining a working set of policy objects. Example: A:>syscfg --SecureBootMode=UserMode SecureBootMode=UserMode Applicable Systems PowerEdge 14G and later systems TpmPpiBypassClear Table 238.
UefiBootSeq Table 240. UefiBootSeq Valid Arguments • On systems prior to 12G • : NA On 12G and later systems : list of device names separated by commas 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. If the first option is not successful, the second option is attempted, and so on.
The set of converted commands are available in dtktoracadm_dict.map. For more information see, Dell EMC OpenManage Deployment Toolkit User's Guide or Dell EMC OpenManage Deployment Toolkit Installation Guide. The following table lists the set of commands available: Table 243. 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.
Group Integrated Devices Memory Settings Miscellaneous Settings Processor Settings SYSCFG Commands Equivalent RACADM Commands --BootSeqRetry BIOS.BiosBootSettings.BootSeqRetry --HddFailover BIOS.BiosBootSettings.HddFailover --SetBootOrderFqddn BIOS.BiosBootSettings.SetBootOrderFqddn --SetLegacyHddOrderFqddn BIOS.BiosBootSettings.SetLegacyHddOrderFqddn --EmbVideo BIOS.IntegratedDevices.EmbVideo --IoatEngine BIOS.IntegratedDevices.IoatEngine --IntegratedNetwork1 BIOS.IntegratedDevices.
Group SATA Settings 130 SYSCFG SYSCFG Commands Equivalent RACADM Commands --ProcX2Apic BIOS.ProcSettings.ProcX2Apic --cpucore BIOS.ProcSettings.ProcCores --cpuspeed BIOS.ProcSettings.ProcCoreSpeed --logicproc BIOS.procsettings.LogicalProc --proc1brand BIOS.procsettings.Proc1Brand --proc1id BIOS.procsettings.Proc1Id --proc1l2cache BIOS.procsettings.Proc1L2Cache --proc1l3cache BIOS.procsettings.Proc1L3Cache --proc1numcores BIOS.procsettings.Proc1NumCores --proc2brand BIOS.
Group SYSCFG Commands Equivalent RACADM Commands --sataportg BIOS.SataSettings.SataPortG --sataportgmodel BIOS.SataSettings.SataPortGModel --sataportgdrivetype BIOS.SataSettings.SataPortGDriveType --sataportgcapacity BIOS.SataSettings.SataPortGCapacity --sataporth BIOS.SataSettings.SataPortH --sataporthmodel BIOS.SataSettings.SataPortHModel --sataporthdrivetype BIOS.SataSettings.SataPortHDriveType --sataporthcapacity BIOS.SataSettings.SataPortHCapacity --sataporti BIOS.SataSettings.
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 244. assignintr Valid Arguments standard, distributed Description Controls the interrupt assignment of PCI devices in the system. This option is set to standard by default, causing standard interrupt routing that uses interrupt A, B, C, and D for all PCIe devices.
conboot Table 247. 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. This option can be replicated. Example: A:>syscfg --conboot=enable conboot=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12Gsystems coreperformanceboost Table 248.
embhypervisor Table 250. 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 251. embideraid Valid Arguments on, off Description Turns on or off the embedded IDE RAID controller. This option is only valid for supported systems that have IDE ROMB. This option can be replicated.
embnic2pxe Table 253. 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. This option can be replicated.
embscsi2 Table 256. 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 257. embscsiraid Valid Arguments raid, off, scsi Description Sets the specified value for the SCSI RAID controller.
embscsiraidchb Table 259. 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 260.
power Table 262. 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 263. 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 264.
Option Sub-option Arguments Description If power profiles are not available on the platform, an error message is displayed. A:>syscfg power--profile=maxperformance --setuppwdoverride custom Creates the custom profile. Reboot the system for the settings to take effect.
Option Sub-option Arguments Description Example: A:>syscfg power --cap= -unit=watt --setuppwdoverride --maxpowercap Displays the value of the maximum power threshold. --minpowercap Displays the value of the minimum power threshold. --valsetuppwd Validates the setup password for power authentication. If you try to change the DTK settings, you are prompted to enter this password to access the settings. For more information on delimiters, see Command Line Option Delimiters.
Option Sub-option Arguments Description Example: A:>syscfg tcm --tcmactivation=enabled -tcmundoclear --setuppwdoverride Sub Options And Arguments For tpm Option The following table lists the sub-options and arguments for the tpm option. Table 267. 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.
Option Sub-option Arguments Description There is currently no pending TPM Clear request message is displayed. 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 268. 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 271. 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 272. deviceguid Option Sub-option Valid Arguments Description --deviceguid* NA NA Displays the GUID for the BMC. This option cannot be replicated.
fiberchannel Table 274. fiberchannel Valid Arguments enable, disable 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 275. floppy Option --floppy Valid Arguments auto, off, readonly Description Sets the diskette drive controller to auto, off, or readonly.
hddfailover Table 277. hddfailover Valid Arguments off, on 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.
Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems with AMD Opteron processors. idecdrom Table 280. 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 281. idracgui Valid Arguments enable, disable Description Enables and disables the iDRAC GUI. This option can be replicated.
memdynamicpower Table 283. memdynamicpower Valid Arguments enable, disable Description Enables or disables the dynamic memory power states. This option can be replicated. Example: A:>syscfg --memdynamicpower=enable memdynamicpower=enable Applicable Systems PowerEdge systems with Intel Xeon 7500 series memintleave Table 284. memintleave Valid Arguments enable, disable Description Enables or disables the memory interleave mode. This option can be replicated.
mouse Table 286. mouse Valid Arguments on, off Description Turns the mouse controller on or off. This option can be replicated. Example: A:>syscfg --mouse=off mouse=off Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. noraidprompt Table 287. 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.
not applied to the system. Generally, passwords are limited to alphanumeric characters and cannot exceed 32 characters in length. This option is not replicated. For more information on delimiters, see Command Line Option Delimiters. Example: A:>syscfg --setuppwd=asetuppassword -oldsetuppwd=currentpassword The password has been set.Please use a warm reboot to apply the password to the system. Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. oldsyspwd Table 289.
remflashmedia Table 291. remflashmedia Valid Arguments read-only Description Displays the redundancy status of internal dual SD module. The status can be: • • Full — Secure digital card (SD) 1 and 2 are functioning properly. Lost — Either any of the secure digital cards or both are not functioning properly. The option also displays the status of the individual SD cards as follows: • • • • • • Active — The card is used for secure digital reads.
serial2 Table 293. serial2 Valid Arguments auto, disable, com2, com4 Description Configures or reports the second serial port communication port. This option can be replicated. Example: A:>syscfg --serial2=rac serial2=rac Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. slotname Table 294. slotname Valid Arguments read-only Description Reports the slot name of the blade.
sysrev Table 296. sysrev Valid Arguments read-only Description Reports the system revision. Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. usb Table 297. usb Valid Arguments on, legacy, off Description Sets or reports the status of the USB port. When set to on, USB keyboards and mice function only for systems with operating systems that have native USB support.
vflash Table 299. vflash Valid Arguments enable, disable Description Enables or disables vflash on iDRAC. Example: A:>syscfg --vflash=enable vflash=enable Applicable Systems All PowerEdge 11G systems or systems with iDRAC6 identify Table 300. identify Valid Arguments 0–254 Description Flashes the identification LED for a specified number of seconds. NOTE: Use 0 to stop the blinking of the LED.
Option Sub-option Valid Arguments Description --minorfwversion NA Reports the minor firmware revision of iDRAC. A:>syscfg --idracversion devid=32 devrevision=0 majorfwversion=0 minorfwversion=40 kvmstatusonlcd Table 302. kvmstatusonlcd Option Sub-option --kvmstatusonlcd NA Valid Arguments Description Applicable Systems active, inactive Configures the Dell Virtual KVM (vKVM) session status on the LCD.
Option Sub-option Valid Arguments Description The destipaddr sub-option is dependent on the alertdest sub-option. If the alertdest suboption is not specified on the command line, the first alert destination (alertdest=1) is set with this IP address or FQDN. This sub-option can be replicated. NOTE: FQDN is applicable only for destipaddr option and is supported only on PowerEdge 12G systems. Example 1 (to set the destination IP address): A:>syscfg lcp --alertdest=1 -destipaddr=192.168.100.
Option Sub-option Valid Arguments Description --fullduplex enable, disable Enables or disables full duplex on the RAC network interface. --autoneg enable, disable Enables or disables autonegotiation. --speed 10,100 Sets the network interface speed to 10 or 100 Mbps. --dnsdhcp enable, disable Enables or disables obtaining the DNS server IP address through DHCP. --dnsserver1 Sets the IP address of the primary DNS server for domain name resolution.
Option Sub-option Valid Arguments Description Example 2 (to set the LAN configuration parameters): 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 lanchannelaccess Table 304.
lanchannelinfo Table 305. lanchannelinfo Option Sub-option Valid Arguments Description lanchannelinfo or lci NA NA Displays media and protocol information about the LAN channel. This option cannot be replicated. lanuseraccess Table 306. lanuseraccess Option Sub-option Valid Arguments Description Configures the privilege level and channel accessibility associated with a specified User ID for the LAN channel.
lcd1 Table 307. lcd1 Option Sub-option Valid Arguments Description --lcd1 NA Sets the first line of user-defined text on the system LCD. This option can be replicated. For more information on delimiters, see Command Line Option Delimiters. NOTE: Before setting user strings for -lcd1 , ensure that --lcd is set to user. lcd2 Table 308. lcd2 Option Sub-option Valid Arguments Description --lcd1 NA Sets the second line of user-defined text on the system LCD.
nextboot Table 310. nextboot Option Sub-option Valid Arguments Description --nextboot or -OneTimeBootSeqDev NA valid device name (from Sets the specified device as the first device in the boot order for the next boot cycle only. The device the bootseq option must be a device from the bootseq option device list) device list. Run the bootseq option to see a list of available device names. For more information, see --bootseq. This option is not replicated. Example 1: A:>syscfg --bootseq Device 1: floppy.
passwordaction Table 312. passwordaction Option Sub-option Valid Arguments 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. passwordaction NOTE: This option does not support 20 byte passwords. --userid 2–16, if your system has a DRAC 5 controller Specifies the BMC User ID. This sub-option cannot be replicated.
Option Sub-option Valid Arguments Description hardwarelogfail, autorecovery, batterywarn, batteryfail, powerabsent, procabsent, systempowerwarn, systempowerfail --filteraction powercycle, reset, powerdown, power reduction, none Sets the event filter action for the filter specified using the filter sub-option. This sub-option depends on the filter sub-option. This suboption can be replicated. --hostname Sets the host name (maximum of 62 printable ASCII characters) for the BMC.
Table 314. pefcffgparams Option Sub-option Valid Arguments pefcfgparams or pcp Description Applicable Systems Configures and displays PEF configuration parameters. This option can be replicated. All PowerEdge systems fanfail, voltfail, discretevoltf ail, tempwarn, tempfail, intrusion, redundegraded ,redunlost, procwarn, procfail, powerwarn, powerfail, hardwarelogfa il, autorecovery, batterywarn, batteryfail, powerabsent, procabsent, systempowerwa rn, systempowerfa il Specifies a PEF value.
Option Sub-option Valid Arguments Description Applicable Systems --alertpolstatus enable, disable Enables or disables the alert policy specified using the alertpolnum suboption. This sub-option can be replicated. This sub-option is dependent on the alertpolnum sub-option.
Option Sub-option Valid Arguments Description Powerdown turns off the system. powercycle Turns off the system and automatically turns on your system after a few seconds. reset Resets the system. softshutdown In Linux, the system turns off immediately. NOTE: In Windows PE, this option does not work. NOTE: This option applies only to PowerEdge systems that are configured with a BMC. NOTE: This argument requires ACPI support to function properly. racreset Table 317.
Option Sub-option Valid Arguments Description --tmcfgechoctrl echo, noecho Sets the echo control value for terminal mode configuration. This sub-option can be replicated. --tmcfghandshakectrl enable, disable Sets the handshake control value for terminal mode configuration. This sub-option can be replicated. --tmcfgnewlineseq noterm, crlf, Sets the new line sequence value for terminal null, cr, lfcr,1f mode configuration. This sub-option can be replicated.
Option Sub-option Valid Arguments Description maximum privilege level set to administrator): A:>syscfg serialchannel access -ipmioverserial=disable -channelprivlmt=administrator serialchannelaccess ipmioverserial=disable channelprivlmt=administrator serialchannelinfo Table 320. serialchannelinfo Option Sub-option Valid Arguments Description Displays media and protocol information about the serial channel. This option cannot be replicated.
Option Sub-option Valid Arguments Description User ID for the serial channel. This option can be replicated. --userid 2–16, if your system has a DRAC 5 controller Sets the User ID. This sub-option can be replicated. --usrprivlmt user, operator, Sets the maximum BMC user privilege administrator,noac level for the serial channel for the User ID cess specified using the userid sub-option. This sub-option can be replicated. This sub-option is dependent on the userid sub-option.
Option Sub-option Valid Arguments Description Example: A:>syscfg solaction --userid=2 --action=disable solaction userid=2 action=disable --userid 2–16, if your system has a DRAC 5 controller Specifies the BMC user ID. This sub-option can be replicated. --action enable, disable Enables or disables the user ID specified using the userid sub-option. This sub-option can be replicated and is dependent on the userid suboption. solcfgparams Table 323.
Option Sub-option Valid Arguments Description Example 1 (to display the current SOL configuration): A:>syscfg solcfgparams solcfgparams solenable=enable solprivlevel=administrator solcharaccum interval=25 solcharsend threshold=25 solbitrate=9600 Example 2 (to set the SOL configuration parameters): A:>syscfg solcfgparams --solenable=disable --solprivlevel=administrator --solcharaccum interval=25 --solcharsend threshold=100 --solbitrate=9600 solcfgparams solenable=disable solprivlevel=administrator solchar
Table 325. useraction Option Sub-option Valid Arguments Description Enables and disables BMC, sua, and lua user IDs. This option can be replicated. useraction --userid 2–16, if your system has a DRAC 5 controller Specifies the BMC user ID. This sub-option can be replicated. --action enable, disable Enables or disables the user ID specified using the userid sub-option. This sub-option can be replicated. This sub-option is dependent on the userid sub-option.
version Table 327. version Option Sub-option Valid Arguments Description --version NA NA Displays the version information for the SYSCFG utility. virutualmedia Table 328. virutualmedia Option Sub-option Valid Arguments Description --virutualmedia NA enable, disable, auto Enables or disables the virtual media. This option cannot be replicated. NOTE: This option is available only with the appropriate installed license.
Option Valid Arguments Description Example: A:>syscfg -b 1 The state byte has been set to 1. A:>syscfg -b 2 -x The state byte has been set to 0x02. -r or --read* NA NOTE: The asterisk is not part of the command syntax. Reads the value of state data. When used with the -x option, the value is reported in hexadecimal format (0xNN). Example: A:>sysfg -r -x The state byte has been set to 0x02. A:>syscfg -r The state byte has been set to 2.
Option Valid Arguments Description Example: A:>syscfg --asset asset=ASSET --biosver* None Reports the BIOS version for a system. If used with the -s option, the environment variable is set to the BIOS version. Example: A:>syscfg --biosver biosver=A08 --chassvctag* None Reports the chassis service tag on blade systems. Example: A:>syscfg --chassvctag chassvctag=SVCTAG1 --cpucount* None Reports the number of processors found on the system.
Option Valid Arguments Description Example: A:>syscfg --mem mem=256MB -n Specifies an input file to use for resolving PCI vendor and device numbers to strings. The file must be present (with read rights) and contain a properly formatted list. For more information, see PCI Reporting . This option must be used with the pci option. Example: A:>syscfg -n pci.txt --pci PCI Bus: 2, Device: 4, Function: 0 Vendor: 8086 - Intel Corp.
Option Valid Arguments Description Class: 06 - Bridge SubClass: 00 - CPU/PCI PCI Bus: 0, Device: 0, Function: 2 Vendor: 1166 - ServerWorks Device: 0000 - Unknown Slot: 00 Class: 06 - Bridge SubClass: 00 - CPU/PCI None Example 2 (the pci.
Option Valid Arguments Description Example: A:>syscfg -s ENVNAME --svctag ENVNAME=SERVICE --slot* None Reports the slot on a Blade system. If it is not a Blade system, the slot is reported as 0. If used with the -s option, the environment variable is set to the slot. Example 1 (Blade systems) : A:>syscfg --slot slot=1 Example 2 (Rack and Tower systems) : A:>syscfg --slot slot=0 NOTE: This option is valid only on PowerEdge blade systems. --svctag* None Reports the service tag for a system.
Option Valid Arguments Description Example: A:>syscfg --syssvctag syssvctag=BLADE01 --uuid* None Reports the Unique User Identifier (UUID) for a system. The UUID is a unique system identifier used in PXE requests. Example: A:>syscfg --uuid uuid=44454C4C-5300-104C-8044- B1C04F423131 SYSCFG For IPv6 Configuration The following table lists all valid options and arguments for IPv6 configuration along with a description of each option.
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.
• SAS 5iR Integrated and SAS 5iR Adapter 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.
Option Valid Arguments Short Description Mandatory or Optional Creates encryption key for the encryptioncapable 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. See Creating Virtual Disks for specific usage information.
Option Valid Arguments Short Description Mandatory or Optional evs Increases the size of the virtual disk by the specified percentage. See Increasing Virtual Disk Size for specific usage information. Imports the foreign configuration for the indicated controller. See Importing and Clearing Foreign Configurations for specific usage information. Clears the foreign configuration for the specified controller. See Importing and Clearing Foreign Configurations for specific usage information.
Option Valid Arguments Short Description Mandatory or Optional rghs Unassigns all global hot spares to disks on the specified controller. See Assigning, Unassigning, And Listing Global Hot Spares for specific usage information. Replaces the physical disk of a virtual disk by a ready state disk. See Replacing Physical Disk Of A Virtual Disk for specific usage information.
Option Valid Arguments Short Description channel:target, or channel:target:lun, For SAS controllers, the value of enclosure can be non-zero, in which case you must specify values for channel, target, and enclosure. or channel:target:enclosure Mandatory or Optional NOTE: You can also use pdisk or -pd instead of adisk or -ad to specify an array disk. -c or controllerid Specifies a RAID controller. See Enumerating RAID Controllers for specific usage information.
Option Valid Arguments Short Description Mandatory or Optional See Miscellaneous Options for specific usage information. -o -r or raid Reads the RAID configurations from all available controllers and write these configurations in the given .ini filename. Mandatory. 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.
Option Valid Arguments Short Description Mandatory or Optional -ssz or stripesize Sets the stripe size on the virtual disk in KB. Optional. NOTE: When creating virtual disks, do not specify the units for chunk (stripe) size. The units are always listed in KB. See Creating Virtual Disks for specific usage information. NA Displays the virtual disks under all of the controllers along with the physical array disks that make up the virtual disks.
• Setting Virtual Disk Name • 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 • Cha
Option Parameters Valid Arguments Description 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 334.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description 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 335.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NOTE: From DTK 2.4 onwards, the -fd option creates dedicated hot spares instead of global hot spares. For information about setting global hot spares, see Assigning, Unassigning, And Listing Global Hot Spares. For SCSI controllers, the value of LUN should always be 0. For SAS controllers, the value of enclosure can be non-zero, in which case you must specify values for channel, target, and enclosure.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments or Description Sets the SCSI read policy for the virtual disk. Specify the SCSI read policy for the logical drive. The valid arguments are: controller action= createvdisk controllerid= id adisk= channel:target: lun, channel:target: lun,... • • [or channel:target: enclosure,...] • ra — (read-ahead) The controller reads sequential sectors of the disk when seeking data.
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. -ctrl -ac=cvd c=id -ad= ch:targ,ch:targ, ... [or ch:targ:encl,...] -ssz or stripesize or controller action= createvdisk controllerid= id adisk= channel:target: lun, channel:target: lun,... Sets the stripe size for the virtual disk.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description lun,... channel:target: lun,... [or channel:target: enclosure,...
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NOTE: The wb and wt options are supported on the following RAID controllers only: • • • • • • PERC 5/E Adapter, PERC 5/I Integrated, PERC 5/i Adapter PERC 6/i Integrated, PERC 6/i Adapter, PERC 6/E Adapter PERC 7, PERC 8, and PERC 9 wc — Write-Caching sets the controller to send a write-request completion signal only after the data is written to the disk.
Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description NOTE: The following example displays the output of a Series 7 controller. NOTE: The software controller does not display the NegSpeed, CapSpeed, Certified and Supported parameters.
Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description Avail: 0 MB PowerState: Spun Up SMARTState: No Error DiskState: Online Encryption Capable: No Secured: Not Applicable Sector Size: 512B T10 Protection Info Capable: No 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.
Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description Encryption Capable: Yes Secured: No Sector Size: 512 MB T10 Protection Info Capable: No RAIDCFG Command successful! 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 337.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -vd Controller: PERC H710P Adapter VDisk ID: 0 Virtual Disk Name: Virtual Disk 0 Size: 857344 MB (837 GB) Type: RAID 0 Read Policy: Adaptive Read Ahead Write Policy: Write Back Cache Policy: Disabled Stripe Size: 64 Drives: 0:0:1,0:1:1 BootVD: No T10 Protection Info: Disabled RAIDCFG Command successful! -vd or vdisk -c or controller id Lists all the virtual disks
Deleting Virtual Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for deleting virtual disks. Table 339. Deleting Virtual Disks Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd -ac=dvd - c=id NA NA Deletes all virtual disks on the indicated controller. This option combination is mandatory.
Setting A Virtual Disk As Bootable Virtual Disk The following table lists the RAIDCFG options, parameters, and pre-defined arguments for setting a virtual disk as a bootable virtual disk. Table 341.
Table 343. Setting Virtual Disk Name Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd -vd=id ac=svdn - vdn= - c=id or vdisk vdisk= id action= setvdname vdname= controllerid= id NA NA Sets the name of the specified virtual disk on the specified controller.
Function Calls of Setenvironment Option The following table lists the function calls of the setenvironment option. Table 345. Function Calls of the setenvironment Option Function Call Description getfirmware Returns the firmware version of the specified controllers. 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.
Function Call Description Example: A:>raidcfg -se -envn=HOTSPARES -envc= gethotspares -c=2 HOTSPARES=1:8:1,1:9:1 RAIDCFG Command successful! Returns the free array disks. getfreeadisks A:>raidcfg -se -envn=GETFREEADISKS -envc= getfreeadisks -c=2 GETFREEADISKS=0:3:1,0:4:1 RAIDCFG Command successful! Returns the total number of array disks.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description stripesize=32 cachepolicy=d adisk=0:0:1,0:1:1,0:2:1 [vdisk1] controllerid=0 size=65345 raid=1 readpolicy=ra writepolicy=wt stripesize=64 cachepolicy=d adisk=0:3:1,0:4:1 NOTE: If the controller uses global hot spares, the raid.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: hotspare controllerid=id A:>raidcfg -ad -ac=lghs -c=2 RAIDCFG Command successful! -ctrl —ac=rghs c=id -ad|-pd= ch:targ:encl or controller action=removeglob alhotspare controllerid=id adisk| pdisk=channel:tar get:enclosure NA NA Unassigns all the specified global hot spares to a disk on the specified controller.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NOTE: For clearing secured foreign configuration, use instantsecureerase or insecerase. For more details, see Erasing Encrypted Physical Disk. Example: A:>raidcfg -ctrl -c=2 -ac=fgnclr -ctrl -c=id NA NA -ac=fgnrvr or Recovers 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.
Table 350. 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.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description controller controllerid=id action=changesecu ritykey passphrase=passph rase keyid=key oldpassphrase=pas sphrase Deleting Encryption Key The following table lists the RAIDCFG options, parameters, and pre-defined arguments for deleting the encryption key of a controller. Table 353.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: ch:targ:encl c=id A:>raidcfg -vd -ac=crbd -ad=0:1 -c=2 or 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 355.
Table 356. Configuring Physical Disk State Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ad -ac=online ad|-pd= ch:targ:encl c=id NA NA Sets the array disk state to online. Example: A:>raidcfg -ad -ac=online -ad=0:1 c=2 or adisk action=online adisk| pdisk=channel:tar get:enclosure controllerid=id -ad -ac=offline ad|-pd= ch:targ:encl c=id NA NA Cancels the rebuild of the physical disk associated with a specified virtual disk.
Consistency check for virtual disk The following table lists the RAIDCFG options, parameters, and predefined arguments for a consistency check for a virtual disk. Table 358. Consistency Check For Virtual Disk Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd -c=id -vd=id ac=cc or vdisk controllerid=id vdisk=id action=consistenc ycheck NA NA Check consistency for a specified virtual disk.
Discarding Preserved Cache The following table lists the RAIDCFG options, parameters, and pre-defined arguments for discarding the preserved cache on the controller. Table 360. Discarding Preserved Cache Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description --ctrl -c=id ac=dpc -force NA NA Discards the preserved cache on the controller.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description supported on SAS controllers. Using the slowinit command on unsupported controllers returns an error. vdisk=id action=slowinit Example: A:>raidcfg -vd -c=2 -vd=2 -ac=sli -vd -c=id -vd=id -ac=ci or vdisk controllerid=id vdisk=id action=cancelinit NA NA Cancels the initialization of the virtual disk with the cancelinit command.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments controller controllerid=id action=enableperi stenthotspare Description NOTE: Assign hot spare for a bootable virtual disk only from the disk drives of slot 0-3 of the system. Example: A:>raidcfg -ctrl -ac=ephs -c=2 RAIDCFG Command successful! --ctrl -c=id ac=dphs NA NA or controller controllerid=id action=disableper sistenthotspare Disables the persistent slot corresponding to the hot spare drive.
Supported Controllers And Firmware Versions For PCIe Link Speed The following table lists the controllers and minimum supported firmware versions for PCIe link speed. Table 365. Supported Controllers And Firmware Versions For PCIe Link Speed Controllers Component Minimum Supported Versions PERC H710 H710 Adapter 21.2.0-0007 H710 Mini Monolithic 21.2.0-0007 H710P Adapter 21.2.0-0007 H710P Mini Monolithic 21.2.0-0007 H810 Adapter 21.2.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: import autoimport=<0|1> A:>raidcfg -ctrl -c=2 -ac=eai -ai=0 Miscellaneous Options The following table lists all other RAIDCFG options, parameters, and pre-defined arguments. Table 368. Miscellaneous Optional Parameters Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description any option -l or logfile Logs command line output to a file.
Quick Reference To RAIDCFG Commands The following table lists the basic RAIDCFG commands. Table 369. Quick Reference To RAIDCFG Commands Purpose Command Description To list all the RAID controllers in a system raidcfg -ctrl Lists all the RAID controllers in the system. Record the slot ID of the controllers for later reference.
Purpose Command Description To create a virtual disk of RAID 50 raidcfg -ctrl -ac=cvd -c=slotid -ad= x:y,x:y,x:y,x:y ,x:y,x :y -r=50 -sp=x Creates a virtual disk of maximum size for type RAID 50. To create a virtual disk of RAID 6 raidcfg -ctrl -ac=cvd -c=slotid -ad= x:y,x:y,x:y,x:y ,x:y,x :y -r=6 -sp=x The slot ID in <-c=slotid> and the array disks in <-ad=...> are obtained from the first two commands. The drive location is obtained from the second command.
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 \T
On systems running Windows, UPINIT looks for the following files: • createup.cfg , mountup.cfg , umountup.cfg , and listup.cfg in the DELL\TOOLKIT\TEMPLATE\SCRIPTS directory • sysdrmk.exe in the DELL\TOOLKIT\TOOLS directory UPINIT Options And Arguments Table below lists the valid options and arguments for the UPINIT utility. Table 370. UPINIT Options and Arguments Option Valid Arguments Description none none If no options are given, the tool outputs usage information.
Option Valid Arguments Description information, please consult the Deployment Toolkit Documentation. Usage: upinit.bat [--overwrite] --disk=ID or -d=ID --size=size or -s=size --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.
Option Valid Arguments Description The --overwrite option should be used for upgrading/downgrading purposes. The --size option is not required when using the --overwrite option because the -overwrite option does not resize an existing Dell Utility Partition. If any partitions exist, they are not deleted. integer, required (Windows) string, required (Linux) disk Specifies the disk on which to create a utility partition. This disk is checked to ensure that there are no existing partitions.
7 Messages And Codes This section documents the error messages and codes used in Dell OpenManage Deployment Toolkit (DTK).
Error Code Message 11 racreset cannot be accompanied with any other option. 12 Cannot execute command. Command, or request parameter(s), not supported in present state. 13 Command not supported on given channel. 14 The community string may only contain printable ASCII characters. 15 Destination unavailable. Cannot deliver request to selected destination. 16 Cannot execute command. Insufficient privilege level. 17 Command illegal for specified sensor or record type.
Error Code Message 42 Requested data field length limit exceeded. 43 Requested Sensor, data, or record not present. 44 Request data truncated. 45 Command response could not be provided. 46 Command response could not be provided. BMC initialization or initialization agent in progress. 47 Command response could not be provided. Device in firmware update mode. 48 Command response could not be provided. SDR Repository in update mode. 49 Cannot execute command, SEL erase in progress.
Error Code Message 72 The BIOS update file version is identical to the current system bios. Use the --force option to use this BIOS image. 73 The sequence list must be a comma-separated numerical list of valid unique boot device numbers (ex: 2, 1, 3). 74 The sequence list must be a comma-separated list of valid unique device names (ex: nic.emb.1, hdd.emb.1) or a comma-separated numerical list of valid unique boot device numbers (ex: 2, 1, 3). 75 There was an error setting the sequence.
Error Code Message 102 Input file not found. 103 Input file cannot be read. 104 Invalid argument for option. 105 Function table lookup error. 106 The machine ID was not found in the file. 107 The system memory information is not available. 108 Mode can only be used with the --pci option. 109 The device name or index must be present in the boot order. 110 The output file could not be opened. Please make sure the path exists and the media is not write protected.
Error Code Message 134 Usage error. 135 The uuid information is not present on this system 136 Version cannot be accompanied with any other option. 137 The self-identify blinker timer should be set to 0..255 second(s). 138 Encrypt key is too long. 139 Encrypt key is invalid, accepted characters are 0 to 9 or A to F. 140 Parameter has been temporarily disabled due to a dependency on other settings. 141 The old password supplied is incorrect. The new password will not be set.
Error Code Message 162 Invalid IPv6 address. The Primary DNS server address specified has incorrect address format. 163 Invalid IPv6 address. The Secondary DNS server address specified has incorrect address format. 164 Invalid IPv6 address. The gateway address specified is invalid. 165 Invalid configuration. Attempting to apply IPv6 configuration on a non supported platform. 166 Invalid IPv6 configuration. Attempt to set DNS server address manually while DNS address source is set to auto.
Error Code Message 187 Error in retrieving the vFlash option. 188 Error in setting the vFlash option. 189 The set operation failed due to dependency. 190 The set operation failed because attribute is forced to a value. 191 Cannot disable this OrderedList’s entries. 192 The set operation failed because system is busy now . Try again later. 193 New value for the token not valid. 194 Token not found. 195 The set operation failed because System Services and/or CSIOR disabled.
Table 372. SYSCFG Failures and Solutions Failure Messages Solutions Generic failure. Indicates iDRAC is in bad state. Reboot iDRAC. New value not valid. Make sure the changed value is valid. Cannot disable this orderedList’s entries. BIOS does not support enabling or disabling of a particular boot order object. System busy, try again later. Retry as iDRAC is busy with internal processing. Unable to connect iDRAC data manager. Start data manager service using srvadmin_services (specific to Linux).
Error Code Message 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 374. UPINIT Linux-Specific Error Codes and Messages Error Code Message 31 Error: Invalid disk specified. 32 Error: Mount failed. 33 Cannot create mount point .File exists 34 Error: fdisk failed.
Error Code Message 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. 16 Exactly 2 array disks are required to create a RAID 1 virtual disk. 17 Unsupported stripe size value.
Error Code Message 38 Disk Rebuild failed. 39 Disk Format failed. 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.
Error Code Message 68 Create virtual disk failed. Failed to map virtual disk to operating system disk. 69 Create virtual disk failed. Failed to map virtual disk to operating system disk. 70 Virtual disk initialization failed. 71 Virtual disk initialization failed. Controller busy. 72 Virtual disk reconstruction failed. Controller busy. 73 Virtual disk resynching failed. Controller busy. 74 Flush Virtual disk's cache failed on controller. 75 Virtual disk partition specified not found.
Error Code Message 98 Virtual disk Create - Read-write failed. 99 Virtual disk - Clear-to-zero failed. 100 Virtual Disk Requires Non Multilevel. 101 Virtual Disk Promote Operation failed. 102 Specified virtual disk has no drive letter assigned to it. 103 Cannot expose virtual disk. 104 Cannot reconfigure virtual disk. 105 Cannot stop the reconfiguration of the virtual disk. 106 SMART report count not supported. 107 Operations on hidden virtual disks are not allowed.
Error Code Message 130 Unexpected controller error. 131 Controller out of memory. 132 Invalid controller state. 133 Controller failed. 134 Controller busy. 135 Controller does not exist. 136 Controller name is invalid. 137 Controller is iterated. 138 Rename of virtual disk was not successful. 139 The controller was not able to erase the file system from the specified virtual disk. 140 The controller was not able to add space to the specified concatenation set.
Error Code Message 163 Operation to clear error count of SMART device has failed. 164 Driver could not execute. 165 Cannot delete virtual disk. 166 Cannot set temperature probe. Invalid value entered. 167 Cannot set enclosure tag. Invalid value entered. 168 Cannot set enclosure alarm. 169 Temperature probe value out of range. 170 Cannot set cache mode. 172 Data will be lost on the secondary disk and a reboot will be forced. 173 Cluster Services (MSCS) is running.
Error Code Message 187 There are no disks of sufficient size available to be assigned as a hot spare. 188 There are no disks of the correct type and sufficient size available to be assigned as a hot spare. 189 The Create Virtual Disk task was successful but the operating system may not be aware of the new virtual disk. 191 The import of foreign configurations is complete. Some configurations could not be imported. 192 Enable alarm command failed.
Error Code Message 218 Unable to determine optimum size for Virtual disk. Ensure that the array disks are of the same protocol (i.e. SAS, SATA, SCSI). If there is a mismatch of the array disks then the RAIDCFG will not be able to determine the optimum size. In addition, also ensure that there is drive size available for the specified virtual disk. 219 One or more array disks selected to create virtual disk or hotspare doesn't have enough disk space.
Error Code Message 240 Enable Auto Import can be set to 0 (No) or 1 (Yes). 241 Cannot discard the preserved cache because a foreign configuration is present on the controller. Use '-ignoreconfig' or '-igncfg' to discard the cache. 1000 Enable Auto Import property could not be set for the RAID controller. 1001 Invalid array disk list. 1002 Source or destination disk is in invalid state.
Error Code Message 1024 Invalide Key Id 1025 Encryption key is already set for the controller. 1026 Cannot delete the encryption key because secure virtual disk is present. 1027 The passphrase is invalid or old. 1028 Cannot increase the virtual disk size due to lack of free space or due to the presence of partial virtual disks on the same set of array disks. 1029 The percentage value of virtual disk size must be in the range 1-100. 1030 Error! Cannot discard the preserved cache.
Error Code Message 16 USER ALREADY IN DATABASE 17 CLOSING TELNET CONNECTION 18 USER DATABASE NOT INITIALIZED 19 INVALID COMMAND SHELL CALL 20 INVALID INPUT FILE 21 TFTP ERROR 22 PCI ERROR 23 SERVER IS IN GRAPHICS MODE 24 SYSTEM DATE AND TIME NOT SET 25 OUT OF MEMORY 26 ACCESS LOCKED 27 PAGING ERROR 28 PAGING ALREADY IN PROGRESS 29 ERROR ACCESSING DEVICE 30 WRONG NUMBER OF ARGUMENTS 31 NO SCREEN FOR ASR STORED 32 CAN'T ADD HISTORY MONITOR 33 INVALID IDENTIFIER 34 CANNOT
Error Code Message 50 SNARFING IS NOT AVAILABLE 51 TEXT RESOLUTION OF SERVER CHANGED 52 MODULE NOT LOADED 53 IPMI ERROR 54 ERROR IN DIAGNOSTIC FUNCTION RACADM Utility Error Codes And Messages Table below lists RACADM utility error codes and messages. Table 378. RACADM Error Codes and Messages Error Code Message 513 An unknown failure occurred. 514 Librac library not initialized. 515 An invalid parameter was passed into function. 516 Invalid DRSTYPE specified.
Error Code Message 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. 545 Failed to create SSL context object. 546 Failed to create SSL BIO object. 547 Unable to create SSL socket connection. 548 Failed to initialize socket.
Error Code Message 569 RAC controller is currently resetting.
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 379. 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.
BMC Platform Events Filter Alert Messages
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.
IntegratedRaid=enable UsbPorts=allon InternalUsb=on IntegratedNetwork1=enable OsWatchdogTimer=disable IoatEngine=disable ;EmbVideo=enable 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=a
ipaddrsrc=dhcp nicselection=dedicated autoneg=enable dnsserver1=0.0.0.0 dnsserver2=0.0.0.0 dnsdhcp=disable dnsracname=idrac dnsregisterrac=disable domainname= domainnamednsdhcp=disable fullduplex=enable speed=100Mbps ;subnetmask=255.255.255.
usrprivlmt=noaccess lanuseraccess userid=14 usrprivlmt=noaccess lanuseraccess userid=15 usrprivlmt=noaccess lanuseraccess userid=16 usrprivlmt=noaccess lcd=servicetag nmibutton=enable pefcfgparams alertpolnum=1 alertpolstatus=disable pefcfgparams alertpolnum=2 alertpolstatus=disable pefcfgparams alertpolnum=3 alertpolstatus=disable pefcfgparams alertpolnum=4 alertpolstatus=disable pefcfgparams filter=fanfail filteralert=enable filteraction=none pefcfgparams filter=discretevoltfail filteralert=enable filtera
filteraction=none pefcfgparams filter=hardwarelogfail filteralert=enable pefcfgparams filter=autorecovery filteralert=enable pefcfgparams filter=procabsent filteralert=enable filteraction=none pefcfgparams filter=powerabsent filteralert=enable filteraction=none pefcfgparams filter=batterywarn filteralert=enable filteraction=none pefcfgparams filter=batteryfail filteralert=enable filteraction=none pefcfgparams filter=systempowerwarn filteralert=enable filteraction=none pefcfgparams filter=systempowerfail fil
serialchannelaccess ipmioverserial=alwaysavail channelprivlmt=administrator serialuseraccess userid=2 usrprivlmt=administrator serialuseraccess userid=3 usrprivlmt=noaccess serialuseraccess userid=4 usrprivlmt=noaccess serialuseraccess userid=5 usrprivlmt=noaccess serialuseraccess userid=6 usrprivlmt=noaccess serialuseraccess userid=7 usrprivlmt=noaccess serialuseraccess userid=8 usrprivlmt=noaccess serialuseraccess userid=9 usrprivlmt=noaccess serialuseraccess userid=10 usrprivlmt=noaccess serialuseraccess
userid=8 action=disable solaction userid=9 action=disable solaction userid=10 action=disable solaction userid=11 action=disable solaction userid=12 action=disable solaction userid=13 action=disable solaction userid=14 action=disable solaction userid=15 action=disable solaction userid=16 action=disable solcfgparams solbitrate=115200 solcharaccuminterval=10 solcharsendthreshold=255 solenable=enable solprivlevel=administrator sysid=04CE sysname=PowerEdge R620 useraction userid=2 action=enable useraction userid
useraction userid=13 action=disable useraction userid=14 action=disable useraction userid=15 action=disable useraction userid=16 action=disable username userid=2 name=root username userid=3 name=NULL username userid=4 name=NULL username userid=5 name=NULL username userid=6 name=NULL username userid=7 name=NULL username userid=8 name=NULL username userid=9 name=NULL username userid=10 name=NULL username userid=11 name=NULL username userid=12 name=NULL username userid=13 name=NULL username userid=14 name=NULL
size=139392 raid=1 readpolicy=ra writepolicy=wb stripesize=64 cachepolicy=d adisk=0:1:1,0:0:1 [vdisk1] controllerid=4 size=139392 raid=1 readpolicy=ra writepolicy=wb stripesize=64 cachepolicy=c adisk=0:3:1,0:2:1 [vdisk2] controllerid=2 size=278784 raid=0 readpolicy=ra writepolicy=wb stripesize=64 cachepolicy=d adisk=0:5:1,0:4:1 failoverdrive=0:9:1 [vdisk3] controllerid=4 size=278784 raid=5 readpolicy=ra writepolicy=wb stripesize=64 cachepolicy=c adisk=0:8:1,0:7:1,0:6:1 [GlobalHotspare0] controllerid=0 failo
#cfgNicCurrentNetmask=255.255.255.0 #cfgNicCurrentGateway=192.168.0.1 #cfgNicCurrentDhcpWasUsed=0 #cfgDNSCurrentDhcpWasUsed=0 #cfgDNSCurrentServer1=192.168.0.5 #cfgDNSCurrentServer2=192.168.0.6 #cfgDNSCurrentDomainName=MYDOMAIN [cfgRemoteHosts] cfgRhostsSmtpEmailEnable=1 cfgRhostsFwUpdateTftpEnable=1 cfgRhostsSmtpServerIpAddr=127.0.0.1 cfgRhostsFwUpdateIpAddr=192.168.0.
[cfgRacSecurity] cfgRacSecCsrKeySize=0x400 cfgRacSecCsrCommonName= cfgRacSecCsrOrganizationName= cfgRacSecCsrOrganizationUnit= cfgRacSecCsrLocalityName= cfgRacSecCsrStateName= cfgRacSecCsrCountryCode= cfgRacSecCsrEmailAddr= [cfgRacVirtual] cfgVirAtapiSvrPort=0xe54 cfgVirMediaDisable=0 cfgFloppyEmulation=0 [cfgActiveDirectory] cfgADRacDomain= cfgADRacName= cfgADEnable=0 cfgADAuthTimeout=0x78 cfgADRootDomain= Sample File Formats 261