Dell EMC OpenManage Deployment Toolkit Version 6.1 Command Line Interface Reference Guide March 2021 Rev.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. Copyright © 2017 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents Chapter 1: Introduction................................................................................................................. 8 DTK Deprecation Message................................................................................................................................................8 What is new in this release................................................................................................................................................
o or outfile..................................................................................................................................................................... 27 ox or outxmlfile.............................................................................................................................................................27 ovrwrt.....................................................................................................................................................
oldsyspwd.................................................................................................................................................................... 140 opticaldrivectrl............................................................................................................................................................140 remflashmedia.................................................................................................................................................
RAIDCFG Options And Arguments.............................................................................................................................. 172 RAID Configuration Utility Options And Arguments................................................................................................ 179 General Help................................................................................................................................................................
Failure Messages....................................................................................................................................................... 223 UPINIT Linux-Specific Error Codes And Messages................................................................................................ 224 UPINIT Windows PE Specific Error Codes And Messages................................................................................... 224 RAIDCFG Error Codes And Messages......................
1 Introduction Dell OpenManage Deployment Toolkit (DTK) includes a set of utilities, sample scripts, and sample configuration files to deploy and configure your Dell system. You can use DTK to build script-based and RPM-based installation for deploying a large number of systems reliably, without changing their current deployment processes. You can use DTK in a Microsoft Windows Preinstallation Environment (Windows PE) or a Linux environment.
○ 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 servers, see the Dell Systems Software Support Matrix at dell.com/openmanagemanuals.
Table 1. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --ipv6address1 iDRAC.IPv6.Address1 --ipv6address2 iDRAC.IPv6.Address2 --linklocaladdrv6 iDRAC.IPv6.LinkLocalAddress --prefixlengthv6 iDRAC.IPv6.PrefixLength --connectionmode iDRAC.IPMISerial.ConnectionMode --msgcommbitrate iDRAC.IPMISerial.BaudRat --msgcommflowctrl iDRAC.IPMISerial.FlowControl --tmcfghandshakectrl iDRAC.IPMISerial.HandshakeControl --tmcfglineediting iDRAC.IPMISerial.
Table 1. SYSCFG equivalent RACADM commands (continued) Group Processor Settings SATA Settings SYSCFG Commands Equivalent RACADM Commands --ForceInt10 BIOS.MiscSettings.ForceInt10 --insystemcharacterization BIOS.MiscSettings.InSystemCharacterization --DcuIpPrefetcher BIOS.ProcSettings.DcuIpPrefetcher --DcuStreamerPrefetcher BIOS.ProcSettings.DcuStreamerPrefetcher --LogicalProc BIOS.ProcSettings.LogicalProc --ProcExecuteDisable BIOS.ProcSettings.ProcExecuteDisable --ProcHwPrefetcher BIOS.
Table 1. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --sata4 BIOS.SataSettings.SataPortE --sata5 BIOS.SataSettings.SataPortF --sata7 BIOS.SataSettings.SataPortH --sataporta BIOS.SataSettings.SataPortA --sataportb BIOS.SataSettings.SataPortB --sataportc BIOS.SataSettings.SataPortC --sataportd BIOS.SataSettings.SataPortD --sataporte BIOS.SataSettings.SataPortE --sataportf BIOS.SataSettings.SataPortF --sataportg BIOS.SataSettings.
Table 1. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --capenable System.Power.Cap.Enable Supported Systems For a complete list of supported Dell PowerEdge systems, see the Dell Systems Software Support Matrix in the required version of OpenManage Software at dell.com/openmanagemanuals Supported operating systems DTK utilities support Windows PE 10.0 (64-bit), Windows PE 5.1 (64-bit), and Windows PE 4.
RAID Configuration Utility The RAIDCFG utility reports and sets RAID configuration options. RAC Configuration Utility The RACADM utility reports and sets RAC configuration options for Dell Remote Access Controller DRAC 5, iDRAC6, and iDRAC7, and iDRAC8. Disk Partitioning Utility The UPINIT script creates, formats, and populates a Dell Utility Partition. Replication Of DTK Utilities This section explains the replication of DTK utilities. File Format The -i and -o options use the .
RACADM Replication The RACREP.BAT sample script applies RAC configuration options to the target system based on the configuration information that has been saved in a configuration file. User input is optional, depending on variables set in the RACREP.BAT sample script. This script uses the RACADM.EXE utility to configure the RAC in the target system using the RAC configuration file, raccfg.ini. The raccfg.ini configuration file is passed as the first parameter to the RACREP.BAT script.
3. From the All products page, click Software, and then click the required link. 4. Click the required product and then click the required version. 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.
2 Command Syntax Overview Syntax refers to the way a command and its parameters are entered. Dell OpenManage Deployment Toolkit (DTK) Command Line Interface (CLI) commands can be arranged in any order as long as they conform to the basic command line syntax.
The DTK command line switches, configuration file formatting, and error reporting follow similar style and behavior. However, individual DTK utilities can sometimes differ from one another in significant ways. You must familiarize yourself with the command line syntax and utility-specific options and arguments for each utility before using DTK. NOTE: Some of the command line options in DTK are followed by an asterisk. Such options are used for reporting purposes only.
Case Sensitivity ● Command line options, pre-defined and user-defined arguments, and filenames given as arguments are all case-sensitive on PowerEdge systems prior to PowerEdge 12G systems. ● Unless specified otherwise, enter all commands, options, arguments, and command line switches in lowercase letters. Command Line Option Delimiters The following table lists some examples of valid and invalid DTK command lines. Table 4.
Table 5. Other delimiters (continued) Delimiter A string surrounded by double quotation marks regardless of the white space contained within, is interpreted as a single SYSCFG argument. Example syscfg --option="argument1 argument2" Description considers argument1 and argument2 a single argument. A double quotation mark preceded by a backslash (\") is interpreted as a literal double quotation mark ("). Backslashes are interpreted literally, unless they immediately precede a double quotation mark.
● Specify the file output using the -o command, where is the name of the output file. Log Files If the log file already exists, information is appended to the file. This allows multiple tools to use the same log file to record information. Use the -l option to record the output of a utility. The log duplicates all standard output and error information to the specified file. Each log file begins with a time stamp and utility name.
3 DTK Seamless package The DTK Seamless package is a single installer package that carries Linux DTK RPMs (RHEL, SLES) and its dependency. Topics: • Seamless package — Downloading and Installing Seamless package — Downloading and Installing This section describes the downloading and installing of DTK seamless package. The seamless package auto recognizes the OS type and its respective dependency during the installation and installs SYSCFG, RAIDCFG, and RACADM tools on post Linux operating system.
The seamless package uninstalls the older DTK tool set version, and upgrades it to a newer version if Server Administrator is not present in the system.
4 SYSCFG This section documents the Deployment Toolkit (DTK) system configuration utility. It describes the command line parameters, configuration file format, and individual executables used to configure server BIOS and Baseboard Management Controller (BMC) settings, DTK state settings, and system information including PCI device detection.
No Option Table 7. No Option Valid Arguments NA Description The SYSCFG utility displays the usage information. envar Table 8. SYSCFG General — envar Valid Arguments Description Stores the environment variable data to a file when used with the – s option. This file can be called from other scripts to set the environment variable. The value of must not be specified if the DTKENVSCR environment variable is set to a valid filename.
Table 9. SYSCFG General — h or help (continued) Example: A:>syscfg -h lanchannelaccess lanchannelaccess: Reports LAN channel access information. Sub-options: pefalerting: Enable or disable PEF (Platform Event Filter)alerting. Arguments: enable | disable ipmioverlan: Enable or disable IPMI over LAN access. Arguments: disable | alwaysavail channelprivlmt: Sets the maximum privilege level that can be accepted on the LAN channel. Arguments: user | operator |administrator i or infile Table 10.
Table 11. SYSCFG General — ix or inxmlfile (continued) option is dependent on any other option, they are applied in the order in which they appear in the xml file. NOTE: It is applicable only on 12G and later systems. Example: A:>syscfg --ix filename.xml NOTE: You can modify or use the BIOS configuration captured in xml format from a PowerEdge server for large scale deployment configurations using RACADM or WS-MAN.
Table 14. SYSCFG General — ox or outxmlfile (continued) NOTE: It is applicable only on 12G and later sytems. Example: A:>syscfg --ox filename.ini ovrwrt Table 15. SYSCFG General — ovrwrt Valid Arguments NA Description Used with the -o option to cause the output file to be overwritten if a file of the same name already exists. This option cannot be replicated. Example: A:>syscfg -o=filename.ini --ovrwrt The file filename has been overwritten. px or pendingxmlfile Table 16.
Table 18. SYSCFG General version (continued) Description Displays the version information, current time, and date for the utility. This option cannot be replicated. Example: A:>syscfg --version syscfg Version 4.4 P01(Windows - Jan 29 2014,16:48:48) Copyright (c) 2002-2014 Dell Inc. SYSCFG For BIOS Configuration SYSCFG uses BIOS interfaces to manipulate boot order and BIOS settings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Integrated Devices 30 SYSCFG Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --BootSeqRetry --bootseqretry BIOS.BiosBootSettings.BootSeqRetry --HddFailover NOTE: The option is not supported on 12G systems. --hddfailover BIOS.BiosBootSettings.HddFailover --SetBootOrderFqddn NOTE: The option is supported only on 13G and later systems. N/A BIOS.BiosBootSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --CurrentEmbVideoState NOTE: The option is supported only on 13G and later systems. N/A N/A IscsiDev1ConnChapType NOTE: The option is available only on 14G and later systems. N/A IscsiDev1ConnDhcpEnDis NOTE: The option is available only on 14G and later systems.
Table 19. BIOS options with equivalent RACADM options (continued) Group Miscellaneous Settings 32 SYSCFG Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --MemOpMode --memoperatingmode BIOS.MemSettings.MemOpMode --MemOpVoltage --dimmvoltage BIOS.MemSettings.MemOpVoltage --MemTest --memtest BIOS.MemSettings.MemTest --NodeInterleave --nodeinterleave BIOS.MemSettings.NodeInterleave --RedundantMem --redmem BIOS.MemSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option NOTE: The option is not supported on 13G and later systems. Network Settings NOTE: The option is supported only on 13G and later systems. One-Time Boot DellAutoDiscovery NOTE: The option is available only on 14G and later systems. N/A DellWyseP25BIOSAccess NOTE: The option is available only on 14G and later systems.
Table 19. BIOS options with equivalent RACADM options (continued) Group Processor Settings 34 SYSCFG Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --OneTimeBootSeqDev --nextboot BIOS.OneTimeBoot.OneTimeBootSeqDev --OneTimeHddSeqDev N/A BIOS.OneTimeBoot.OneTimeHddSeqDev -N/A OneTimeUefiBootSeqDev BIOS.OneTimeBoot.OneTimeUefiBootSeqDev --DataReuse --datareuse BIOS.ProcSettings.DataReuse --DcuIpPrefetcher N/A BIOS.ProcSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group SATA Settings Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --QpiSpeed N/A BIOS.ProcSettings.QpiSpeed --RtidSetting N/A BIOS.ProcSettings.RtidSetting --ProcnControlledTurbo NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.ProcSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group 36 SYSCFG Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SataPortEDriveType* N/A BIOS.SataSettings.SataPortEDriveType --SataPortEModel* N/A BIOS.SataSettings.SataPortEModel --SataPortF --sata5 BIOS.SataSettings.SataPortF --SataPortFCapacity* N/A BIOS.SataSettings.SataPortFCapacity --SataPortFDriveType* N/A BIOS.SataSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Serial Communication Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --SataPortI NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.SataSettings.SataPortI --SataPortICapacity NOTE: The option is supported only on Dell PowerEdge 13G and later systems. N/A BIOS.SataSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Slot Disablement System Information System Profile Settings 38 SYSCFG Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --FailSafeBaud --fsbr BIOS.SerialCommSettings.FailSafeBaud --RedirAfterBoot N/A BIOS.SerialCommSettings.RedirAfterBoot --SerialComm --serialcomm BIOS.SerialCommSettings.SerialComm --SerialPortAddress --serialportaddrsel BIOS.SerialCommSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option N/A N/A Dell PowerEdge 13G and later systems. --ProcnTurboCoreNum NOTE: The option is supported only on Dell PowerEdge 13G and later systems. System Security --EnergyPerformanceBias NOTE: The option is supported only on Dell PowerEdge 13G and later systems. BIOS.SysProfileSettings.
Table 19. BIOS options with equivalent RACADM options (continued) Group Option on 12G and Later systems Option on Systems Prior to 12G Systems Equivalent RACADM Option --TpmClear NOTE: The option is not supported on Dell PowerEdge 13G and later systems. --tpmclear BIOS.SysSecurity.TpmClear --TpmSecurity --tpmsecurity BIOS.SysSecurity.TpmSecurity --TpmStatus N/A BIOS.SysSecurity.TPMStatus --TpmInfo NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
BootSeq or bootseq Table 20. SYSCFG Options Supported BootSeq or bootseq Valid Arguments ● On systems prior to 12G: numerical list separated by commas or list of device names separated by commas ● On 12G and later systems: list of device names separated by commas Description Enables, disables, and orders the devices in a boot order list. Only the devices present on the system are listed in the boot sequence. NOTE: Only the devices listed in the bootseq are enabled.
Table 20. SYSCFG Options Supported BootSeq or bootseq (continued) 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.0 - Diskette drive A:1226 Device 6:* virtual.slot.2 - VIRTUALFLOPPY DRIVE Device 4:* nic.emb.1 - IBA GE Slot 0638 v1226 Example 2: #syscfg --bootseq=nic.emb.1,virtual.slot.
Table 21. SYSCFG Options Supported — HddSeq or devseq (continued) 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. Device names are formatted as a name.location.instance string, where name is the name of the device, location is either slot or embedded (emb) , and instance is the numerical position of the device. Some device name examples are shown below.
Table 22. BootMode or bootmode (continued) Example: A:>syscfg --bootmode=uefi bootmode=uefi Applicable Systems All PowerEdge 11G and later systems BootSeqRetry or bootseqretry Table 23. BootSeqRetry or bootseqretry Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the boot sequence retry feature.
Table 25. SetBootOrderFqddn (continued) NOTE: The value of n in SetBootOrderFqddn can be 1–16. Example: A:>syscfg --SetBootOrderFqdd1=xxxx,yyy,zzzz SetBootOrderFqdd1=xxxx,yyy,zzzz Applicable Systems PowerEdge 13G and later systems SetLegacyHddOrderFqddn Table 26. SetLegacyHddOrderFqdd n Valid Arguments ● On systems prior to 13G: NA ● On 13G and later systems: Description Displays the list of FQDDs representing the legacy hard-disk drive list to be applied on the next boot.
EmbNic1Nic2 or embnic1nic2 Table 28. EmbNic1Nic2 or embnic1nic2 Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled, DisabledOs Description Enables or disables the operating system interface of the 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.
Table 30. EmbNic3 or embnic3 (continued) Example: A:>syscfg --embnic3=onnopxe embnic3=onnopxe Applicable Systems All PowerEdge systems EmbNic3Nic4 or embnic3nic4 Table 31. EmbNic3Nic4 or embnic3nic4 Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled, DisabledOs Description Enables or disables the operating system interface of the third and fourth embedded NIC controllers.
Table 33. EmbVideo or embvideoctrl (continued) ● On 12G and later systems: Enabled, Disabled Description 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.
IntegratedNetwork2 Table 36. IntegratedNetwork2 Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: Enabled, DisabledOs Description 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.
InternalSdCard or embsdcard Table 39. InternalSdCard or embsdcard Valid Arguments ● On systems prior to 12G: on, off ● On 12G and later systems: On, Off Description 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.
InternalUsb1 or internalusbport1 Table 42. InternalUsb1 or internalusbport1 Valid Arguments ● On systems prior to 12G: on, off ● On 12G and later systems: On, Off Description Turns the internal USB port 1on or off. Example: A:>syscfg --internalusbport1=on internalusbport1=on Applicable Systems All PowerEdge systems. InternalUsb2 or internalusbport2 Table 43.
SriovGlobalEnable or sriov Table 45. SriovGlobalEnable or sriov Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables support for Single Root I/O Virtualization (SR-IOV) devices. Example: A:>syscfg --sriov=disable sriov=disable Applicable Systems All PowerEdge systems. UsbPorts or usbports Table 46.
Usb3Setting Table 48. Usb3Setting Valid Arguments ● On systems prior to 13G: NA ● On 13G and later systems: Auto, Enabled, Disabled Description Enables or disables the USB 3.0 port. ● Auto — USB ports operate at USB 2.0 speed. ● Enabled — USB ports operates at USB 3.0 speed. ● Disabled — USB 3.0 host controller is disabled and the speed is set to USB 2.0. Example: A:>syscfg --Usb3Setting=Auto Usb3Setting=Auto Applicable Systems All systems prior to PowerEdge 13G systems CurrentEmbVideoState Table 49.
IscsiDev1ConnChapType Table 51. IscsiDev1Con< n> ChapType Valid Arguments ● On systems prior to 14G: NA ● On 14G and later systems: OneWay, Mutual Description Sets the Challenge Handshake Authentication Protocol (CHAP) type of the iSCSI connection. Where the value of n in IscsiDev1ConnChapType can be 1 or 2. Example: A:>syscfg --IscsiDev1Con1ChapType=Mutual IscsiDev1Con1ChapType=Mutual Applicable Systems PowerEdge 14G and later systems IscsiDev1ConnDhcpEnDis Table 52.
Table 54. IscsiDev1ConnInterface (continued) Description Displays the NIC interface of the iSCSI connection. Where the value of n in IscsiDev1ConnInterface can be 1 or 2. Example: A:>syscfg --IscsiDev1Con1Interface IscsiDev1Con1Interface=XXXX Applicable Systems PowerEdge 14G and later systems IscsiDev1ConnProtocol Table 55. IscsiDev1Con nProtocol Valid Arguments ● On systems prior to 14G: NA ● On 14G and later systems: IPv4, IPv6 Description Displays the IP used for the iSCSI connection.
Table 57. IscsiDev1ConnVlanEnDis (continued) Example: A:>syscfg --IscsiDev1Con1VlanEnDis=Enabled IscsiDev1Con1VlanEnDis=Enabled Applicable Systems PowerEdge 14G and later systems IscsiDev1ConnVlanId Table 58. IscsiDev1Con nVlanId Valid Arguments ● On systems prior to 14G: NA ● On 14G and later systems: Description Displays the virtual LAN (VLAN) ID of the iSCSI connection. Where the value of n in IscsiDev1ConnVlanId can be 1 or 2.
Table 60. PxeDev n EnDis (continued) Description Enables or disables the Preboot Execution Environment (PXE) device. When enabled, a Unified Extensible Firmware Interface (UEFI) boot option is created for the PXE device. NOTE: The value of n in PxeDevnEnDis can be 1–4. Example: A:>syscfg --PxeDev1EnDis=Enabled PxeDev1EnDis=Enabled Applicable Systems PowerEdge 12G and later systems PxeDevnInterface Table 61.
Table 63. PxeDev nVlanEnDis (continued) NOTE: The value of n in PxeDevnVlanEnDis can be 1–4. Example: A:>syscfg --PxeDev1VlanEnDis=Enabled PxeDev1VlanEnDis=Enabled Applicable Systems PowerEdge 12G and later systems PxeDevnVlanId Table 64. PxeDev nVlanId Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: Description Sets the virtual LAN (VLAN) of the PXE device. NOTE: The value of n in PxeDevnVlanId can be 1–4.
Table 66. HttpDevnInterface (continued) Example: A:>syscfg --HttpDev1Interface=NIC.Integrated.1-2-1 HttpDev1Interface=NIC.Integrated.1-1-1 Applicable Systems PowerEdge 14G and later systems HttpDevnProtocol Table 67. HttpDevnProtocol Valid Arguments ● On systems prior to 14G: NA ● On 14G and later systems: IPv4, IPv6 Description Determines whether the Internet Protocol version 4 older version or the Internet Protocol version 6 the newest version is used for this device.
Table 69. HttpDevnVlanId (continued) Description When VLAN is enabled, identifies which of the 4094 possible VLANs contains the desired DNS or HTTP servers. This value can be 1 – 4094 inclusive. Where n is from 1 to 4. Example: A:>syscfg --HttpDev2VlanId=Enabled 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.
MemOpMode or memoperatingmode Table 72. MemOpMode or memoperatingmode Valid Arguments ● On systems prior to 12G: optimizer, mirror, advancedecc ● On 12G and later systems: OptimizerMode, SpareMode, MirrorMode, AdvEccMode, SpareWithAdvEccMode Description 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.
Table 74. MemTest or memtest (continued) Example: A:>syscfg --MemTest=Enabled MemTest=Enabled Applicable Systems All PowerEdge systems NodeInterleave or nodeinterleave Table 75. NodeInterleave or nodeinterleave Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables node interleaving, if the system is configured with matching memory.
Table 77. SerialDbgOut (continued) Example: A:>syscfg --SerialDbgOut=Enabled SerialDbgOut=Enabled Applicable Systems PowerEdge 12G and later systems. SysMemSize or mem Table 78. SysMemSize or mem Valid Arguments ● On systems prior to 12G: read-only ● On 12G and later systems: read-only Description Displays the amount of main memory in the system. Example: A:>syscfg --mem mem=500 Applicable Systems PowerEdge 11G and later systems. SnoopMode or snoopfilter Table 79.
Table 80. SysMemSpeed (continued) Applicable Systems PowerEdge 12G and later systems. SysMemType Table 81. SysMemType Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the type of main memory installed in the system. Example: A:>syscfg --SysMemType Applicable Systems PowerEdge 12G and later systems. SysMemVolt Table 82.
Table 84. ClusterOnDie (continued) 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. RedundantOsLocation Valid Arguments ● On systems prior to 14G: NA Description Specifies the backup device for the Redundant OS Control feature.
ErrPrompt or f1f2promptonerror Table 87. ErrPrompt or f1f2promptonerror Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables the BIOS to prompt F1 or F2 error codes. Example: A:>syscfg --f1f2promptonerror=enable f1f2promptonerror=enable Applicable Systems PowerEdge 10G and later systems InSystemCharacterization Table 88.
ForceInt10 Table 90. ForceInt10 Valid Arguments ● On systems prior to 13G: NA ● On 13G and later systems: Enabled, Disabled Description Determines whether the system BIOS loads the legacy video (INT 10h) option ROM from the video controller or not. Set to Enabled if the operating system does not support UEFI video output standards. NOTE: This field is supported only in UEFI boot mode. This field cannot be set to Enabled if UEFI SecureBoot is enabled.
Table 92. ReportKbdErr or rptkeyerr (continued) Applicable Systems All PowerEdge systems DellAutoDiscovery Table 93. DellAutoDiscovery Valid Arguments ● On systems prior to 14G: NA ● On 14G and later systems: PlatformDefault, AutoDiscovery, ManualControl Description Allow BIOS to dynamically scan for PCIe devices rather than relying strictly on system slot definitions. The Platform Default setting will strictly follow the system slot definitions when configuring each PCIe slot.
Table 95. OneTimeBootMode (continued) ● On 12G and later systems: Disabled, OneTimeBootSeq, OneTimeHddSeq, OneTimeUefiBoot Seq, OneTimeCustomBootSeqStr, OneTimeCustomH ddSeqStr, OneTimeCustomU efiBootSeqStr Description Allows to set the one-time boot sequence. Example: A:>syscfg --OneTimeBootMode=Disabled OneTimeBootMode=Disabled Applicable Systems PowerEdge 12G and later systems. OneTimeBootSeqDev or nextboot Table 96.
OneTimeHddSeqDev Table 97. OneTimeHddSeqDev Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: numerical list separated by commas or list of device names separated by commas Description Determines the one-time boot hard disk when the One-Time Boot Device List is set to BIOS Hard-Disk Drive Sequence Device. If Boot Mode is set to UEFI, the system temporarily switches the Boot Mode to BIOS when attempting a one-time boot to the device.
Table 98. OneTimeUefiBootSeqDev (continued) Example: A:>syscfg --OneTimeUefiBootSeqDev= 2,3,4,5,1,6 The following devices are set in the boot sequence: Device 2:* usbcdrom.slot.1- USB CD-ROM device Device 3:* virtualcd.slot.1 – VIRTUAL CDROM Device 4:* hdd.emb.0 -Hard drive C: Device 5:* nic.emb.1 - MBA v2.5.12 Slot 0500 Device 1:* virtualfloppy.slot.1 - VIRTUAL FLOPPY Device 6:* usbfloppy.slot.1 - USB Floppy device NOTE: The asterisk indicates that the device is enabled in the BIOS.
Table 100. DcuIpPrefetcher (continued) Example: A:>syscfg --DcuIpPrefetcher=Enabled DcuIpPrefetcher=Enabled Applicable Systems PowerEdge 12G and later systems DcuStreamerPrefetcher or dcustreamerprefetcher Table 101. DcuStreamerPrefetcher or dcustreamerprefetcher Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: Enabled, Disabled Description Enables or disables DCU Streamer Prefetcher. This option can be replicated.
Table 103. Proc1Brand (continued) Example: A:>syscfg --Proc1Brand Applicable Systems PowerEdge 12G and later systems. Proc1Id Table 104. Proc1Id Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the family, model, and stepping values of the processor. Example: A:>syscfg --Proc1Id Applicable Systems PowerEdge 12G and later systems. Proc1L2Cache Table 105.
Proc1NumCores Table 107. Proc1NumCores Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the number of cores in the processor package. Example: A:>syscfg --Proc1NumCores Applicable Systems PowerEdge 12G and later systems. Proc2Brand Table 108. Proc2Brand Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the brand text provided by the processor manufacturer.
Table 110. Proc2L2Cache (continued) Example: A:>syscfg --Proc2L2Cache Applicable Systems PowerEdge 12G and later systems. Proc2L3Cache Table 111. Proc2L3Cache Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc2L3Cache Applicable Systems PowerEdge 12G and later systems. Proc2NumCores Table 112.
Proc3Id Table 114. Proc3Id Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the family, model, and stepping values of the processor. Example: A:>syscfg --Proc3Id Applicable Systems PowerEdge 12G and later systems. Proc3L2Cache Table 115. Proc3L2Cache Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the amount of memory in the corresponding processor cache.
Table 117. Proc3NumCores (continued) Example: A:>syscfg --Proc3NumCores Applicable Systems PowerEdge 12G and later systems. Proc4Brand Table 118. Proc4Brand Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the brand text provided by the processor manufacturer. Example: A:>syscfg --Proc4Brand Applicable Systems PowerEdge 12G and later systems. Proc4Id Table 119.
Proc4L3Cache Table 121. Proc4L3Cache Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc4L3Cache Applicable Systems PowerEdge 12G and later systems. Proc4NumCores Table 122. Proc4NumCores Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the number of cores in the processor package.
Table 124. ProcAdjCacheLine or adjcacheprefetch (continued) Example: A:>syscfg --adjcacheprefetch=enable adjcacheprefetch=enable Applicable Systems All PowerEdge systems. ProcBusSpeed Table 125. ProcBusSpeed Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the bus speed of the processor.
Table 127. ProcCoreSpeed (continued) Description 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.
Table 130. ProcVirtualization or virtualization (continued) Description Enables or disables virtualization in the CPU. When set to enable, it enables the additional hardware capabilities from Virtualization technology in applicable CPUs. When set to disable, it disables the additional hardware capabilities from Virtualization technology. This option can be replicated.
RtidSetting Table 133. RtidSetting Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Description When set to Enabled, it allocates more (Requestor Transaction IDs) RTIDs to the remote socket thereby increasing cache performance between the sockets.
ProcX2Apic Table 136. ProcX2Apic Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Description Enables or disables the x2APIC mode. Example: A:>syscfg --ProcX2Apic=Enabled ProcX2Apic=Enabled Applicable Systems Dell’s 12th generation PowerEdge and later systems SATA Settings You can manage the BIOS SATA settings using the options in this group. EmbSata or embsataraid Table 137.
Table 138. eSataPort1 (continued) Example: A:>syscfg --eSataPort1=Off eSataPort1=Off Applicable Systems Dell’s 12th generation PowerEdge and later systems eSataPort1Capacity Table 139. eSataPort1Capacity Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: read-only Description Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives.
SataPortA or sata0 Table 142. SataPortA or sata0 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Off, Auto Description Sets the drive type of the selected device to off or auto This option can be replicated. Example: A:>syscfg --sata0=auto sata0=auto Applicable Systems All PowerEdge systems SataPortACapacity Table 143.
Table 145. SataPortAModel (continued) Description Displays the drive model of the selected device. Example: A:>syscfg --SataPortAModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortB or sata1 Table 146. SataPortB or sata1 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Auto, Off Description Turns the SATA port 1 to auto or off. This option can be replicated.
SataPortBModel Table 149. SataPortBModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the drive model of the selected device. Example: A:>syscfg --SataPortBModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortC or Sata2 Table 150.
Table 152. SataPortCDriveType (continued) Example: A:>syscfg --SataPortCDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortCModel Table 153. SataPortCModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the drive model of the selected device.
Table 155. SataPortDCapacity (continued) Description Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortDCapacity Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortDDriveType Table 156.
SataPortECapacity Table 159. SataPortECapacity Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortECapacity Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortEDriveType Table 160.
Table 162. SataPortF or sata5 (continued) Example: A:>syscfg --sata5=auto sata5=auto Applicable Systems All PowerEdge systems. SataPortFCapacity Table 163. SataPortFCapacity Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the total capacity of a hard disk drive. This option is undefined for removable-media devices such as optical drives.
SataPortG or sata6 Table 166. SataPortG or sata6 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Off, Auto Description Turns the SATA port 6 to auto or off. This option can be replicated. Example: A:>syscfg --sata6=auto sata6=auto Applicable Systems All PowerEdge systems prior to Dell’s 12th generation PowerEdge systems. SataPortGCapacity Table 167.
Table 169. SataPortGModel (continued) Example: A:>syscfg --SataPortGModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortH or sata7 Table 170. SataPortH or sata7 Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: auto, off ● On Dell’s 12th generation PowerEdge and later systems: Off, Auto Description Turns the SATA port 7 to auto or off. This option can be replicated.
SataPortHModel Table 173. SataPortHModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the drive model of the selected device. Example: A:>syscfg --SataPortHModel Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortI or sata7 Table 174.
Table 176. SataPortIDriveType (continued) Example: A:>syscfg --SataPortIDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortIModel Table 177. SataPortIModel Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the drive model of the selected device.
SataPortJDriveType Table 180. SataPortJDriveType Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description This option indicates type of device attached to this SATA port. Example: A:>syscfg --SataPortJDriveType Applicable Systems Dell’s 12th generation PowerEdge and later systems SataPortJModel Table 181.
ConTermType or conterm Table 183. ConTermType or conterm Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: vt100, ansi ● On Dell’s 12th generation PowerEdge and later systems: Vt100, Vt220, Ansi Description Sets the console terminal type. On some systems, vt100 may also set the terminal type to vt220. This option is available on all supported systems that support console redirection. This option can be replicated.
Table 185. FailSafeBaud or fsbr (continued) Description Sets the console redirection fail safe baud rate in bps. The BIOS attempts to determine the baud rate automatically. This failsafe baud rate is used only if the attempt fails. Example: A:>syscfg --fsbr=9600 fsbr=9600 Applicable Systems All PowerEdge systems. RedirAfterBoot Table 186.
Table 188. SerialPortAddress or serialportaddrsel (continued) Description Sets the port address of the serial devices. On systems prior to Dell’s 12th generation PowerEdge systems, when this option is default, Serial Device 1 is set to COM port 1 and Serial Device 2 is set to COM port 2. On systems prior to Dell’s 12th generation PowerEdge systems, when this option is alternate, Serial Device 1 is set to COM port 2 and Serial Device 2 is set to COM port 1. This option can be replicated.
System Information You can view the system configuration details using the options in this group. SysMfrContactInfo Table 191. SysMfrContactInfo Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description Displays the information for contacting the Original Equipment Manufacturer (OEM) of this system.
Table 194. SystemModelName (continued) ● On Dell’s 12th generation PowerEdge and later systems: Read-only Description 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.
Table 197. UefiComplianceVersion (continued) 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. CollaborativeCpuPerfCtrl Table 198.
Table 200. MemPatrolScrub (continued) ● On Dell’s 12th generation PowerEdge and later systems: Standard, Extended, Disabled Description Sets the Memory Patrol Scrub frequency as Standard Mode, Extended Mode, or Disabled. Example: A:>syscfg --MemPatrolScrub=Standard MemPatrolScrub=Standard Applicable Systems Dell’s 12th generation PowerEdge and later systems MemRefreshRate Table 201.
MonitorMwait Table 203. MonitorMwait Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems: NA ● On Dell’s 12th generation PowerEdge and later systems: Enabled, Disabled Description Enables or disables Monitor/Mwait instructions. You can disable Monitor/Mwait only when C state is disabled in Custom mode. Example: A:>syscfg --MonitorMwait=Enabled MonitorMwait=Enabled Applicable Systems Dell’s 12th generation PowerEdge and later systems PowerSaver Table 204.
ProcCStates or cstates Table 206. ProcCStates /or cstates Valid Arguments ● On systems prior to Dell’s 12th generation PowerEdge systems : enable, disable ● On Dell’s 12th generation PowerEdge and later systems : Enabled, Disabled Description Enables or disables the power c states of the processor. When enabled, the processor can operate in all available power states.
Table 208. ProcTurboMode or turbomode (continued) Applicable Systems Dell’s 11th generation PowerEdge and later systems running on Intel processors SysProfile or profile Table 209.
Table 211. Procn TurboCoreNum (continued) Example: A:>syscfg --Proc1TurboCoreNum=6 Proc1TurboCoreNum=6 Table 211. Procn TurboCoreNum Applicable Systems On Dell’s 13th generation PowerEdge and later systems EnergyPerformanceBias Table 212. EnergyPerformanceBias Valid Arguments ● On systems prior to Dell’s 13th generation PowerEdge systems: NA ● On Dell’s 13th generation PowerEdge and later systems: MaxPower, BalancedPerformance, BalancedEfficiency, LowPower Description Sets the Energy Efficient Policy.
Table 214. AcPwrRcvry acpower (continued) ● On Dell’s 12th generation PowerEdge and later systems: On, Off, Last Description Sets the behavior for the system after AC power is lost. This option specifies how the system responds to the restoration of AC power and is particularly useful in systems that are turned off using a power strip. When set to on, the system turns on after AC is restored. When set to off, the system does not turn on after AC is restored.
AesNi Table 217. AesNi Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: Enabled, Disabled Description Displays the current status of Intel Processor AES-NI feature. Example: A:>syscfg --AesNi=Enabled AesNi=Enabled Applicable Systems PowerEdge 12G and later systems IntelTxt or inteltxt Table 218. IntelTxt or inteltxt Valid Arguments ● On systems prior to 12G: enable, disable ● On 12G and later systems: On, Off Description Turns the Trusted Execution Technology on or off.
Table 219. NmiButton or nmibutton (continued) Example: A:>syscfg --nmibutton=enable nmibutton=enable Applicable Systems PowerEdge 11G and later systems PasswordStatus or pwdlock Table 220. PasswordStatus or pwdlock Valid Arguments ● On systems prior to 12G: lock, unlock ● On 12G and later systems: Locked, Unlocked Description Locks the system password. To prevent the system password from being modified, set this option to lockedand enable setup password.
Table 222. SetupPassword or setuppwd (continued) limited to alphanumeric characters and cannot exceed 32 characters in length. If a current setup password is set, it must be given through the oldsetuppwd option. This option is not replicated. For more information on delimiters, see Command Line Option Delimiters . Example: A:>syscfg --setuppwd=asetuppassword The password has been set. Please use a warm reboot to apply the password to the system.
SystemCpldVersion Table 224. SystemCpldVersion Valid Arguments ● On systems prior to 12G: NA ● On 12G and later systems: read-only Description Displays the current revision of the Complex Programmable Logic Device (CPLD) of the system. Example: A:>syscfg --SystemCpldVersion Applicable Systems PowerEdge 12G and later systems TcmActivation or tcmactivation Table 225.
TcmSecurity or tcmsecurity Table 227. TcmSecurity or tcmsecurity Valid Arguments ● On systems prior to 12G: on, off ● On 12G and later systems: On, Off Description Controls the reporting of the Trusted Cryptography Module (TCM) in the system. 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.
Table 229. TpmClear or tpmclear (continued) Example: A:>syscfg --TpmClear=Yes TpmClear=Yes Applicable Systems All systems prior to PowerEdge 13G systems. TpmSecurity or tpmsecurity Table 230. TpmSecurity or tpmsecurity Valid Arguments ● On systems prior to 12G: off, onwithpbm, onwithoutpbm ● On 12G and later systems: Off, OnPbm, OnNoPbm Description Controls the reporting of the Trusted Platform Module (TPM) in the system. NOTE: The tpmsecurity option is a sub-option of tpm.
Table 232. TpmInfo (continued) Applicable Systems PowerEdge 13G and later systems TpmCommand Table 233. TpmCommand Valid Arguments ● On systems prior to 13G: NA ● On 13G and later systems: None, Activate, Deactivate, Clear Description 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.
Table 235. SecureBootPolicy (continued) Description 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.
TpmPpiBypassClear Table 238. TpmPpiBypassClear Valid Arguments ● On systems prior to 14G: N/A ● On 14G and later systems: Enabled, Disabled Description When set to Enabled, allows the Operating System to bypass Physical Presence Interface (PPI) prompts when issuing PPI Advanced Configuration and Power Interface (ACPI) clear operations. Example: A:>syscfg --tpmPpiByPassClear=Enabled tpmPpiBypassClear=Enabled Applicable Systems 14G PowerEdge systems. TpmPpiBypassProvision Table 239.
Table 240. UefiBootSeq (continued) not launch disabled boot options. This option is applicable when bootmode is set to UEFI and has no effect when bootmode is set to BIOS. NOTE: Only the devices listed in the bootseq are enabled. Applicable Systems All PowerEdge 12 and later systems. DTKTORACADM The DTK SYSCFG deployment scripts are converted to equivalent RACADM scripts, that helps in migration to utilize RACADM in the deployment solution.
Table 243. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --subnetmask iDRAC.IPv4.Netmask --vlanid 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.LinkLocalAddress --prefixlengthv6 iDRAC.IPv6.PrefixLength --connectionmode iDRAC.IPMISerial.
Table 243. SYSCFG equivalent RACADM commands (continued) Group Miscellaneous Settings Processor Settings 120 SYSCFG SYSCFG Commands Equivalent RACADM Commands --NodeInterleave BIOS.MemSettings.NodeInterleave --memopmode BIOS.memsettings.MemOpMode --videomem BIOS.memsettings.VideoMem --sysmemvolt BIOS.MemSettings.SysMemVolt --sysmemtype BIOS.MemSettings.SysMemType --sysmemspeed BIOS.MemSettings.SysMemSpeed --sysmemsize BIOS.memsettings.SysMemSize --memoperatingmode BIOS.memsettings.
Table 243. SYSCFG equivalent RACADM commands (continued) Group SATA Settings Serial Communication SYSCFG Commands Equivalent RACADM Commands --proccorespeed BIOS.procsettings.ProcCoreSpeed --qpispeed BIOS.procsettings.QpiSpeed --procconfigtdp BIOS.procsettings.ProcConfigTdp --WriteCache BIOS.SataSettings.WriteCache --SecurityFreezeLock BIOS.SataSettings.SecurityFreezeLock --embsata BIOS.SataSettings.EmbSata --sata0 BIOS.SataSettings.SataPortA --sata1 BIOS.SataSettings.
Table 243. SYSCFG equivalent RACADM commands (continued) Group SYSCFG Commands Equivalent RACADM Commands --FailSafeBaud BIOS.SerialCommSettings.FailSafeBaud --RedirAfterBoot BIOS.SerialCommSettings.RedirAfterBoot Slot Disablement --Slotn BIOS.SlotDisablement.Slotn System Information --svctag BIOS.SysInformation.SystemServiceTag System Security --AcPwrRcvryDelay BIOS.SysSecurity.AcPwrRcvryDelay --PwrButton BIOS.SysSecurity.PwrButton --SetupPassword BIOS.SysSecurity.
Table 245. bezelir (continued) Example: A:>syscfg --bezelir=enable bezelir=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems cmosdefaults Table 246. cmosdefaults Valid Arguments enable, disable Description Enables or disables the request for a default CMOS value during the next reboot. A:>syscfg --cmosdefaults=enable cmosdefaults=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems conboot Table 247.
Table 248. coreperformanceboost (continued) Applicable Systems PowerEdge R715, R815, R515, R415, and M915 systems with AMD Opteron 6000 series processor dbpm Table 249. dbpm Valid Arguments enable, disable Description Enables or disables demand-based power management. This option can be replicated. Example: A:>syscfg --dbpm=enable dbpm=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embhypervisor Table 250.
embnic1pxe Table 252. embnic1pxe Valid Arguments enable, disable Description Enables or disables Preboot Execution Environment (PXE) on the first embedded NIC. If PXE is disabled, the first NIC is not found in the boot order. If PXE is enabled, the first NIC is placed at the end of the boot order. This option is only present on systems that do not support the embnic1 option. This option can be replicated.
embscsi1 Table 255. embscsi1 Valid Arguments on, off Description Turns the first 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 --embscsi1=on embscsi1=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems embscsi2 Table 256. embscsi2 Valid Arguments on, off Description Turns the second embedded SCSI controller.
Table 258. embscsiraidchb (continued) 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 embscsiraidchb Table 259.
Table 261. redmem (continued) Description Allows selection of the required redundant memory mode, or disables redundant memory. This option can be replicated. Example: A:>syscfg --redmem=off redmem=off Applicable Systems PowerEdge systems with Intel Xeon 7500 series processor 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.
Table 265. Sub Options And Arguments For power Option (continued) 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.
Table 265. Sub Options And Arguments For power Option (continued) Option Sub-option Arguments Description can be watt, or btuphr, or percent. is percent, the formula is Power Cap (Watts) = [Power supply rating for input power (Watts) Min potential power (Watts)] * Power Cap (%) + Min potential power (Watts)] Example: A:>syscfg power --cap= -unit=watt --setuppwdoverride --maxpowercap Displays the value of the maximum power threshold.
Table 266. Sub Options And Arguments For tcm Option (continued) Option Sub-option Arguments Description Example: A:>syscfg tcm -tcmactivation=enabled --tcmclear -setuppwdoverride --tcmundoclear NA Cancels the result of the tcmclear setting. 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.
Table 267. Sub Options And Arguments For tpm Option (continued) Option Sub-option Arguments Description tpmactivation as nochange. However, the TPM feature is activated/deactivated when you reboot the system. --tpmclear NA Clears the contents of the TPM chip without erasing the tpmsecurity and tpmactivation settings. Example: A:>syscfg tpm -tpmactivation=enabled --tpmclear -setuppwdoverride --undotpmclear NA Cancels the result of the tpmclear setting.
The following tables document valid options, sub-options, and arguments along with a description of the expected behavior of each option and suboption. Options, sub-options, and arguments are case-sensitive. All options, sub-options, and pre-defined arguments are lowercase unless explicitly stated otherwise. Some features that must be noted while reading this section are: ● Unless otherwise specified, all sub-options to options are optional.
Table 270. clearsel Option Sub-option Valid Arguments Description Example: A:>syscfg -- clearsel Clearing SEL... 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.
Table 273. encryptkey Option Sub-option Valid Arguments Description Example: A:>syscfg -- encryptkey=abcd encryptkey= ABCD00000000000 000000000000000 0000000000 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.
Table 276. formfactor (continued) Example: A:>syscfg --formfactor=fullheight, dualwide formfactor=fullheight, dualwide Applicable Systems All PowerEdge blade systems prior to PowerEdge 12G systems. 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.
Table 279. htassist (continued) Example: A:>syscfg --htassist=enable htassist=enable 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.
Table 282. lpt (continued) Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. 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.
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.
Table 288. oldsetuppwd (continued) 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. oldsyspwd Valid Arguments Description Supplies the current system password for the BIOS. This option is only given when setting the new system password.
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.
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. When set to legacy, USB keyboards and mice are supported through the BIOS to function in operating systems that do not natively support USB. This option can be replicated. Example: A:>syscfg --usb=on usb=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems.
Table 300. identify (continued) Description Flashes the identification LED for a specified number of seconds. NOTE: Use 0 to stop the blinking of the LED. Example: A:>syscfg --identify=10 identify=10 Applicable Systems All PowerEdge 11G systems with a BMC idracversion Table 301. idracversion Option Sub-option Valid Arguments --idracversion Description Displays the version information for the iDRAC and the iDRAC firmware. This option cannot be replicated. --devid NA Reports the iDRAC device ID.
lancfgparams Table 303. lancfgparams Option Sub-option Valid Arguments lancfgparams or lcp Description Configures and displays LAN configuration parameters. This option can be replicated. --ipaddrsrc static, dhcp Sets the IP address source for the LAN channel. This sub-option can be replicated. --ipaddress Sets the IP address for the LAN channel. This sub-option cannot be replicated. --subnetmask Sets the subnet mask for the LAN channel.
Table 303. lancfgparams (continued) Option Sub-option Valid Arguments Description --nicselection shared, sharedfailove r, dedicated, sharedreceive onall Sets the operating mode of the NIC to shared, sharedfailover, dedicated, or sharedreceiveonall. Some of these options are not applicable on certain systems. NOTE: This option is available only with the appropriate installed license. NOTE: This option is applicable on systems prior to PowerEdge 12G systems.
Table 303. lancfgparams (continued) Option Sub-option Valid Arguments Description Example 1 (to display the current LAN configuration settings): A:>syscfg --lancfgparams destipaddr=192.168.100.15 vlantag=enable vlanid=1000 vlanpriority=7 macaddress=0:6:5b:fb:c8:a7 commstring=public ipaddrsrc=static ipaddress=192.168.100.10 subnetmask=255.255.255.0 gateway=192.168.100.1 Example 2 (to set the LAN configuration parameters): A:>syscfg --lancfgparams --destipaddr=192.168.100.
lanchannelaccess Table 304. lanchannelaccess Option Sub-option Valid Arguments Description lanchannelaccess or lca Sets or displays the LAN channel access settings such as alerting, IPMI over LAN, and user privilege. This option can be replicated. --pefalerting enable, disable Enables or disables PEF alerts. This suboption can be replicated. --ipmioverlan disable, alwaysavail Sets the LAN channel access mode. This sub-option can be replicated.
Table 306. lanuseraccess (continued) Option Sub-option Valid Arguments Description --useridswithfixednames NA Reports the number of User IDs with fixed names on the LAN channel. Example 1 (to enable User ID 2 on the LAN channel with administrator privileges): A:>syscfg lanuseraccess --userid=2 -usrprivlmt=administrator Example 2 (to enable User ID 4 on the LAN channel with user privileges): A:>syscfg lanuseraccess -userid=4 --usrprivlmt=user lcd1 Table 307.
Table 309. loaddefaults Option Sub-option Valid Arguments Description Example: A:>syscfg --loaddefaults Loading defaults... nextboot Table 310. nextboot Option Sub-option Valid Arguments Description --nextboot or -OneTimeBootSeqDev NA valid device name (from the bootseq option device list) Sets the specified device as the first device in the boot order for the next boot cycle only. The device must be a device from the bootseq option device list.
Table 311. nmibutton Option Sub-option Valid Arguments Description Example: A:>syscfg --nmibutton=enable nmibutton=enable passwordaction Table 312. passwordaction Option Sub-option Valid Arguments passwordaction Description Configures and tests the password for the specified User ID. This option cannot be replicated. All three sub-options, action, userid, and password must be included in the command line. NOTE: This option does not support 20 byte passwords.
Table 313.
Table 313. pefcfgparams (continued) Option Sub-option Valid Arguments Description IP address in response to a chassis intrusion event): A:>syscfg pefcfgparams --filter= intrusion-filteralert=disable pefcfgparams filter= intrusion filteralert=disable Table 314. pefcffgparams Option Sub-option Valid Arguments Description Applicable Systems Configures and displays PEF All PowerEdge systems configuration parameters. This option can be replicated.
Table 314. pefcffgparams (continued) Option Sub-option Valid Arguments Description Applicable Systems The length of the hostname string must be 62 characters or less for PowerEdge 9G systems and later. --filteralert enable, disable Enables or disables alerts for the filter specified using the filter suboption. This sub-option is dependent on the filter sub-option. This suboption can be replicated. --alertpolnum 1, 2, 3, 4 Specifies the alert policy entry number. This sub-option can be replicated.
Table 315. powerbutton Option Sub-option Valid Arguments Description Example: A:>syscfg --powerbutton=enable powerbutton=enable powerctl Table 316. powerctl Option Sub-option Valid Arguments Description --powerctl NA powerdown Performs a chassis powerdown and controls the reset of the system. Powerdown turns off the system. powercycle Turns off the system and automatically turns on your system after a few seconds. reset Resets the system.
Table 318. serialcfgparams (continued) Option Sub-option Valid Arguments Description --msgcommdtrhangup NA Reports the IPMI message communication DTR hang-up. This suboption cannot be replicated. --msgcommbitrate 9600, 19200, 57600, 115200 Sets the IPMI message communication baud rate in bits per second (bps). This sub-option can be replicated. --tmcfglineediting enable, disable Sets the line editing value for terminal mode configuration. This sub-option can be replicated.
serialchannelaccess Table 319. serialchannelaccess Option Sub-option Valid Arguments Description Sets or displays the channel access settings for the serial channel. This option can be replicated. --serialchannelaccess or sca --ipmioverserial disable, alwaysavail Sets the serial channel access mode. This sub-option can be replicated. --channelprivlmt user, operator, administrator Sets the maximum privilege level accepted for the serial channel. This sub-option can be replicated.
Table 320. serialchannelinfo (continued) Option Sub-option Valid Arguments Description Example: A:>syscfg serialchannelinfo --mediumtype mediumtype= asynch serialuseraccess Table 321. serialuseraccess Option Sub-option Valid Arguments Description Configures the privilege level and channel accessibility associated with a specified User ID for the serial channel. This option can be replicated. serialuseraccess or sua --userid 2–16, if your system Sets the User ID.
Table 321. serialuseraccess (continued) Option Sub-option Valid Arguments Description --userid=4 -usrprivlmt=user userid=4 usrprivlmt=user status=enable solaction Table 322. solaction Option Sub-option Valid Arguments solaction Description This option enables or disables Serial-Over- LAN (SOL) access for a particular user. This option can be replicated.
Table 323. solcfgparams (continued) Option Sub-option Valid Arguments Description transmitting a partial SOL character data packet. This option can be replicated. --solcharsendthreshold 1–255 Specifies that the BMC automatically sends an SOL character data packet containing this number of characters in increments of 5 (1– 255) as soon as this number of characters (or greater) has been accepted from the baseboard serial controller into the BMC. This option can be replicated.
Table 324. ssninfo (continued) Option Sub-option Valid Arguments Description --maxactivessns NA Displays the maximum possible active BMC sessions. This sub-option cannot be replicated. --currentactivessns NA Displays the number of currently active sessions on all channels of the BMC. This sub-option cannot be replicated.
Table 326. username (continued) Option Sub-option Valid Arguments Description Example 1( to configure User ID 3 with a user name ): A:>syscfg username --userid=3 -name=bmcmaster username userid=3 name=bmcmaster Example 2 (to display the username for User ID 3): A:>syscfg username --userid=3 -name username userid=3 name=bmcmaster version Table 327. version Option Sub-option Valid Arguments Description --version NA NA Displays the version information for the SYSCFG utility.
Table 329. SYSCFG Options For State Configuration Option Valid Arguments Description -b or --byte Specifies a value to write to state data. The format of the argument must be in decimal format unless the -x option is given. If the -x option is given, the value is interpreted as hexadecimal format. The value can optionally contain 0x. The decimal range is 0–255, and the hexadecimal range is 0x00–0xFF. Example: A:>syscfg -b 1 The state byte has been set to 1.
Table 330. SYSCFG Options and Arguments for System Configuration Option Valid Arguments Description --asset None Reports the customer-programmable asset tag number for a system. This option displays the asset tag for a system. For Blade systems, the SYSCFG utility reports the asset tag for both the server module and the asset tag for its chassis. For more information on delimiters, see Command Line Option Delimiters .
Table 330. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description Example: A:>syscfg --envfile sys.ini DELLNIC1=INTEL PRO100 DELLNIC2=INTEL PRO100 DVIDEO1=RAGEXL DIDE1=PEQUR/ROSS IDE DSCSI1=AIC-7899 --mem* None Reports the amount of system memory physically installed in the system, not the amount of memory available to an operating system. If used with the -s option, the environment variable is set to the amount of system memory.
Table 330. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description given and the pci.ids file cannot be found, Unknown is printed for all vendor and device codes. For more information, see PCI Reporting. Example 1 (the pci.ids filename is specified in the command line instance ): A:>syscfg -n pci.
Table 330. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description None Example 3 (a pci.
Table 330. SYSCFG Options and Arguments for System Configuration (continued) Option Valid Arguments Description Example: A:>syscfg --svctag svctag=113CD1S --sysasset* None Reports the system asset tag on Blade systems. Example: A:>syscfg --sysasset sysasset=ASSET01 --sysid* None Reports the unique system id bytes for a server. Servers contain a unique ID value based on their model.
SYSCFG For IPv6 Configuration The following table lists all valid options and arguments for IPv6 configuration along with a description of each option. These options are applicable only if the DRAC on your system supports IPv6. NOTE: This option is available only if appropriate license is installed. Table 331. SYSCFG For IPv6 Configuration Option Sub-option Valid Arguments Description lancfgparamsv 6 or lcpv6 --ipv6 enable, disable Enables or disables the IPv6 stack.
PCI Reporting The scan of the PCI bus uses a file to resolve PCI vendor and device codes to vendor information strings. The format of the PCI output is as follows: PCI Bus: 2, Device: 4, Function: 0 Vendor: 8086 - Intel Corp. Device: 1229 - 82557/8/9 [Ethernet Pro 100] Sub Vendor:8086 - Intel Corp.
5 RAIDCFG This section documents the Deployment Toolkit (DTK) RAID configuration utility. The RAIDCFG utility provides a single command line tool that can configure all supported RAID controllers. Topics: • • • • • Features Supported RAID Controllers RAIDCFG Options And Arguments RAID Configuration Utility Options And Arguments Quick Reference To RAIDCFG Commands Features The RAID configuration utility: ● ● ● ● ● ● ● Displays help and usage information.
RAIDCFG Options And Arguments Table below lists all of the valid options, parameters, and arguments for the RAIDCFG utility. For more information on valid RAIDCFG options and their specific uses, see RAID Configuration Utility Options and Arguments. Mandatory command line options must be present in the command. Optional command line options can be typed in any order after the mandatory options have been typed. Many options have both a short and long format.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments ctr Short Description Mandatory or Optional Configures the array disk as RAID. See Configuring Array Disk as RAID for specific information. Creates encryption key for the encryption-capable controller. See Creating Encryption Key for specific information. Configures the array disk as JBOD. See Configuring Array Disk as RAID for specific information. Creates a virtual disk.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments eai Short Description Mandatory or Optional Configures the auto import property of the controller. See Configuring Auto Import for specific usage information. Enables the controller Persistent Hot Spare feature for the selected controller. See Enabling and Disabling Persistent Dedicated Hot Spares for specific usage information. Increases the size of the virtual disk by the specified percentage.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional Erases the encrypted physical disk that is in ready or foreign disk state. See Erasing Encrypted Physical Disk for specific usage information. Imports the foreign configuration of the virtual disks secured with the specified passphrase. See Importing Secured Foreign Configurations for specific usage information.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional Sets the indicated virtual disk as boot VD on the indicated controller. See Setting A Virtual Disk As Bootable Virtual Disk for specific usage information. Sets the bootmode of the controller to 0 (BIOS stop on error), 1 (BIOS continue on error), or 2 (Headless continue on error) during system startup or reboot. See Setting Boot Mode for specific usage information.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional NOTE: You can also use pdisk or -pd instead of adisk or -ad to specify an array disk. Specifies a RAID controller. See Enumerating RAID Controllers for specific usage information. -cp or cachepolicy d or e Specifies the cache policy for reads on a specified virtual disk or disk cache policy. Optional.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional See RAID Replication Options for specific usage information. -r or raid Sets the RAID level for the array. Optional. Valid RAID values are 0, 1, 5, 10, 50. See Creating Virtual Disks for specific usage information. If no value is specified for RAID, 0is taken as the default level.
Table 332. RAIDCFG Short and Long Format Options (continued) Option Valid Arguments Short Description Mandatory or Optional (stripe) size. The units are always listed in KB. NA Displays the virtual disks under all of the See Enumerating Virtual controllers along with the physical array Disks for specific usage disks that make up the virtual disks. information. Displays the specified virtual disk. -ver or version NA Displays the version number of the utility.
● Replacing Physical Disk Of A Virtual Disk ● Consistency Check For Virtual Disk ● Enumerating Array Disks ● Blinking And Unblinking Array Disks ● Configuring Array Disk as RAID ● Configuring Physical Disk State ● Configuring Physical Disk Rebuild ● Erasing Encrypted Physical Disk ● RAID Replication Options ● Miscellaneous Options ● Increasing Virtual Disk Size ● Discarding Preserved Cache ● Displaying Foreign Key Ids ● Creating Encryption Key ● Changing Encryption Key ● Deleting Encryption Key ● Importing
Table 333. General Help Option Parameters Valid Arguments Description optional and can be in any order after mandatory ones. raidcfg -h Provides users with general help options that may be used with this utility. Enumerating RAID Controllers The following table lists the RAIDCFG options, parameters, and pre-defined arguments for enumerating RAID controllers. Table 334.
Table 334. Enumerating RAID Controllers (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Description Arguments T10 Protection Info Capable: Yes Encryption Capable: Yes Encryption Key Present: Yes RAIDCFG Command successful! Creating Virtual Disks The following table lists the RAIDCFG options, parameters, and predefined arguments for creating virtual disks. NOTE: If you create a virtual disk on Windows PE, reboot the system. Table 335.
Table 335. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description For SAS controllers, the value of enclosure can be non-zero, in which case you must specify values for channel, target, and enclosure. -r or -raid 0, 1, 5, 6, 10, 50, 60 Sets the RAID type or level for the virtual disk. NOTE: If this option is not specified for any RAID controller, RAID 0 is taken as the default.
Table 335. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description ● ara — (Adaptive Read-Ahead) The controller initiates read-ahead only if the two most recent read requests accessed sequential sectors of the disk. If subsequent read requests access random sectors of the disk, the controller reverts to No-ReadAhead policy.
Table 335. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments ... [or ch:targ:encl,...] each array disk included in the stripe. A valid argument is a number that is less than the size of the virtual disk. The -sszoption is optional and can be added to the command line in any order after the mandatory option combination. However, do not specify a unit for stripe size when creating virtual disks. The unit is always displayed in KB.
Table 335. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description ○ RAID 1: 100 MB ○ RAID 5: 100 MB ○ RAID 6: 100 MB ○ RAID 10: 100 MB ○ RAID 50: 100 MB ○ RAID 60: 100 MB ● Software RAID controllers: ○ RAID 0: 100 MB ○ RAID 1: 100 MB ○ RAID 5: 100 MB ○ RAID 10: 100 MB NOTE: If this option is not provided, RAIDCFG determines the maximum virtual disk size and creates it.
Table 335. Creating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description ● nwc — No-Write-Caching specifies that the controller does not send a write-request completion signal after the data is written to the disk. ● fwb — Force write-back caching, enables the write cache regardless of whether the controller has a battery.
Table 336.
Table 336. Enumerating Array Disks (Hard Drives) (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description RAIDCFG Command successful! -vd=id or vdisk=id Lists the array disks that make up the virtual disk on the specified RAID controller. This option combination is mandatory.
Blinking And Unblinking Array Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for blinking and unblinking array disks (hard drives). NOTE: You can also use pdisk or -pd instead of adisk or -ad to specify an array disk. Table 337. Blinking And Unblinking Array Disks Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NA -ad -ad= ch:targ,ch:targ , ... -ac=blink c=id or adisk adisk= channel:target , channel:target ,. ..
Table 338. Enumerating Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd or vdisk -c or controller id controllers. Each virtual disk is displayed with the physical disk that comprises it. The -c option is optional and can be added to the command line in any order after the mandatory option.
Table 339. Deleting Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments or Description Example: vdisk action=deletevdis k controllerid=id A:>raidcfg -vd -ac=dvd -c=2 RAIDCFG Command successful! -vd -ac=dvd c=id -vd or vdisk or vdisk action=deletevdis k controllerid=id Deletes the indicated virtual disk on the indicated controller. The -vd- ac=dvd -c =id option combination is mandatory.
Table 341. Setting A Virtual Disk As Bootable Virtual Disk Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: vdisk action= setbootflag controllerid= id A:>raidcfg -vd -ac=sbf -c=2 -vd=0 RAIDCFG Command successful! Blinking And Unblinking Virtual Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for blinking or unblinking a physical disk associated with a virtual disk. Table 342.
Table 344. Setting Environment Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -se -envn= NA Sets a user-defined environment variable to the value returned from the getcontrollerslots function call. This option combination is mandatory.
Table 345. Function Calls of the setenvironment Option (continued) Function Call Description Example: A:>raidcfg -se -envn=FIRMWARE -envc= getfirmware -c=2 FIRMWARE=531T RAIDCFG Command successful! getcontrollertype Returns LSI for LSI controllers and ADAP for Adaptec controllers. Example: A:>raidcfg -se -envn=CONTROLLERTYPE -envc= getcontrollertype -c=2 CONTROLLERTYPE=LSI RAIDCFG Command successful! getadisks Returns the array disks attached to the controller.
Table 345. Function Calls of the setenvironment Option (continued) Function Call Description Example: A:>raidcfg -se -envn=HOTSPARES -envc= gethotspares -c=2 HOTSPARES=1:8:1,1:9:1 RAIDCFG Command successful! getfreeadisks Returns the free array disks. A:>raidcfg -se -envn=GETFREEADISKS -envc= getfreeadisks -c=2 GETFREEADISKS=0:3:1,0:4:1 RAIDCFG Command successful! getadiskcount Returns the total number of array disks.
Table 346. RAID Replication Options (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:> raidcfg -o=\tmp\raid.ini The contents of the raid.
Table 347. Assigning, Unassigning, and Listing Global Hot Spares (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -ctrl -ac=sghs -c=2 ad=0:1 -force RAIDCFG Command successful! -ad|-pd -ac=lghs NA -c=id or adisk| pdisk action=listglobal hotspare controllerid=id NA Displays the array (physical) disks used for global hot spare for the specified controller.
Table 348. RAIDCFG Options for Foreign Configurations (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl -c=id -ac= fgnclr NA NA Clears the foreign configuration detected in the selected controller. This feature is supported on PERC 5 and later controllers and is not supported on SAS controllers..
Displaying Foreign Key Ids The following table lists the RAIDCFG options, parameters, and pre-defined arguments for displaying the foreign key ids of the controller. Table 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.
Table 352. Changing Encryption Key Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: controller controllerid=id action=changesecu ritykey passphrase=passph rase keyid=key oldpassphrase=pas sphrase A:>raidcfg -ctrl -c=2 -ac=chsk -pp=Dell_123 kid=Dell_321 opp=Dell_abc Deleting Encryption Key The following table lists the RAIDCFG options, parameters, and pre-defined arguments for deleting the encryption key of a controller. Table 353.
Table 354. Configuring the Disk Rebuild (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description vdisk action=cancelrebu ild adisk| pdisk=channel:tar get:enclosure controllerid=id Configuring Array Disk As RAID The following table lists the RAIDCFG options, parameters, and pre-defined arguments for configuring the array disk as RAID. Table 355.
Table 356. Configuring Physical Disk State (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments or Example: adisk action=online adisk| pdisk=channel:tar get:enclosure controllerid=id -ad -ac=offline -ad|-pd= ch:targ:encl c=id Description A:>raidcfg -ad -ac=online ad=0:1 -c=2 NA NA Cancels the rebuild of the physical disk associated with a specified virtual disk.
Table 358. Consistency Check For Virtual Disk (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments action=consistenc ycheck Description Example: A:>raidcfg -vd -c=2 -vd=2 -ac=cc -vd -c=id -vd=id NA -ac=ccc or vdisk controllerid=id vdisk=id action=cancelcons istencycheck NA Cancels the consistency check for the specified virtual disk. Example: A:>raidcfg -vd -c=2 -vd=2 -ac=ccc NOTE: Consistency check command is not applicable when RAID=0.
Table 360. Discarding Preserved Cache (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: controller controllerid=id action=discardPre servedCache — force A:>raidcfg -ctrl -c=2 -ac=dpc force RAIDCFG Command successful! --ctrl -c=id ac=dpc -force igncfg NA NA Discards the preserved cache on the controller ignoring the foreign configuration.
Table 361. Initializing Virtual Disks (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -vd -c=2 -vd=2 -ac=ci Resetting The Controller The following table lists the RAIDCFG options, parameters, and predefined arguments for resetting the controller. Table 362.
Table 363.
Setting Boot Mode The following table lists the RAIDCFG options, parameters, and pre-defined arguments for setting the boot mode of the controller. Table 366.
Table 368. Miscellaneous Optional Parameters (continued) Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -ctrl -l=log.txt Controller_ID/Slot_ID: Controller_PCI_ID: Controller_Name: PERC 6/E Channels: Virtual_Disks: Firmware Version: V2.8-0[6064] 0 4:2:1 Dell 2 0 RAIDCFG Command successful! -si or silent NA Does not display any information on the terminal console.
Table 369. Quick Reference To RAIDCFG Commands (continued) Purpose Command Description To list all the disks attached to a particular controller raidcfg adisk c=slotid Lists all the disks attached to the controller. The slot ID is obtained from the first command. Record the drive location of the disks for later reference. To create a virtual disk with all the default settings raidcfg -ctrl ac=cvd -c=slotid -ad= x:y,x:y,...
Table 369. Quick Reference To RAIDCFG Commands (continued) Purpose Command Description NOTE: The minimum number of drives required to create a virtual disk of RAID 60 is 8. To view all the virtual disks in a system raidcfg vdisk Lists the virtual disks on a system for all RAID controllers. To view all the virtual disks for a specific controller raidcfg vdisk c=slotid Lists all the virtual disks on a specific controller.
6 UPINIT The UPINIT utility allows to create a utility partition (UP) on a hard drive, format the partition, and extract the partition contents onto the disk. Topics: • • • • Features Creating A Partition Using UPINIT UPINIT Dependencies UPINIT Options And Arguments Features The UPINIT utility: ● Displays help and usage information. ● Returns specific error codes and messages. NOTE: In Microsoft Windows Preinstallation Environment (Windows PE), you can find the UPINIT utility in \DELL\TOOLKIT\TEMPLATES\S
UPINIT Options And Arguments Table below lists the valid options and arguments for the UPINIT utility. Table 370. UPINIT Options and Arguments Option Valid Arguments Description none none If no options are given, the tool outputs usage information. The usage information is printed in the format shown below. Example 1: A:>upinit upinit version 1.0 © 2012 Dell Inc. All rights reserved upinit.sh --disk|-d=disk --size|-s= size --file|-f=file [--overwrite|-o] [--help|-h] --help or -h prints help.
Table 370. UPINIT Options and Arguments (continued) Option Valid Arguments Description --file=file or -f=file --help or -h prints usage. --disk or -d ID of the disk on which to create the Dell Utility Partition. --size or -s Size in MB for the Dell Utility Partition. --file or -f Filename of the Dell Utility Partition Image File. --overwrite or -o Overwrites an existing Dell Utility Partition. Example: upinit --disk=0 --size=32 --file= upimg.
Table 370. UPINIT Options and Arguments (continued) Option Valid Arguments Description disk integer, required (Windows) string, required (Linux) Specifies the disk on which to create a utility partition. This disk is checked to ensure that there are no existing partitions. Utility exits with an error if the disk has partitions other than a utility partition. Use option --overwrite to overwrite an existing utility partition. Example: A:>upinit --disk=0 --size=32 --file= c:\upimage.
7 Messages And Codes This section documents the error messages and codes used in Dell OpenManage Deployment Toolkit (DTK).
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 16 Cannot execute command. Insufficient privilege level. 17 Command illegal for specified sensor or record type. 18 Invalid commstring value. 19 Hardware subsystem error. Invalid data field in Request. 20 Invalid destination IP address. 21 The GUID is invalid. 22 Invalid gateway. 23 Invalid hostname. 24 Invalid IP address. 25 Invalid DNS IP address. 26 Invalid sub net mask. 27 Invalid value for PEF.
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 50 Attempt to set the 'set in progress' value when not in the 'set in complete' state. 51 The SOL character ’accumulate interval’ is invalid. 52 The SOL character ’send threshold’ is invalid. 53 The SOL ’retry interval’ is invalid. 54 Command completed successfully. 55 Time-out while processing command. Response unavailable. 56 Unspecified error. 57 The password may only contain printable ASCII characters.
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 82 The CPU information is not available. 83 The dependent option required for this subcommand is missing in the command line. 84 Duplicate sub command has been entered. 85 The script file does contain not a valid DTK environment script signature. 86 The format of the environment variable is incorrect. 87 The --envar option can only be used for a single option.
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 116 There was an error getting the option. 117 The option is not available or cannot be configured through software. 118 There was an error setting the option. 119 The -n (--namefile) option can only be used with - -pci. 120 The password may only contain alphanumeric characters. 121 The BIOS passwords have been disabled via jumper. 122 The password length must be between 1 and 32.
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 150 Invalid Password override. 151 Invalid TPM/TCM set option. 152 There was an error setting the TPM/TCM option. 153 There is no setup password installed on this system. 154 The setup password supplied is incorrect. Please try again. 155 Profile should be custom for setting cpupowermode, memorypowermode and fanmode. 156 There was an error setting the Power Option. 157 The power cap value entered is out of range.
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 178 Invalid configuration. Attempting to set cap when hardware does not support setting. 179 Invalid Configuration Option. 180 Cannot execute command. Parameter is illegal because command subfunction has been disabled or is unavailable. 181 Failed to report the removable flash media redundancy status. 182 Failed to report the Internal SD Module status. 183 Error locating the Virtual Media Key on the Modular system.
Table 371. SYSCFG Error Codes and Messages (continued) Error Code Message 211 Unsupported file name extension.Supported file name extension is XML 212 Unsupported file name extension.Supported file name extensions are .ini, .log, .bat, .ids, .lst, and .txt. Failures And Solutions The following table lists the common SYSCFG failures and their solutions. Table 372. SYSCFG Failures and Solutions Failure Messages Solutions Generic failure. Indicates iDRAC is in bad state. Reboot iDRAC.
Table 373. UPINIT Common Error Codes and Messages (continued) Error Code Message 10 Error: Invalid size. Size should be a number between 32 and 2000. 11 Error: sysdrmk failed. 12 System Error. 13 Error: Invalid Argument: 14 Error: Unzip failed. UPINIT Linux-Specific Error Codes And Messages The list of error codes and messages are specific to the Linux environment. Table 374. UPINIT Linux-Specific Error Codes and Messages Error Code Message 31 Error: Invalid disk specified.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 3 Illegal operation 4 Unsupported operation 5 Device not found. 6 Format boot drive illegal 7 Buffer too small. 8 Virtual Disk contains boot partition. Use force option to delete. 9 Init boot drive failed. 10 Format boot drive failed. 11 Cannot write boot drive. 12 Unsupported RAID value. 13 Invalid RAID configuration. 14 Span depth not in range. 15 RAID 1 failed.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 40 Cancel of Disk Diagnostic failed. 41 Cancel of Disk Rebuild failed. 42 Cancel of Disk Format failed 43 Assign Hot Spare failed 44 Disk too Small for Hot Spare. 45 Unassign Hot Spare failed. 46 Prepare Disk for Removal failed. 47 Disk Online failed. 48 Disk Offline failed. 49 UnMount Operation failed. 50 Mount Operation failed. 51 Cannot Format Array Disk. 52 Bad chunk size. 53 Invalid disk.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 73 Virtual disk resynching failed. Controller busy. 74 Flush Virtual disk's cache failed on controller. 75 Virtual disk partition specified not found. 76 Unsupported cache policy value. 77 Unsupported write policy value. 78 Unsupported read policy value. 79 Cancel initialization on virtual disk failed. 80 Cancel reconstruction on virtual disk failed. 81 Cancel resynchronization on virtual disk failed.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 107 Operations on hidden virtual disks are not allowed. 108 Virtual disk is in use. 109 The virtual disk is in use. It cannot be reconfigured at this time. 110 Virtual disk operation is temporarily unavailable. Initialization in progress. 111 Virtual disk operation is temporarily unavailable. Reconstruction in progress. 112 Virtual disk operation is temporarily unavailable. Rebuild in progress.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 141 The controller was not able to get the status of the specified mirror set. 142 The controller was not able to set the requested failover space. 143 The controller cannot get the failover space information. 144 Controller cannot unmirror the specified virtual disk. 145 The controller could not split the specified virtual disk. 146 The controller could not lock the specified virtual disk. 147 Controller IO paused.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 176 Invalid array disks or failover drives selected for reconfigure/create operation. Please make sure that all array disks and failover drives associated with the virtual disk are selected. 177 The maximum number of partitions have already been created on one of the selected array disk(s). Each array disk can hold portions (partitions) of up to 10 virtual disks.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 204 File is not writable! 205 Setting Environment Variable Command failed! 206 Filename is not provided! 207 Invalid Strict option! Please provide a valid number between 1 and 100. 208 Span depth is not needed for this RAID type. 209 Array disk(s) cannot be part of virtual disk(s) and also be hotspares. 210 Cannot have silent and logfile switch with the same command.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 230 Invalid VirtualDisk(VD) name specified. VD name can have alphanumeric characters [A-Z,a-z,0-9,_,-] only. Also, VD name size must be less than or equal to 15 characters 231 Error occurred while setting virtual disk as boot disk. 232 Error occurred while setting name for virtual disk. 233 Couldn't get boot virtual disk. 234 PCIe Link Speed could not be set for the RAID controller.
Table 376. RAIDCFG Error Codes and Messages (continued) Error Code Message 1015 Spanlength is not required for creating a RAID10 virtual disk on this controller. 1016 Unsupported operation. RAID 6 and RAID 60 virtual disks which are T10 PI enabled do not support Slow Initialize. 1017 Operation is not supported. The specified controller does not have encryption capability. 1018 Operation is not supported. Encryption key is not present on the specified controller.
Table 377.
Table 377.
Table 378. RACADM Error Codes and Messages (continued) Error Code Message 533 TFTP read error encountered. 534 TFTP local file write error encountered. 535 TFTP local file read error encountered. 536 TFTP write request failed. 537 TFTP read request failed. 538 Failed to open file. 539 Failed to load socket library. 540 Invalid socket library. 541 Unable to resolve HostName. 542 Failed to create socket. 543 Socket read operation failed. 544 Socket write operation failed.
8 BMC Platform Events Filter Alert Messages All possible Platform Event Filter (PEF) Alert Messages along with a description of each event are listed in the table below Table 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. Temperature Probe The temperature is approaching excessively high or low limits.
9 Sample File Formats This appendix lists the sample SYSCFG utility .ini, RAIDCFG utility .ini, and the RACADM utility .ini files. Topics: • • • Sample SYSCFG Utility .ini File Format Sample RAIDCFG Utility .ini File Format Sample RACADM Utility .ini File Format Sample SYSCFG Utility .ini File Format [syscfg] ;SystemModelName=poweredge r620 ;SystemBiosVersion=0.3.16 ;SystemServiceTag=MDN2345 ;SystemManufacturer=dell inc. ;SysMfrContactInfo=www.dell.com ;SysMemSize=4.
SriovGlobalEnable=disable SerialComm=onnoconredir SerialPortAddress=serial1com1serial2com2 ExtSerialConnector=serial1 FailSafeBaud=115200 ConTermType=vt100vt220 RedirAfterBoot=enable SysProfile=perfperwattoptimizeddapc ;ProcPwrPerf=sysdbpm ;MemFrequency=maxperf ;ProcTurboMode=enable ;ProcC1E=enable ;ProcCStates=enable ;MemPatrolScrub=standard ;MemRefreshRate=1x ;MemVolt=autovolt ;AesNi=enable PasswordStatus=unlocked TpmSecurity=off ;TpmActivation=nochange ;TpmClear=no ;IntelTxt=off LocalBiosUpdateSupport=en
vlanid=1 vlanpriority=0 vlantag=disable lancfgparamsv6 ;dnssrcv6=static ;gatewayv6=:: ;ipv6address1=:: ipv6=disable ;ipaddrv6=:: ;ipsrcv6=auto ;linklocaladdrv6=:: ;prefixlengthv6=0 ;dnsserver1v6=:: ;dnsserver2v6=:: ;ipv6address2=:: lanchannelaccess ipmioverlan=alwaysavail channelprivlmt=administrator pefalerting=disable lanuseraccess userid=2 usrprivlmt=administrator lanuseraccess userid=3 usrprivlmt=noaccess lanuseraccess userid=4 usrprivlmt=noaccess lanuseraccess userid=5 usrprivlmt=noaccess lanuseraccess
alertpolnum=3 alertpolstatus=disable pefcfgparams alertpolnum=4 alertpolstatus=disable pefcfgparams filter=fanfail filteralert=enable filteraction=none pefcfgparams filter=discretevoltfail filteralert=enable filteraction=none pefcfgparams filter=tempwarn filteralert=enable filteraction=none pefcfgparams filter=tempfail filteralert=enable filteraction=none pefcfgparams filter=intrusion filteralert=enable filteraction=none pefcfgparams filter=redundegraded filteralert=enable filteraction=none pefcfgparams fil
filteralert=enable filteraction=none pefcfgparams filter=systempowerfail filteralert=enable filteraction=none pefcfgparams filter=discretesdcardfail filteralert=enable filteraction=none pefcfgparams filter=discretesdcardpresent filteralert=enable filteraction=none pefcfgparams filter=discretesdcardwarn filteralert=enable filteraction=none pefcfgparams filter=ripsfail filteralert=enable filteraction=none pefcfgparams filter=ripsoffline filteralert=enable filteraction=none pefcfgparams filter=ripsredundancylo
userid=11 usrprivlmt=noaccess serialuseraccess userid=12 usrprivlmt=noaccess serialuseraccess userid=13 usrprivlmt=noaccess serialuseraccess userid=14 usrprivlmt=noaccess serialuseraccess userid=15 usrprivlmt=noaccess serialuseraccess userid=16 usrprivlmt=noaccess solaction userid=2 action=enable solaction userid=3 action=disable solaction userid=4 action=disable solaction userid=5 action=disable solaction userid=6 action=disable solaction userid=7 action=disable solaction userid=8 action=disable solaction
useraction userid=3 action=disable useraction userid=4 action=disable useraction userid=5 action=disable useraction userid=6 action=disable useraction userid=7 action=disable useraction userid=8 action=disable useraction userid=9 action=disable useraction userid=10 action=disable useraction userid=11 action=disable useraction userid=12 action=disable useraction userid=13 action=disable useraction userid=14 action=disable useraction userid=15 action=disable useraction userid=16 action=disable username userid
userid=12 name=NULL username userid=13 name=NULL username userid=14 name=NULL username userid=15 name=NULL username userid=16 name=NULL ;uuid=44454C4C4400104E8032CDC04F333435 virtualmedia=auto Sample RAIDCFG Utility .
#idRacProductInfo=Dell Remote Access Controller 5 #idRacDescriptionInfo=This system component provides a complete set of #remote management functions for Dell PowerEdge servers. #idRacVersionInfo=1.20 (Build 01.17) idRacName=DRAC 5 idRacMisc= [cfgLanNetworking] cfgNicEnable=1 cfgNicIpAddress=10.98.8.121 cfgNicNetmask=255.255.255.0 cfgNicGateway=192.168.0.1 cfgNicUseDhcp=0 #cfgNicMacAddress=00:11:43:34:5f:4a cfgDNSServersFromDHCP=0 cfgDNSServer1=192.168.0.5 cfgDNSServer2=192.168.0.
[cfgOobSnmp] cfgOobSnmpTrapsEnable=1 cfgOobSnmpAgentEnable=1 cfgOobSnmpAgentCommunity=public [cfgRacTuning] cfgRacTuneFwUpdateResetDelay=0x46 cfgRacTuneD3debugEnable=1 cfgRacTuneRemoteRacadmEnable=1 cfgRacTuneHostCom2BaudRate=57600 cfgRacTuneHttpPort=0x50 cfgRacTuneHttpsPort=0x1bb cfgRacTuneTelnetPort=0x17 cfgRacTuneConRedirPort=0x170c [ifcRacManagedNodeOs] ifcRacMnOsHostname=(none) ifcRacMnOsOsName=Linux 2.4.21-20.