Dell OpenManage Deployment Toolkit Version 5.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. 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 © 2015 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.
Contents 1 Introduction........................................................................................................... 8 What's New In This Release.................................................................................................................. 8 Supported Systems................................................................................................................................9 Supported operating systems..............................................................
-l or --logfile..................................................................................................................................22 -o or --outfile................................................................................................................................22 --ox or --outxmlfile...................................................................................................................... 22 --ovrwrt*...................................................................
--lpt..............................................................................................................................................122 --memdynamicpower.................................................................................................................123 --memintleave.............................................................................................................................123 --memremap...........................................................................
useraction.................................................................................................................................... 146 username..................................................................................................................................... 146 version*........................................................................................................................................ 147 virutualmedia.........................................................
Erasing Encrypted Physical Disk................................................................................................. 194 Discarding Preserved Cache....................................................................................................... 195 Initializing Virtual Disks................................................................................................................196 Resetting The Controller...............................................................................
Introduction 1 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.
– Intel X710 2x10GE SFP+/DA FH PCIe Ethernet Network Adapter • Support for installation and deployment of SUSE Linux Enterprise Server 12 (64-bit) in BIOS and UEFI mode. NOTE: For the list of supported operating systems and Dell servers, see the Dell Systems Software Support Matrix at dell.com/openmanagemanuals. 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.
System Configuration Utility The SYSCFG utility performs the following tasks: • Reports and sets BIOS configuration options. • Reports and sets BMC/RAC configuration options. • Reports and sets user-configurable states. • Reports system information, including PCI device detection. RAID Configuration Utility The RAIDCFG utility reports and sets RAID configuration options.
The following is the SYSCFG behavior during replication: • Options not available in SYSCFG are termed invalid options. If SYSCFG encounters an invalid option in the syscfg.ini file, the SYSCFG utility terminates. • Unsupported options are options available in SYSCFG but not applicable on certain systems. If SYSCFG encounters an unsupported option, SYSCFG logs this option and continues to the next option. • Unsupported arguments are arguments valid in SYSCFG but not applicable on certain systems.
• The Integrated Dell Remote Access Controller 8 (iDRAC8) Command Line Interface Reference Guide provides information about the RACADM subcommands, supported interfaces, property database groups and object definitions for iDRAC8 and CMC. • The Integrated Dell Remote Access Controller 8 (iDRAC8) User's Guide provides information about configuring and using iDRAC8 for 13th generation rack, tower, and blade servers to remotely manage and monitor your system and its shared resources through a network.
Dell provides several online and telephone-based support and service options. Availability varies by country and product, and some services may not be available in your area. To contact Dell for sales, technical support, or customer service issues: 1. Visit support.dell.com . 2. Select your support category. 3. If you are not a U.S customer, select your country code at the bottom of the page, or select All to see more choices. 4. Select the appropriate service or support link based on your need.
Command Syntax Overview 2 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. DTK Utilities General Usage The following table lists the general usage models of the DTK utilities: Table 1. DTK Utilities Utilities Usage SYSCFG syscfg --option1=[arg1] ... --optionX=[argX] or syscfg bmcoption1 --bmcsuboption1=[arg1]...
Command Line Syntax The following table lists the generic command line characters and arguments present in the command line options with a short description of these characters. Table 2. Command Line Options Element Description - Prefix single character options. NOTE: This delimiter is not applicable to Baseboard Management Controller (BMC) sub-options. -- Prefix multi-character options. utilname Indicates the generic designation for a DTK utility name.
• Unless specified otherwise, enter all commands, options, arguments, and command line switches in lowercase letters. Command Line Option Delimiters The following table lists some examples of valid and invalid DTK command lines. Table 3.
Delimiter Example Description A double quotation mark preceded by a backslash (\") is interpreted as a literal double quotation mark ("). syscfg -option="\"argument" considers "argument as the argument. syscfg --option="\ Backslashes are interpreted literally, unless they immediately \"argument" precede a double quotation mark. If an even number of backslashes are followed by a double quotation mark, then one backslash (\) is taken for every pair of backslashes (\\), and the double quotation mark (")
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. For example, YYYY/MM/DD HH:MM:SS < utilname > -
SYSCFG 3 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. Features The SYSCFG utility: • Displays help and usage information. • Outputs configuration options to a file or screen.
No Option Valid Arguments NA Description The SYSCFG utility displays the usage information. --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.
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.
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. For more information on using RACADM and WS-MAN refer Integrated Dell Remote Access Controller 8 (iDRAC8) RACADM Command Line Interface Reference Guide and Dell Lifecycle Controller-Remote Services Quick Start Guide respectively available at dell.
NOTE: It is applicable only on 12G and later sytems. Example: A:>syscfg --ox filename.ini --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 Valid Arguments Description Prints all the pending BIOS options to a specified xml file.
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. It configures all options available on the BIOS setup screen, including boot order, embedded device configuration, and asset tag management. Consider the following while using the SYSCF options: • On systems prior to 12G, options and arguments are case-sensitive.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems Boot Settings --BootMode --bootmode BIOS.BiosBootSettings.BootMode --BootSeqRetry --bootseqretry BIOS.BiosBootSettings.BootSeqRetry --HddFailover --hddfailover BIOS.BiosBootSettings.HddFailover N/A BIOS.BiosBootSettings.SetBootOrderF qddn N/A BIOS.BiosBootSettings.SetLegacyHdd OrderFqdd --EmbVideo --embvideoctrl BIOS.IntegratedDevices.EmbVideo --IoatEngine --ioat BIOS.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems --InternalUsb --internalusb BIOS.IntegratedDevices.InternalUsb --InternalUsb1 --internalusbport1 BIOS.IntegratedDevices.InternalUsb1 --InternalUsb2 --internalusbport2 BIOS.IntegratedDevices.InternalUsb2 -OsWatchdogTimer -oswatchdogtimer BIOS.IntegratedDevices.OsWatchdogT imer --SriovGlobalEnable --sriov BIOS.IntegratedDevices.SriovGlobalEn able --UsbPorts --usbports BIOS.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems --MemOpVoltage --dimmvoltage BIOS.MemSettings.MemOpVoltage --MemTest --memtest BIOS.MemSettings.MemTest --NodeInterleave --nodeinterleave BIOS.MemSettings.NodeInterleave --RedundantMem --redmem BIOS.MemSettings.RedundantMem --SerialDbgOut N/A BIOS.MemSettings.Serialdbgout --SysMemSize* --mem* BIOS.MemSettings.SysMemSize --SnoopMode --snoopfilter BIOS.MemSettings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems -N/A InSystemCharacteriz ation BIOS.MiscSettings.InSystemCharacteri zation NOTE: The option is supported only on 13G and later systems. --ReportKbdErr --rptkeyerr BIOS.MiscSettings.ReportKbdErr --PxeDevnEnDis N/A BIOS.NetworkSettings.PxeDevnEnDis --PxeDevnInterface N/A BIOS.PxeDevice1Settings.PxeDevnProt ocol --PxeDevnProtocol N/A BIOS.PxeDevice1Settings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems NOTE: The option is not supported on Dell PowerEdge 13G and later systems. Processor Settings ---nextboot OneTimeBootSeqDe v BIOS.OneTimeBoot.OneTimeBootSeq Dev -OneTimeHddSeqDe v BIOS.OneTimeBoot.OneTimeHddSeq Dev N/A -N/A OneTimeUefiBootSe qDev BIOS.OneTimeBoot.OneTimeUefiBoot SeqDev --DataReuse --datareuse BIOS.ProcSettings.DataReuse --DcuIpPrefetcher N/A BIOS.ProcSettings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems --Proc3L3Cache* N/A BIOS.ProcSettings.Proc3L3Cache --Proc3NumCores* N/A BIOS.ProcSettings.Proc3NumCores --Proc4Brand* N/A BIOS.ProcSettings.Proc4Brand --Proc4Id* N/A BIOS.ProcSettings.Proc4Id --Proc4L2Cache* N/A BIOS.ProcSettings.Proc4L2Cache --Proc4L3Cache* N/A BIOS.ProcSettings.Proc4L3Cache --Proc4NumCores* N/A BIOS.ProcSettings.Proc4NumCores --Proc64bit* N/A BIOS.ProcSettings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems NOTE: The option is supported only on Dell PowerEdge 13G and later systems. --ProcX2Apic N/A BIOS.ProcSettings.ProcX2Apic --EmbSata --embsataraid BIOS.SataSettings.EmbSata --eSataPort1 N/A BIOS.SataSettings.eSataPort1 -eSataPort1Capacity* N/A BIOS.SataSettings.eSataPort1Capacity -N/A eSataPort1DriveType * BIOS.SataSettings.eSataPort1DriveTyp e --eSataPort1Model* N/A BIOS.SataSettings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems -SataPortCCapacity* N/A BIOS.SataSettings.SataPortCCapacity -SataPortCDriveType * N/A BIOS.SataSettings.SataPortCDriveType --SataPortCModel* N/A BIOS.SataSettings.SataPortCModel --SataPortD --sata3 BIOS.SataSettings.SataPortD -SataPortDCapacity* N/A BIOS.SataSettings.SataPortDCapacity -SataPortDDriveType * N/A BIOS.SataSettings.SataPortDDriveType --SataPortDModel* N/A BIOS.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems NOTE: The option is supported only on Dell PowerEdge 13G and later systems. -SataPortGDriveType * N/A BIOS.SataSettings.SataPortGDriveType N/A BIOS.SataSettings.SataPortGModel --sata7 BIOS.SataSettings.SataPortH N/A BIOS.SataSettings.SataPortHCapacity NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems NOTE: The option is supported only on Dell PowerEdge 13G and later systems. -SataPortHDriveType * N/A BIOS.SataSettings.SataPortHDriveType N/A BIOS.SataSettings.SataPortHModel N/A BIOS.SataSettings.SataPortI N/A BIOS.SataSettings.SataPortICapacity NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems NOTE: The option is supported only on Dell PowerEdge 13G and later systems. -SataPortIDriveType N/A BIOS.SataSettings.SataPortIDriveType N/A BIOS.SataSettings.SataPortIModel N/A BIOS.SataSettings.SataPortJ N/A BIOS.SataSettings.SataPortJCapacity NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems -SataPortJDriveType N/A BIOS.SataSettings.SataPortJDriveType N/A BIOS.SataSettings.SataPortJModel N/A BIOS.SataSettings.SecurityFreezeLock --ConTerrmType --conterm BIOS.SerialCommSettings.ConTermTy pe -ExtSerialConnector --extserial BIOS.SerialCommSettings.ExtSerialCo nnector --FailSafeBaud --fsbr BIOS.SerialCommSettings.FailSafeBau d --RedirAfterBoot N/A BIOS.SerialCommSettings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems System Information -SysMfrContactInfo* N/A BIOS.SysInformation.SysMfrContactInf o -SystemBiosVersion* --biosver BIOS.SysInformation.SystemBiosVersi on -N/A SystemManufacturer * BIOS.SysInformation.SystemManufact urer -N/A SystemModelName* BIOS.SysInformation.SystemModelNa me -SystemServiceTag* BIOS.SysInformation.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems --MemVolt N/A BIOS.SysProfileSettings.MemVolt --MonitorMwait N/A BIOS.SysProfileSettings.MonitorMwait N/A BIOS.SysProfileSettings.PowerSaver --ProcC1E --cpuc1e BIOS.SysProfileSettings.ProcC1E --ProcCStates --cstates BIOS.SysProfileSettings.ProcCStates --ProcPwrPerf --cpupowermode BIOS.SysProfileSettings.ProcPwrPerf --ProcTurboMode --turbomode BIOS.SysProfileSettings.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems NOTE: The option is supported only on Dell PowerEdge 13G and later systems. --UncoreFrequency BIOS.SysProfileSettings.UncoreFreque ncy NOTE: The option is supported only on Dell PowerEdge 13G and later systems. System Security --AcPwrRcvry --acpower BIOS.SysSecurity.AcPwrRcvry --AcPwrRcvryDelay N/A BIOS.SysSecurity.AcPwrRcvryDelay -N/A AcPwrRcvryUserDela y BIOS.SysSecurity.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems --TcmClear --tcmclear BIOS.SysSecurity.TcmClear --tcmsecurity BIOS.SysSecurity.TcmSecurity --tpmactivation BIOS.SysSecurity.TpmActivation --tpmclear BIOS.SysSecurity.TpmClear --TpmSecurity --tpmsecurity BIOS.SysSecurity.TpmSecurity --TpmStatus N/A BIOS.SysSecurity.TPMStatus --TpmInfo N/A N/A NOTE: The option is not supported on Dell PowerEdge 13G and later systems.
Group Option on 12G and Later systems Option on Systems Equivalent RACADM Option Prior to 12G Systems --TpmCommand N/A BIOS.SysProfileSettings.TpmComman d -UefiVariableAccess N/A N/A --SecureBoot N/A BIOS.SysSecurity.SecureBoot N/A N/A N/A BIOS.BiosBootSettings.UefiBootSeq NOTE: The option is supported only on Dell PowerEdge 13G and later systems. NOTE: The option is supported only on Dell PowerEdge 13G and later systems.
NOTE: Only the devices listed in the bootseq are enabled. Without an argument, this option prints the boot order list. The argument must be formatted as a comma-separated numerical list with no spaces. The list must be within the bounds of the current boot list, that is, the low and high numbers must match, and the same number of entries must be supplied. Systems that use a numerical list for boot order cannot be replicated. Some systems also allow the boot order to be expressed as a list of device names.
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.1 The following devices are set in the boot sequence: Device 4:* nic.emb.
examples are shown below. Systems that support a list of device names for boot order can be replicated. Example 1: A:>syscfg --devseq The following devices are set in the disk device sequence: Device 1:* hdd.emb.0 - System BIOS boot devices Device 2:* scsiraid.slot.3 - PERC 5/E Adapter(bus 02 dev 02) Device 3:* usbkey.slot.0 - Hard-disk-emulated USB flash drive Example 2: A:>syscfg --devseq= hdd.emb.1,scsiraid.emb.1 The following devices are set in the disk device sequence: Device 1:* hdd.emb.
--BootSeqRetry/--bootseqretry Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the boot sequence retry feature. When set to enable, the system re-attempts to set the boot order after a 30second time-out if the last boot attempt has failed. This option can be replicated.
• Description On 13G and later systems: Displays the list of FQDDs representing the legacy hard-disk drive list to be applied on the next boot. NOTE: The value of n in SetLegacyHddOrderFqddn can be 1–16. Example: A:>syscfg --SetLegacyHddOrderFqdd1=xxxx,yyy,zzzz SetLegacyHddOrderFqdd1=xxxx,yyy,zzzz Applicable Systems PowerEdge 13G and later systems Integrated Devices You can use the options in this group to manage the integrated devices such as internal NIC and integrated USB.
Applicable Systems PowerEdge 11G and later systems --EmbNic2/--embnic2 Valid Arguments Description • On systems prior to 12G: on, off, onnopxe, onwithiscsi • On 12G and later systems: Enabled, EnabledPxe, EnablediScsi, Disabled Turns the second embedded NIC on with PXE on, off, or on without PXE enabled. This option is only valid for supported systems that have a NIC. If the NIC is enabled without PXE, it is not found in the boot order.
Example: A:>syscfg --EmbNic3Nic4=enable --embnic3nic4=enable Applicable Systems PowerEdge 11G and later systems --EmbNic4/--embnic4 Valid Arguments Description • On systems prior to 12G: on, off, onnopxe, onwithiscsi • On 12G and later systems: Enabled, EnabledPxe, EnablediScsi, Disabled Turns the fourth embedded NIC on with PXE enabled, off, or on without PXE enabled. This option is only valid for supported systems that have four embedded NICs.
• Description On 12G and later systems: Enabled, Disabled Enables or disables the I/O Acceleration Technology (I/OAT) DMA Engine option. This option must be enabled only if the hardware and software support I/OAT on your system. This option can be replicated. Example: A:>syscfg --ioat=enabled ioat=enabled --IntegratedNetwork1 Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, DisabledOs Enables or disables Integrated Network 1.
--IntegratedRaid/--integratedraid Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the integrated RAID controller. This option can be replicated. Example: A:>syscfg --integratedraid=disable integratedraid=disable Applicable Systems All PowerEdge systems.
• Description On 12G and later systems: Mirror, Disabled Sets the internal SD card port redundancy to Mirror mode or Disabled. When set to Mirror mode, read-write operation occurs on both the secure digital (SD) cards. When one of the SD cards fails and is replaced, on booting, the data of the active card is copied to the offline card. When set to Disabled, read-write operation occurs only on SD card 1. NOTE: On Blade systems, disable the vflash key to configure this option.
• Description On 12G and later systems: On, Off Turns the internal USB port 2 on or off. Example: A:>syscfg --internalusbport2=on internalusbport2=on Applicable Systems All PowerEdge 12G and later systems. --OsWatchdogTimer/--oswatchdogtimer Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Aids in the recovery of the operating system when the system stops responding.
When set to disable or AllOff, both front and back user accessible ports are disabled. This option can be replicated. Example: A:>syscfg --usbports=enable usbports=enable Applicable Systems All PowerEdge systems. --MmioAbove4Gb Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled This field helps in enabling support for PCIe devices that require large amount of memory. Enable this option only for 64-bit operating systems.
Example: A:>syscfg --CurrentEmbVideoState CurrentEmbVideoState=xxx Applicable Systems PowerEdge 12G and later systems --InternalSdCardPrimaryCard Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: SdCard1, SdCard2 Sets an internal SD card as the primary SD card. A:>syscfg --InternalSdCardPrimaryCard=SdCard1 InternalSdCardPrimaryCard=SdCard1 Network Settings You can manage the system network settings using the options in this group.
--PxeDevnProtocol Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the IP version used for the PXE device. NOTE: The value of n in PxeDevnVlanId can be 1–4. Example: A:>syscfg --PxeDev1Protocol Applicable Systems PowerEdge 12G and later systems --PxeDevnVlanEnDis Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled Enables or disables the virtual LAN (VLAN) of the PXE device.
NOTE: The value of n in PxeDevnVlanPriority can be 1–4. Example: A:>syscfg --PxeDev1VlanPriority=X PxeDev1VlanPriority=X Applicable Systems PowerEdge 12G and later systems Memory Settings You can manage the memory-related configuration settings using the objects in this group. --CorrEccSmi/--memprefailurenotify Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the Correctable ECC SMIs.
• Description On 12G and later systems: OptimizerMode, SpareMode, MirrorMode, AdvEccMode, SpareWithAdvEccMode Selects the memory operating mode. This feature is active only if a valid memory configuration is detected. When OptimizerMode is enabled, the DRAM controllers operate independently in 64-bit mode and provide optimized memory performance. When MirrorMode is enabled, only half of the installed memory is reported as available to the operating system.
Applicable Systems All PowerEdge systems --NodeInterleave/--nodeinterleave Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables node interleaving, if the system is configured with matching memory. If set to disable (default), the system supports NonUniform Memory (NUMA) architecture memory configurations. This field is active only if the memory configuration can support node interleaving.
• Description On 12G and later systems: read-only Displays the amount of main memory in the system. Example: A:>syscfg --mem mem=500 Applicable Systems PowerEdge 11G and later systems. --SnoopMode/--snoopfilter Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the snoop filter option from the system BIOS. Example: A:>syscfg --snoopfilter=enable snoopfilter=enable Applicable Systems All PowerEdge systems.
--SysMemVolt* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the voltage of the main memory. Example: A:>syscfg --SysMemVolt Applicable Systems PowerEdge 12G and later systems. --VideoMem* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the total amount of video memory available to the embedded video controller.
NOTE: The Asset Tag is a string assigned to a system, usually by an administrator, for security or tracking purposes. The Asset Tag can be up to 10 characters long and can contain only printable US-ASCII characters. For more information on delimiters, see Command Line Option Delimiters.
• Description On 12G and later systems: On, Off Turns the keyboard number lock on or off. This option is not replicated. Example: A:>syscfg --numlock=on numlock=on Applicable Systems All PowerEdge systems. --ForceInt10 Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: Enabled, Disabled Determines whether the system BIOS loads the legacy video (INT 10h) option ROM from the video controller or not.
• Description On 12G and later systems: Report, Noreport Enables or disables the BIOS to report keyboard errors during POST. This option can be replicated. Example: A:>syscfg --rptkeyerr=disable rptkeyerr=disable Applicable Systems All PowerEdge systems One-Time Boot You can manage the one time boot settings using the options in this group.
Example: A:>syscfg --OneTimeBootSeqDev= 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. Applicable Systems All PowerEdge systems.
• Description On 12G and later systems: numerical list separated by commas or list of device names separated by commas Determines the one-time boot device when the One-Time Boot Device List is set to UEFI Boot Sequence Device. If Boot Mode is set to BIOS, the system temporarily switches the Boot Mode to UEFI when attempting a one-time boot to the device. Example: A:>syscfg --OneTimeUefiBootSeqDev= 2,3,4,5,1,6 The following devices are set in the boot sequence: Device 2:* usbcdrom.slot.
Example: A:>syscfg --DcuIpPrefetcher=Enabled DcuIpPrefetcher=Enabled Applicable Systems PowerEdge 12G and later systems --DcuStreamerPrefetcher/--dcustreamerprefetcher Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables DCU Streamer Prefetcher. This option can be replicated.
Applicable Systems PowerEdge 12G and later systems. --Proc1Id* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the family, model, and stepping values of the processor. Example: A:>syscfg --Proc1Id Applicable Systems PowerEdge 12G and later systems. --Proc1L2Cache* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache.
Applicable Systems PowerEdge 12G and later systems. --Proc2Brand* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the brand text provided by the processor manufacturer. Example: A:>syscfg --Proc2Brand Applicable Systems PowerEdge 12G and later systems. --Proc2Id* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the family, model, and stepping values of the processor.
Applicable Systems PowerEdge 12G and later systems. --Proc2NumCores* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the number of cores in the processor package.. Example: A:>syscfg --Proc2NumCores Applicable Systems PowerEdge 12G and later systems. --Proc3Brand* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the brand text provided by the processor manufacturer.
Applicable Systems PowerEdge 12G and later systems. --Proc3L3Cache* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc3L3Cache Applicable Systems PowerEdge 12G and later systems. --Proc3NumCores* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the number of cores in the processor package..
Applicable Systems PowerEdge 12G and later systems. --Proc4L2Cache* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the amount of memory in the corresponding processor cache. Example: A:>syscfg --Proc4L2Cache Applicable Systems PowerEdge 12G and later systems.
Applicable Systems PowerEdge 12G and later systems. --ProcAdjCacheLine/--adjcacheprefetch Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled When set to Enabled (default), the system is optimized for applications that require high utilization of sequential memory access. When set to Disabled, the system is optimized for applications that require high utilization of random memory access.
--ProcCoreSpeed* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the clock speed of the processors. Example: A:>syscfg --ProcCoreSpeed Applicable Systems PowerEdge 12G and later systems. --ProcExecuteDisable/--cpuxdsupport Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the Execute Disable Memory Protection Technology feature of the CPU.
• Description On 12G and later systems: Enabled, Disabled Enables or disables virtualization in the CPU. When set to enable, it enables the additional hardware capabilities provided by Virtualization Technology in applicable CPUs. When set to disable, it disables the additional hardware capabilities provided by Virtualization Technology. This option can be replicated.
• Description On 12G and later systems: Enabled, Disabled When set to Enabled, it allocates more (Requestor Transaction IDs) RTIDs to the remote socket thereby increasing cache performance between the sockets.
Applicable Systems PowerEdge 12G and later systems SATA Settings You can manage the BIOS SATA settings using the options in this group. --EmbSata/--embsataraid Valid Arguments Description • On systems prior to 12G: off, combined, ata, ahci, raid, qdma • On 12G and later systems: Off, AtaMode, RaidMode, AhciMode Configures an embedded SATA RAID controller. This option can be replicated. • off /Off — disables the embedded SATA RAID controller.
Example: A:>syscfg --eSataPort1Capacity Applicable Systems PowerEdge 12G and later systems. --eSataPort1DriveType* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Indicates the type of device attached to the embedded SATA port. Example: A:>syscfg --eSataPort1DriveType Applicable Systems PowerEdge 12G and later systems.
• Description On 12G and later systems: read-only Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortACapacity Applicable Systems PowerEdge 12G and later systems --SataPortADriveType* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Indicates the type of device attached to the SATA port.
--SataPortBCapacity* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives.
Applicable Systems All PowerEdge systems --SataPortCCapacity* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortCCapacity Applicable Systems PowerEdge 12G and later systems.
Example: A:>syscfg --sata3=auto sata3=auto Applicable Systems All PowerEdge systems. --SataPortDCapacity* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives. Example: A:>syscfg --SataPortDCapacity Applicable Systems Dell PowerEdge 12G and later systems.
• Description On 12G and later systems: Off, Auto Turns the SATA port 4 to auto or off. This option can be replicated. Example: A:>syscfg --sata4=auto sata4=auto Applicable Systems All PowerEdge systems. --SataPortECapacity* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the total capacity of a hard-disk drive. This option is undefined for removable-media devices such as optical drives.
--SataPortF/--sata5 Valid Arguments Description • On systems prior to 12G: auto, off • On 12G and later systems: Off, Auto Turns the SATA port 5 to auto or off. This option can be replicated. Example: A:>syscfg --sata5=auto sata5=auto Applicable Systems All PowerEdge systems. --SataPortFCapacity* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the total capacity of a hard-disk drive.
Applicable Systems PowerEdge 12G and later systems --SataPortG/--sata6 Valid Arguments Description • On systems prior to 12G: auto, off • On 12G and later systems: Off, Auto 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 PowerEdge 12G systems.
Example: A:>syscfg --SataPortGModel Applicable Systems PowerEdge 12G and later systems. --SataPortH/--sata7 Valid Arguments Description • On systems prior to 12G: auto, off • On 12G and later systems: Off, Auto Turns the SATA port 7 to auto or off. This option can be replicated. Example: A:>syscfg --sata7=auto sata7=auto Applicable Systems All PowerEdge systems.
• Description On 12G and later systems: read-only Displays the drive model of the selected device. Example: A:>syscfg --SataPortHModel Applicable Systems PowerEdge 12G and later systems. --SataPortI/--sata7 Valid Arguments Description • On systems prior to 12G: auto, off • On 12G and later systems: Off, Auto Turns the SATA port 7 to auto or off. This option can be replicated. Example: A:>syscfg --sata7=auto sata7=auto Applicable Systems All PowerEdge systems.
--SataPortIModel* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the drive model of the selected device. Example: A:>syscfg --SataPortHModel Applicable Systems PowerEdge 12G and later systems. --SataPortJ/--sata7 Valid Arguments Description • On systems prior to 12G: auto, off • On 12G and later systems: Off, Auto Turns the SATA port 7 to auto or off. This option can be replicated.
Applicable Systems PowerEdge 12G and later systems --SataPortJModel* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the drive model of the selected device. Example: A:>syscfg --SataPortJModel Applicable Systems PowerEdge 12G and later systems.
--ExtSerialConnector/--extserial Valid Arguments Description • On systems prior to 12G: com1, com2, rad • On 12G and later systems: Serial1, Serial2, RemoteAccDeviceDescription Sets the behavior of the external serial connector. When set to com1 , the BIOS maps the external serial connector to COM port 1. The com1 setting is the default. When set to com2 , the external serial connector is routed to the COM2 interface.
• Description On 12G and later systems: Enabled, Disabled Sets the BIOS console redirection to enable or disable when the operating system is loaded.
--Slotn Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled, BootDriverDisabled Controls the configuration of the installed card in the specified slot. NOTE: The value of n in Slotn can be 1–10. Example: A:>syscfg --Slot1=Enabled Slot1=Enabled Applicable Systems PowerEdge 12G and later systems System Information You can view the system configuration details using the options in this group.
• Description On 12G and later systems: read-only Displays the name of the Original Equipment Manufacturer (OEM) of this system. Example: A:>syscfg --SystemManufacturer Applicable Systems PowerEdge 12G and later systems --SystemModelName* Valid Arguments Description read-only • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the product name of the system. Example: A:>syscfg --SystemModelName Applicable Systems PowerEdge 12G and later systems.
Applicable Systems PowerEdge 13G and later systems --UefiComplianceVersion* Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the UEFI compliance level of the system firmware. Example: A:>syscfg --UefiComplianceVersion Applicable Systems PowerEdge 12G and later systems System Profile Settings You can manage the system profile settings using the options in this group.
Applicable Systems All PowerEdge systems. --MemPatrolScrub Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Standard, Extended, Disabled Sets the Memory Patrol Scrub frequency as Standard Mode, Extended Mode, or Disabled. Example: A:>syscfg --MemPatrolScrub=Standard MemPatrolScrub=Standard Applicable Systems PowerEdge 12G and later systems.
• Description On 12G and later systems: Enabled, Disabled 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 PowerEdge 12G and later systems. --PowerSaver Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: Enabled, Disabled Enables or disables the power saving Dell Active Power Controller (DAPC) algorithm.
: Enabled, Disabled Description Enables or disables the power c states of the processor. When enabled, the processor can operate in all available power states.
• Description On 12G and later systems: PerfPerWatt OptimizedOs, PerfPerWatt OptimizedDapc, PerfOptimized, Custom, DenseCfg Optimized Configures the system power profile. When set to a mode other than custom, BIOS will set each option accordingly. When set to custom, you can change setting of each option. NOTE: On systems prior to 12G, profile is a sub-option of power.
• Description On 13G and later systems: MaxPower, BalancedPerformance, BalancedEfficiency, LowPower Sets the Energy Efficient Policy. The CPU uses this setting to control the internal behavior of the processor and to determine whether to target higher performance or better power savings.
--AcPwrRcvryDelay Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Immediate, User, Random Specifies how the system supports the staggering of power-up after AC power has been restored to the system.
• Description On 12G and later systems: On, Off Turns the Trusted Execution Technology on or off. To enable Intel TXT, VT must be enabled, and the TPM must be enabled with preboot measurements and activated. Example: A:>syscfg --inteltxt=enable inteltxt=enable NOTE: To enable the Intel TXT option in a supported processor, make sure that the: • • • • Applicable Systems Virtualization technology in Processor setting is enabled. TPM module is installed and initialed as OK by BIOS.
Example: A:>syscfg --pwdlock=lock pwdlock=lock Applicable Systems All PowerEdge systems. --PwrButton/--powerbutton Valid Arguments Description • On systems prior to 12G: enable, disable • On 12G and later systems: Enabled, Disabled Enables or disables the power button on the front panel. Example: A:>syscfg --powerbutton=enable powerbutton=enable Applicable Systems All PowerEdge systems.
--SysPassword/--syspwd* Valid Arguments Description • On systems prior to 12G: read-only • On 12G and later systems: read-only Sets the system password for the BIOS. The system password is required when booting the system. The argument string supplied to this option is the password. Generally, passwords are limited to alphanumeric characters and cannot exceed 32 characters in length. If a current system password is set, it must be given through the oldsyspwd option. This option is not replicated.
NOTE: The tcmactivation option is a sub-option of tcm. Example: A:>syscfg --tcmactivation=enabled tcmactivation=enabled Applicable Systems All systems prior to PowerEdge 13G systems. --TcmClear/--tcmclear Valid Arguments • On systems prior to 13G: Yes, No • On 13G systems: NA Description CAUTION: Clearing the TCM will cause loss of all keys in the TCM. This could affect booting of the operating system. When set to Yes, all the contents of the TCM will be cleared.
• On 12G systems: NoChange, Activate, Deactivate Allows the user to change the operational state of the Trusted Platform Module (TPM). This field is read-only when TPM Security is set to Off. Description NOTE: The tpmactivation option is a sub-option of tpm. Example: A:>syscfg --tpmactivation=enabled tpmactivation=enabled Applicable Systems All systems prior to PowerEdge 13G systems.
--TpmStatus Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: read-only Displays the current status of TPM. Example: A:>syscfg --TpmStatus Applicable Systems PowerEdge 12G and later systems --TpmInfo* Valid Arguments Description • On systems prior to 13G: NA • On 13G and later systems: read-only Displays the TPM type and firmware version.
--SecureBoot Valid Arguments Description • On systems prior to 12G: NA • On 12G and later systems: Enabled, Disabled Enables or disables the BootSeqRetry feature. When set to Enabled, the system reattempts the boot sequence after a 30-second timeout, if the last boot attempt has failed.
UEFI Boot Settings You can manage the UEFI settings using the options in this group. --UefiBootSeq Valid Arguments • On systems prior to 12G • : NA On 12G and later systems : list of device names separated by commas Description Enables, disables, and orders the devices in a UEFI boot order list. Only the devices present on the system are listed in the UefiBootSeq. The first option in the list is attempted first. If the first option is not successful, the second option is attempted, and so on.
Example: A:>syscfg --bezelir=enable bezelir=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems --cmosdefaults Valid Arguments enable, disable Description Enables or disables the request for a default CMOS value during the next reboot.
--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 Valid Arguments off, on Description Turns on or off the embedded hypervisor port.
Example: A:>syscfg --embnic1pxe=enable embnic1pxe=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems --embnic2pxe Valid Arguments enable, disable Description Enables or disables Preboot Execution Environment (PXE) on the second embedded NIC. If PXE is disabled, the second NIC is not found in the boot order. If PXE is enabled, the second NIC is placed at the end of the boot order. This option is only present on systems that do not support the embnic2 option.
--embscsi2 Valid Arguments on, off Description Turns the second embedded SCSI controller. This option is only valid for supported systems that have an embedded SCSI controller. This option can be replicated. Example: A:>syscfg --embscsi2=on embscsi2=on Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems --embscsiraid Valid Arguments raid, off, scsi Description Sets the specified value for the SCSI RAID controller.
--embscsiraidchb Valid Arguments raid, scsi Description Sets the second channel on an embedded RAID controller to SCSI or RAID. This option is only valid for systems that support RAID/RAID and RAID/SCSI settings for channels A and B. This option can be replicated.
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 Option tcm Valid Arguments NA Description For details about the tcm suboptions and arguments, see Sub Options For tcm Option. Applicable Systems PowerEdge 10G, 11G, and 12G systems tpm Valid Arguments NA Description For details about the tpm suboptions and arguments, see Sub Options For tpm Option.
Option Sub-option Arguments Description Example: A:>syscfg power --profile=custom --cpupowermode=min -setuppwdoverride -memorypowermod e min, 978, 800, 1067, 1333, max Allows you to set memory power and performance management to minimum power mode, maximum power mode, 978 Mhz, 800 Mhz, 1067 Mhz, or 1333 Mhz.
Option Sub-option Arguments Description Example: A:>syscfg power --cap= -unit=watt --setuppwdoverride --maxpowercap Displays the value of the maximum power threshold. --minpowercap Displays the value of the minimum power threshold. --valsetuppwd Validates the setup password for power authentication. If you try to change the DTK settings, you are prompted to enter this password to access the settings. For more information on delimiters, see Command Line Option Delimiters.
Option Sub-option Arguments Description --tcmclear NA Clears the contents of the TCM chip without erasing the tcmsecurity and tcmactivation settings. 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.
Option Sub-option Arguments Description NOTE: After setting tpmactivation to enabled or disabled, if you reboot your system, DTK displays the TPM Configuration Honoured system will reset and the system reboots again message and reboots. NOTE: When you set tpmactivation to enabled or disabled, DTK displays the value of tpmactivation as nochange. However, the TPM feature is activated/ deactivated when you reboot the system.
SYSCFG For BMC And Remote Access Controller Configuration SYSCFG configures Baseboard Management Controller (BMC) and Remote Access Controller (RAC) settings. NOTE: Some of the following options or arguments might not be available on all systems. NOTE: For options that use text strings such as username, password, hostname, and community string, using some characters such as , <, >, | , or = on the command line can be misinterpreted by the command line parser and cause errors.
chassistype* Option Sub-option Valid Arguments Description --chassistype* NA NA Identifies the Chassis Management Controller (CMC). The possible values are 9 (M1000e), 10 (VRTX), and 0 (others). Example: A:>syscfg -- chassistype chassistype=10 (VRTX) clearsel* Option Sub-option Valid Arguments Description --clearsel* NA NA Clears the System Event Log (SEL). This option cannot be replicated. Example: A:>syscfg -- clearsel Clearing SEL...
encryptkey Option Sub-option Valid Arguments Description --encryptkey NA Encrypts the IPMI sessions. The hexadecimal number entered as an argument is case insensitive although the value returned by the encryptkey option is always in uppercase. The value returned is appended with zeroes so that it is always 40 characters long.
--formfactor Valid Arguments read-only Description Displays the geometry of PowerEdge Blade systems. The option can have the following values: halfheight (the Blade systems occupies 1 slot of the chassis), halfheight, dualwide (the Blade system occupies 2 horizontal slots of the chassis), fullheight (the Blade system occupies 2 vertical slots of the chassis), fullheight, dualwide (the Blade system occupies 4 slots of the chassis) and quarterheight (the Blade systems occupies half slot of the chassis).
Applicable Systems All systems prior to PowerEdge 12G systems with AMD Opteron 6200 series processor --htassist Valid Arguments enable, disable Description Enables or disables the Probe Filter chipset option. Some applications may have lower performance when the chipset feature is disabled. Example: A:>syscfg --htassist=enable htassist=enable Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems with AMD Opteron processors.
Example: A:>syscfg --lpt=lpt1 lpt=lpt1 Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems. --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 Valid Arguments enable, disable Description Enables or disables the memory interleave mode.
--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* 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.
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 Valid Arguments Description Supplies the current system password for the BIOS. This option is only given when setting the new system password. If this password does not match the current system password, the new password is not applied to the system.
--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. Standby — The card is receiving a copy of all secure digital reads.
--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 Valid Arguments read-only Description Reports the slot name of the blade. Example: A:>syscfg --slotname slotname=Slot5 Applicable Systems All PowerEdge systems prior to PowerEdge 12G systems.
--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.
Example: A:>syscfg --identify=10 identify=10 Applicable Systems All PowerEdge 11G systems with a BMC idracversion Option Sub-option Valid Arguments Description Displays the version information for the iDRAC and the iDRAC firmware. This option cannot be replicated. --idracversion --devid NA Reports the iDRAC device ID. --devrevision NA Reports the iDRAC device revision. --majorfwversion NA Reports the major firmware revision of iDRAC.
lancfgparams Option Sub-option Valid Arguments Description Configures and displays LAN configuration parameters. This option can be replicated. lancfgparams or lcp --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. This sub-option can be replicated.
Option Sub-option Valid Arguments Description Example 2 (to set the destination IP address as FQDN): A:>syscfg lcp --alertdest=1 --destipaddr=xxx.yyy.com --alertdest 1, 2, 3, 4 Sets the destination for the LAN alert. This sub-option can be replicated. --vlantag enable, disable Enables or disables VLAN tagging. This sub-option can be replicated. --vlanid Sets the 12-bit VLAN ID. This suboption can be replicated. --vlanpriority 0–7 Sets the VLAN priority value.
Option Sub-option Valid Arguments Description --autoneg enable, disable Enables or disables autonegotiation. --speed 10,100 Sets the network interface speed to 10 or 100 Mbps. --dnsdhcp enable, disable Enables or disables obtaining the DNS server IP address through DHCP. --dnsserver1 Sets the IP address of the primary DNS server for domain name resolution. --dnsserver2 Sets the IP address of the secondary DNS server for domain name resolution.
Option Sub-option Valid Arguments Description Example 2 (to set the LAN configuration parameters): A:>syscfg --lancfgparams --destipaddr=192.168.100.15 --vlantag=enable --vlanid=1000 --vlanpriority=7 --macaddress=0:6:5b:fb:c8:a7 --commstring=public --ipaddrsrc=static --ipaddress=192.168.100.10 --subnetmask=255.255.255.0 --gateway=192.168.100.
lanchannelinfo Option Sub-option Valid Arguments Description lanchannelinfo or lci NA NA Displays media and protocol information about the LAN channel. This option cannot be replicated. lanuseraccess Option Sub-option Valid Arguments Description Configures the privilege level and channel accessibility associated with a specified User ID for the LAN channel. lanuseraccess or lua --userid 2–16, if your Sets the User ID. This sub-option can be replicated.
lcd1 Option Sub-option Valid Arguments Description --lcd1 NA Sets the first line of user-defined text on the system LCD. This option can be replicated. For more information on delimiters, see Command Line Option Delimiters. NOTE: Before setting user strings for --lcd1 , ensure that --lcd is set to user. lcd2 Option Sub-option Valid Arguments Description --lcd1 NA Sets the second line of user-defined text on the system LCD. This option can be replicated.
Option Sub-option Valid Arguments Description For more information, see --bootseq. This option is not replicated. Example 1: A:>syscfg --bootseq Device 1: floppy.emb.0 Diskette Drive A: Device 2: cdrom.emb.0 - CDROM device Device 3: hdd.emb.0 - Hard Drive C: Device 4: nic.emb.1 - Intel Boot Agent Version 4.0.17 Device 5: nic.emb.2 - Intel Boot Agent Version 4.0.17 Example 2: A:>syscfg -nextboot=nic.emb.1 nextboot=nic.emb.
Option Sub-option Valid Arguments Description --action setpassword, testpassword Sets or tests the password for the specified User ID. This sub-option cannot be replicated. --password Sets the password (maximum of 16 printable ASCII characters) for the specified BMC User ID. This sub-option cannot be replicated.
Option Sub-option Valid Arguments Description systempowerfa il --filteraction powercycle, reset, powerdown, power reduction, none Sets the event filter action for the filter specified using the filter suboption. This sub-option depends on the filter sub-option. This suboption can be replicated. --hostname Sets the host name (maximum of 62 printable ASCII characters) for the BMC. This sub-option can be replicated.
Option Sub-option Valid Arguments Description destination IP address in response to a chassis intrusion event): A:>syscfg pefcfgparams -filter= intrusion-filteralert=disable pefcfgparams filter= intrusion filteralert=disable powerbutton Option Sub-option Valid Arguments Description --powerbutton NA enable, disable Enables or disables the power button. This option can be replicated.
racreset* Option Sub-option Valid Arguments Description --racreset* NA NA Resets the RAC. It cannot be accompanied with any other option. This option cannot be replicated. serialcfgparams Option Sub-option Valid Arguments Configures and displays serial configuration parameters. This option can be replicated. serialcfgparam s or scp 140 Description --connectionmode basic, terminal Sets the connection mode used to perform IPMI messaging to the BMC. This sub-option can be replicated.
Option Sub-option Valid Arguments Description Example (to display the current serial configuration settings): A:>syscfg serialcfgparams serialcfgparams tmcfgdelctrl=del tmcfgechoctrl=echo tmcfghandshakectrl=enable connectionmode=terminal tmcfgnewlineseq=crlf msgcommflowctrl=rtscts tmcfginputnewlineseq=cr msgcommdtrhangup=disable msgcommbitrate=19200 tmcfglineediting=enable serialchannelaccess Option Sub-option Valid Arguments Description Sets or displays the channel access settings for the serial cha
serialchannelinfo Option Sub-option Valid Arguments Description Displays media and protocol information about the serial channel. This option cannot be replicated. -serialchannelinfo or sci --mediumtype NA Displays the medium type for the serial channel. This sub-option cannot be replicated. --prottype NA Displays the protocol type for the serial channel. This sub-option cannot be replicated. --ssnsupport NA Displays the session support information for the serial channel.
Option Sub-option Valid Arguments Description -NA currentenableduser ids Reports the number of currently enabled User IDs on the serial channel. This suboption can be replicated. -NA useridswithfixedna mes Reports the number of User IDs with fixed names on the serial channel. This sub-option can be replicated.
Option Sub-option Valid Arguments Description --action enable, disable Enables or disables the user ID specified using the userid sub-option. This suboption can be replicated and is dependent on the userid sub-option. solcfgparams Option Sub-option Valid Arguments Description Configures and displays SOL configuration parameters. This option can be replicated. solcfgparams Enables or disables if the SOL payload type can be activated. This option can be replicated.
Option Sub-option Valid Arguments Description solenable=enable solprivlevel=administrator solcharaccum interval=25 solcharsend threshold=25 solbitrate=9600 Example 2 (to set the SOL configuration parameters): A:>syscfg solcfgparams --solenable=disable --solprivlevel=administrator --solcharaccum interval=25 --solcharsend threshold=100 --solbitrate=9600 solcfgparams solenable=disable solprivlevel=administrator solcharaccum interval=25 solcharsend threshold=100 solbitrate=9600 ssninfo Option Sub-option Va
useraction Option Sub-option Valid Arguments Description Enables and disables BMC, sua, and lua user IDs. This option can be replicated. useraction --userid 2–16, if your Specifies the BMC user ID. This subsystem has a DRAC option can be replicated. 5 controller --action enable, disable Enables or disables the user ID specified using the userid sub-option. This suboption can be replicated. This suboption is dependent on the userid sub-option.
Option Sub-option Valid Arguments Description Example 2 (to display the username for User ID 3): A:>syscfg username --userid=3 --name username userid=3 name=bmcmaster version* Option Sub-option Valid Arguments Description --version* NA NA Displays the version information for the SYSCFG utility. Option Sub-option Valid Arguments Description -virutualmedia NA enable, disable, auto Enables or disables the virtual media. This option cannot be replicated.
Option Valid Arguments Description Example: A:>syscfg -b 1 The state byte has been set to 1. A:>syscfg -b 2 -x The state byte has been set to 0x02. -r or --read* NA NOTE: The asterisk is not part of the command syntax. Reads the value of state data. When used with the -x option, the value is reported in hexadecimal format (0xNN). Example: A:>sysfg -r -x The state byte has been set to 0x02. A:>syscfg -r The state byte has been set to 2.
Option Valid Arguments Description both the server module and the asset tag for its chassis. For more information on delimiters, see Command Line Option Delimiters . Example: A:>syscfg --asset asset=ASSET --biosver* None Reports the BIOS version for a system. If used with the -s option, the environment variable is set to the BIOS version. Example: A:>syscfg --biosver biosver=A08 --chassvctag* None Reports the chassis service tag on blade systems.
Option Valid Arguments Description 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. The last two characters of the memory value indicate the order of magnitude used (KB or MB).
Option Valid Arguments Description For more information, see PCI Reporting. Example 1 (the pci.ids filename is specified in the command line instance ): A:>syscfg -n pci.
Option Valid Arguments Description Slot: 00 Class: 06 - Bridge SubClass: 00 - CPU/PCI PCI Bus: 0, Device: 0, Function: 1 Vendor: 1166 - Unknown Device: 0012 - Unknown Slot: 00 Class: 06 - Bridge SubClass: 00 - CPU/PCI PCI Bus: 0, Device: 0, Function: 2 Vendor: 1166 - Unknown Device: 0000 - Unknown Slot: 00 Class: 06 - Bridge SubClass: 00 - CPU/PCI -s Sets an environment variable to the value of a function command option. The string argument must be alphanumeric without any spaces or symbols.
Option Valid Arguments Description 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. The ID value is reported as a hexadecimal value with a leading 0x, lowercase hexadecimal letters, and zero-padded to 2 bytes. If used with the -s general option, the environment variable is set to the system ID.
Option Sub-option Valid Arguments Description lancfgparam sv6 or lcpv6 --ipv6 enable, disable Enables or disables the IPv6 stack. --ipsrcv6=static NA --ipaddrv6= A:> syscfg lcpv6 -ipv6=enable Allows you to manually configure IPv6 addresses.
Device: 1229 - 82557/8/9 [Ethernet Pro 100] Sub Vendor:8086 - Intel Corp. Sub Device:1017 - EtherExpress PRO/100+ Dual Port Server Adapter Slot: 01 Class: 02 - Network SubClass: 00 - Ethernet If the file for vendor resolution is not present, the utility prints Unknown next to a vendor name. If the file for environment variable names is not present, the utility fails the environment variable operation. The pci.ids file is located at \DELL\TOOLKIT\TOOLS on Windows systems and /opt/dell/toolkit/bin on Linux sy
RAIDCFG 4 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. Features The RAID configuration utility: • Displays help and usage information. • Reads configuration options from the Command Line Interface (CLI) parameters. • Enumerates RAID controllers, physical disks, and virtual disks. • Creates and deletes virtual disks. • Logs activity to a given filename.
RAIDCFG Options And Arguments Table below lists all of the valid options, parameters, and arguments for the RAIDCFG utility. For more information on valid RAIDCFG options and their specific uses, see RAID Configuration Utility Options and Arguments. Mandatory command line options must be present in the command. Optional command line options can be typed in any order after the mandatory options have been typed. Many options have both a short and long format.
Option Valid Arguments Short Description Mandatory or Optional crbd Cancels the rebuild of the physical disk associated with a specified virtual disk. See Configuring Physical Disk Rebuild for specific information. 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.
Option Valid Arguments Short Description Mandatory or Optional dsk Deletes the encryption key of the encryption-capable controller. See Deleting Encryption Key for specific usage information. 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.
Option Valid Arguments Short Description Mandatory or Optional or Express (PCIe) link speed of the controller. Link Speed for specific usage information. 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.
Option Valid Arguments Short Description Mandatory or Optional sbf 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.
Option Valid Arguments Short Description Mandatory or Optional -c or controlleri d 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. -ctrl or controller NA Displays a list of the supported RAID controllers in the system, along with select property information.
Option Valid Arguments -l or logfile -o -r or raid Short Description Mandatory or Optional configurations on the specified controllers. See Miscellaneous Options for specific usage information. Logs command line output to a file. Optional. Reads the RAID configurations from all available controllers and write these configurations in the given .ini filename. Mandatory. Sets the RAID level for the array. Optional.
Option Valid Arguments Short Description Mandatory or Optional See Creating Virtual NOTE: Spanlength is Disks for specific applicable for RAID 10, usage information. RAID 50, and RAID 60. The minimum permissible spanlength value is 2for RAID 10, 3for RAID 50 and 4for RAID 60. The number of array disks for creating virtual disks should not be a prime number and should be divisible by the specified spanlength.
Option Valid Arguments Short Description Mandatory or Optional through caching), wc (writecaching), nwc (no-writecaching), and fwb (force-writeback). See Miscellaneous Options for specific usage information. RAID Configuration Utility Options And Arguments The following tables document valid options, parameters, and arguments along with a description of the expected behavior of each option.
• Increasing Virtual Disk Size • Discarding Preserved Cache • Displaying Foreign Key Ids • Creating Encryption Key • Changing Encryption Key • Deleting Encryption Key • Importing Secured Foreign Configurations • Creating Virtual Disks General Help The following table lists the RAIDCFG general help options. Table 9. General Help Option Parameters Valid Arguments Description No option-h NA NA or Displays general usage information for the utility.
Table 10. Enumerating RAID Controllers Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl or controller NA NA Lists all the RAID controllers on the host system, along with select property information. This option is mandatory Example: raidcfg -ctrl Controller_ID/Slot_ID: 4 Controller_PCI_ID: 9:0:0 Controller_Name: PERC H710P Adapter Channels: 2 No.
NOTE: If you create a virtual disk on Windows PE, reboot the system. Table 11. Creating Virtual Disks Mandatory Options and Arguments Optional Parameters -ctrl -ac=cvd - NA c=id -ad= ch:targ,ch:tar g, Valid Parameters Arguments Description NA Creates a virtual disk comprising the properties supplied. This option combination is mandatory. NOTE: Create a bootable virtual disk only from the disk drives of slot 0-3 of the system. ... [or ch:targ:encl,. ..
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NOTE: From DTK 2.4 onwards, the -fd option creates dedicated hot spares instead of global hot spares. For information about setting global hot spares, see Assigning, Unassigning, And Listing Global Hot Spares. For SCSI controllers, the value of LUN should always be 0. For SAS controllers, the value of enclosure can be non-zero, in which case you must specify values for channel, target, and enclosure.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description • -ctrl -ac=cvd - -rp or c=id -ad= readpolicy ch:targ,ch:tar g, ... [or ch:targ:encl,. ..] or controller action= createvdisk controllerid= id adisk= channel:target : lun, channel:target : lun,... ra, ara, nra, rc, nrc CAUTION: If the controller is changed from SCSI to RAID mode, expect data loss to occur. Back up any data you want to save before changing the modes.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NOTE: The ra, ara, and nra options are supported on the following RAID controllers only: • • • • -ctrl -ac=cvd - -sp or c=id -ad= spanlength ch:targ,ch:tar g, ... [or ch:targ:encl,. ..] PERC 5/E Adapter, PERC 5/I Integrated, PERC 5/i Adapter PERC 6/i Integrated, PERC 6/i Adapter, PERC 6/E Adapter rc — (Read-Caching) Enables read caching. nrc — (No-Read-Caching) Disables read caching.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments disk space used on 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. ch:targ,ch:tar g, ... [or ch:targ:encl,. ..
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments createvdisk controllerid= id adisk= channel:target : lun,... channel:target : lun,... [or channel:target : enclosure,...
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -wp or writepolicy wb, wt, wc, nwc, fwb Sets the write policy for the virtual disk. The valid arguments are: : enclosure,...] • • wb — Write-Back caching sets the controller to send a write-request completion signal as soon as the data is in the controller cache but has not yet been written to disk.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -sf or secureflag 0, 1 Creates a secured virtual disk on controllers with encryption capability and encryption key. Example: A:>raidcfg -ctrl -ac=cvd -c=2 -ad=1:4,1:8 -sf=1 RAIDCFG Command successful! Enumerating Array Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for enumerating array disks (hard-drives).
Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description PowerState: Spun Up SMARTState: No Error DiskState: Ready Encryption Capable: No Secured: Not Applicable Sector Size: 512B T10 Protection Info Capable: No ****** Physical Drive ****** Vendor: DELL Model: ST500NM0011 Protocol: SATA Media: HDD NegSpeed: 3072 Mbps CapSpeed: 3072 Mbps Certified: YES Supported: YES Location: 0:4:1 Size: 476416 MB (465 GB) Avail: 0 MB PowerState: Spun Up SMARTState: No Error DiskState:
Mandatory Options and Arguments Optional Parameters Valid Parameters/ Arguments Description Example: A:>raidcfg -ad -c=4 -vd=0 Controller: PERC H710P Adapter ****** Physical Drive ******Drive Vendor: DELL (tm) Model: ST3450757SS Protocol: SAS Media: HDD MedSpeed: 6144 Mbps CapSpeed: 6144 Mbps Certified: YES Supported: YES Location: 0:0:1 Size: 428672 MB (418 GB) Avail: 0 MB PowerState: Spun Up SMARTState: No Error DiskState: Online Encryption Capable: Yes Secured: No Sector Size: 512B T10 Protection Inf
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 13. Blinking And Unblinking Array Disks Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ad -ad= ch:targ,ch:tar g ,... ac=blink c=id or adisk adisk= channel:target , channel:target ,...
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -vd Controller: PERC H710P Adapter VDisk ID: 0 Virtual Disk Name: Virtual Disk 0 Size: 857344 MB (837 GB) Type: RAID 0 Read Policy: Adaptive Read Ahead Write Policy: Write Back Cache Policy: Disabled Stripe Size: 64 Drives: 0:0:1,0:1:1 BootVD: No T10 Protection Info: Disabled RAIDCFG Command successful! -vd or vdisk -c or controller id Lists all the virtual disks
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -vd -c=2 -vd=0 Controller: PERC H710P Adapter VDisk ID: 0 virtual Disk Name: Virtual Disk 0 Size: 857344 MB (837 GB) Type: RAID 0 Read Policy: Adaptive Read Ahead Write Policy: Write Back Cache Policy: Disabled Stripe Size: 64 Drives: 0:0:1,0:1:1 BootVD: No T10 Protection Info: Disabled RAIDCFG Command successful! Deleting Virtual Disks The following table lists the RAIDCFG options, parameters
NOTE: When virtual disks are created, the RAID controller starts the background initialization operation. Virtual disks cannot be deleted until this operation completes. NOTE: If the raid.ini file contains the [Reset] section, then the RAIDCFG utility removes all the hot spares (dedicated and global) and virtual disks on the specified RAID controllers in the system.
Table 18. Blinking And Unblinking Virtual Disks Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd -vd=id ac=blink -c=id or vdisk vdisk=id action=blink controllerid=i d NA NA Blinks the physical disks associated with the specified virtual disk on the specified controller.
Table 19. Setting Environment Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -se envn= NA NA -envc= Sets a user-defined environment variable to the value returned from the getcontrollerslots function call. This option combination is mandatory.
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.
Function Call Description Example: A:>raidcfg -se -envn=HOTSPARES -envc= gethotspares -c=2 HOTSPARES=1:8:1,1:9:1 RAIDCFG Command successful! Returns the free array disks. getfreeadisks A:>raidcfg -se -envn=GETFREEADISKS -envc= getfreeadisks -c=2 GETFREEADISKS=0:3:1,0:4:1 RAIDCFG Command successful! Returns the total number of array disks.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description [vdisk0] controllerid=0 size=123456 raid=5 readpolicy=ra writepolicy=wt stripesize=32 cachepolicy=d adisk=0:0:1,0:1:1,0:2:1 [vdisk1] controllerid=0 size=65345 raid=1 readpolicy=ra writepolicy=wt stripesize=64 cachepolicy=d adisk=0:3:1,0:4:1 NOTE: If the controller uses global hot spares, the raid.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: A:>raidcfg -ctrl -ac=sghs -c=2 -ad=0:1 -force RAIDCFG Command successful! -ad|-pd ac=lghs -c=id or adisk|pdisk action=listglo balhotspare controllerid=i d NA -ctrl —ac=rghs -c=id -ad|-pd= ch:targ:encl or controller action=removeg lobalhotspare controllerid=i d adisk| pdisk=channel: target:enclosu re NA NA Displays the array (physical) disks used for global hot spare for the specified controller.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description NOTE: For importing secured foreign configuration, use importsecureforeignconfig or isfc. For more details, see Importing Secured Foreign Configurations. Example: A:>raidcfg -ctrl -c=2 ac=fgnimp -ctrl -c=id ac= fgnclr NA NA or 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..
Importing Secured Foreign Configuration The following table lists the RAIDCFG options, parameters, and pre-defined arguments for importing secured foreign configuration of the virtual disks. Table 24. RAIDCFG Options for Importing Secured Foreign Configuration Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl -c=id ac=isfc pp=passphrase NA NA Imports the foreign configuration of the virtual disks secured with the specified passphrase.
Table 26. Creating Encryption Key Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl -c=id ac=csk pp=passphrase -kid=key NA NA Creates encryption key for the encryption-capable controller.
Table 28. Deleting Encryption Key Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl -c=id ac=dsk NA NA Deletes the encryption key of the encryption-capable controller.
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 30. Configuring Array Disk as RAID Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ad -ac=ctr ad|-pd= ch:targ:encl c=id NA NA Configures the array disk as RAID.
Table 31. Configuring Physical Disk State Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ad -ac=online -ad|-pd= ch:targ:encl c=id NA NA Sets the array disk state to online. Example: A:>raidcfg -ad -ac=online ad=0:1 -c=2 or adisk action=online adisk| pdisk=channel: target:enclosu re controllerid=i d -ad ac=offline ad|-pd= ch:targ:encl c=id NA NA Cancels the rebuild of the physical disk associated with a specified virtual disk.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description pdisk adisk| pdisk=channel: target:enclosu re controllerid=i d Consistency Check For Virtual Disk The following table lists the RAIDCFG options, parameters, and pre-defined arguments for a consistency check for a virtual disk. Table 33.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description Example: ac=insecerase - c=id A:>raidcfg -ad -ad=0:1,0:2 -ac=insecerase -c=2 or adisk adisk | pdisk= channel:target :enclosure , channel:target :enclosure ,.. . action=instant secureerase controllerid= id Discarding Preserved Cache The following table lists the RAIDCFG options, parameters, and pre-defined arguments for discarding the preserved cache on the controller. Table 35.
Initializing Virtual Disks The following table lists the RAIDCFG options, parameters, and pre-defined arguments for initializing selected virtual disks. Table 36. Initializing Virtual Disks Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -vd -c=id vd=id -ac=fi or vdisk controllerid=i d vdisk=id action=fastini t NA NA Initializes the selected virtual disk in the selected controller with the fastinit command.
Table 37. Resetting The Controller Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description -ctrl -c=id ac=rst or controller controllerid=i d action=reset NA NA Resets the specified controller. Example: A:>raidcfg -ctrl -c=2 -ac=rst Enabling And Disabling Persistent Dedicated Hot Spares The following table lists the RAIDCFG options, parameters, and pre-defined arguments for enabling and disabling dedicated hot spares. Table 38.
Table 39. Setting and Displaying the PCIe Link Speed Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description --ctrl -c=id ac=spciels spd=<2 | 3> NA NA Sets the PCIe link speed of the controller to PCIe Generation 2 or 3. NOTE: Reboot the system to apply the setting.
Table 41.
Mandatory Options and Arguments Optional Parameters Valid Parameters Arguments Description the command line in any order after the mandatory options have been added. 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 Does not display any information on the terminal console.
Purpose Command Description Example: A:>raidcfg -ctrl -ac=sghs -c=2 -ad=0:1 RAIDCFG Command successful! To list all the disks attached to a particular controller raidcfg adisk c=slotid To create a virtual disk with all the default settings raidcfg -ctrl ac=cvd -c=slotid ad= x:y,x:y,... To create a virtual disk of a certain size with all the default settings raidcfg -ctrl ac=cvd -c=slotid ad= x:y,x:y,...
Purpose Command Description commands. The drive location is obtained from the second command. To create a virtual disk of RAID 50 To create a virtual disk of RAID 6 raidcfg -ctrl ac=cvd -c=slotid ad= x:y,x:y,x:y,x:y ,x :y,x:y -r=50 -sp=x Creates a virtual disk of maximum size for type RAID 50. raidcfg -ctrl ac=cvd -c=slotid ad= x:y,x:y,x:y,x:y ,x :y,x:y -r=6 -sp=x Creates a virtual disk of maximum size for type RAID 6. The slot ID in <-c=slotid> and the array disks in <-ad=...
UPINIT 5 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. 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\SCRIPTS.
On systems running Windows, UPINIT looks for the following files: • createup.cfg , mountup.cfg , umountup.cfg , and listup.cfg in the DELL\TOOLKIT\TEMPLATE\SCRIPTS directory • sysdrmk.exe in the DELL\TOOLKIT\TOOLS directory UPINIT Options And Arguments Table below lists the valid options and arguments for the UPINIT utility. Table 44. UPINIT Options and Arguments Option Valid Arguments Description none none If no options are given, the tool outputs usage information.
Option Valid Arguments Description Copyright (c) 2002-2012 Dell Inc. This utility creates a utility partition for your system. This utility requires a Utility Partition image file (upimg.bin) which can be found under /opt/dell/toolkit/systems folder in the Deployment Toolkit ISO. For more information, please consult the Deployment Toolkit Documentation. Usage: upinit.bat [--overwrite] --disk=ID or -d=ID --size=size or -s=size --file=file or -f=file --help or -h prints usage.
Option Valid Arguments Description --size or -s Size in MB for the Dell Utility Partition. --file or -f filename of Dell Utility Partition Image File. --overwrite or -o Installs the Dell Utility partition over an existing one. Example: upinit --disk=/dev/sda --size=32 -file=upimg.bin In the example, upinit creates a Dell Utility Partition of size 32 MB on /dev/sda using the upimg.bin file. The --overwrite option should be used for upgrading/ downgrading purposes.
Option Valid Arguments Description Example: A:>upinit --disk=0 --size=32 --file= c:\upimage.bin --overwrite string, optional Overwrites an existing utility partition. It does not create a new partition or delete an existing partition.
Messages And Codes 6 This section documents the error messages and codes used in Dell OpenManage Deployment Toolkit (DTK). SYSCFG Error Codes And Messages The SYSCFG utility checks your commands for correct syntax and valid input. When you enter a command, a message is displayed stating the results of the command. Failure Messages The SYSCFG utility failure messages provide error codes to help diagnose why some commands do not succeed. The following table lists SYSCFG error codes and messages. Table 45.
Error Code Message 14 The community string may only contain printable ASCII characters. 15 Destination unavailable. Cannot deliver request to selected destination. 16 Cannot execute command. Insufficient privilege level. 17 Command illegal for specified sensor or record type. 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.
Error Code Message 40 Password test failed. 41 Requested data length invalid. 42 Requested data field length limit exceeded. 43 Requested Sensor, data, or record not present. 44 Request data truncated. 45 Command response could not be provided. 46 Command response could not be provided. BMC initialization or initialization agent in progress. 47 Command response could not be provided. Device in firmware update mode. 48 Command response could not be provided. SDR Repository in update mode.
Error Code Message 68 The BIOS version information is not available. 69 There is not enough free system memory to complete the BIOS update. 70 The BIOS update file version is a different version class (A00, X00) than the current system BIOS. Use the --force option to use this BIOS image. 71 The BIOS update file version is older than the current system bios. Use the --force option to use this BIOS image. 72 The BIOS update file version is identical to the current system bios.
Error Code Message 90 Getting external serial connector settings failed. 91 Setting external serial connector settings failed. 92 There was an error opening the file. 93 File does not have write permission. 94 The file contains invalid options. 95 The replication information does not match for this system. 96 There can only be one section in the input file. 97 Bad ini file, the section cannot be found. 98 The format of the bios image file is incorrect.
Error Code Message 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. 123 This password is locked and can only be unlocked by the admin user. 124 There was an error setting the password.
Error Code Message 142 Cannot stat /etc/omreg.cfg file. Please ensure /etc/omreg.cfg file is present and is valid for your environment. You can copy this file from the DTK iso. 143 Getting nicselection settings failed. 144 HAPI Driver Load Error. 145 Filter action power reduction is only supported for the system power warn/fail filters. 146 TPM/TCM Clear settings requires setup password. 147 There is currently no TPM/TCM Clear request pending.
Error Code Message 165 Invalid configuration. Attempting to apply IPv6 configuration on a non supported platform. 166 Invalid IPv6 configuration. Attempt to set DNS server address manually while DNS address source is set to auto. 167 Invalid IPv6 configuration. Attempt to set IPv6 address manually while IPv6 address source is set to auto. 168 Invalid IPv6 configuration. Attempting to apply IPv6 configuration without loading IPv6 stack. 169 Invalid IPv4 configuration.
Error Code Message 188 Error in setting the vFlash option. 189 The set operation failed due to dependency. 190 The set operation failed because attribute is forced to a value. 191 Cannot disable this OrderedList’s entries. 192 The set operation failed because system is busy now . Try again later. 193 New value for the token not valid. 194 Token not found. 195 The set operation failed because System Services and/or CSIOR disabled.
Table 46. SYSCFG Failures and Solutions Failure Messages Solutions Generic failure. Indicates iDRAC is in bad state. Reboot iDRAC. New value not valid. Make sure the changed value is valid. Cannot disable this orderedList’s entries. BIOS does not support enabling or disabling of a particular boot order object. System busy, try again later. Retry as iDRAC is busy with internal processing. Unable to connect IDRAC data Start data manager service using srvadmin_services (specific to manager. Linux).
Error Code Message 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 48. UPINIT Linux-Specific Error Codes and Messages Error Code Message 31 Error: Invalid disk specified. 32 Error: Mount failed. 33 Cannot create mount point .File exists 34 Error: fdisk failed.
Error Code Message 2 Failure! 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. 16 Exactly 2 array disks are required to create a RAID 1 virtual disk.
Error Code Message 31 Disk Lock operation failed. 32 Disk locked. 33 Disk Unlock operation failed. 34 Disk Unlocked. 35 Disk failed on rebuild. 36 Hot Spare not free. 37 Disk Diagnostic failed. 38 Disk Rebuild failed. 39 Disk Format failed. 40 Cancel of Disk Diagnostic failed. 41 Cancel of Disk Rebuild failed. 42 Cancel of Disk Format failed 43 Assign Hot Spare failed 44 Disk too Small for Hot Spare. 45 Unassign Hot Spare failed. 46 Prepare Disk for Removal failed.
Error Code Message 60 Select the array disks that are part of a similar type of virtual disk (T10 protection and encryption capability) or the array disks that are not part of any virtual disks. 61 Invalid Parameter 62 Failed drive cannot be added. 63 The controller cannot support the number of array disks that you have selected. Choose a smaller number. 64 Delete virtual disk failed. Controller busy. 65 Delete virtual disk failed. 66 Create virtual disk failed.
Error Code Message 84 You have selected an array disk that is in a degraded or failed state. Choose another array disk. 85 Delete the last created virtual disk first. 86 Virtual disk initialized for use and no override requested. 87 Virtual disk type requested is invalid for the attempted operation. 88 Virtual disk Move operation failed. Cannot rename, virtual disk is already in use. 89 Failover invalid. 90 Virtual disk resynching. 91 Virtual disk resynch failed.
Error Code Message 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. 113 Virtual disk operation is temporarily unavailable. Check consistency in progress. 114 Specified virtual disk too small. 115 Virtual disk operation not supported. Size too small. 116 Operation is temporarily unavailable.
Error Code Message 136 Controller name is invalid. 137 Controller is iterated. 138 Rename of virtual disk was not successful. 139 The controller was not able to erase the file system from the specified virtual disk. 140 The controller was not able to add space to the specified concatenation set. 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.
Error Code Message 164 Driver could not execute. 165 Cannot delete virtual disk. 166 Cannot set temperature probe. Invalid value entered. 167 Cannot set enclosure tag. Invalid value entered. 168 Cannot set enclosure alarm. 169 Temperature probe value out of range. 170 Cannot set cache mode. 172 Data will be lost on the secondary disk and a reboot will be forced. 173 Cluster Services (MSCS) is running.
Error Code Message 184 The operation cannot be performed at this time. The firmware can recondition a battery that has a Degraded or Power Low state. The firmware will not recondition a battery that is functioning normally or that has a Ready, Failed or Missing state. 185 The version of the controller firmware installed on your system does not support this operation. 186 There are no disks of the correct type available to be assigned as a hot spare.
Error Code Message 210 Cannot have silent and logfile switch with the same command. 211 Invalid array disk(s)! 212 Invalid failover disk(s)! 213 Creation of a virtual disk on this RAID controller requires the use of the entire disk space of the array disks. The size or - sz parameter is not needed. 214 Invalid size given! size=max or -sz=max is not supported for this RAID controller. 215 The value given for envname or -envn is null or too long.
Error Code Message 228 Unsupported array disks selected for VD creation. 229 Setting stripe size is not supported in this controller. 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.
Error Code Message 1005 Invalid encrypted array disk list for the instant secure erase operation. 1006 Sector drives 512B and 4KB must not be combined while creating a virtual disk. 1007 Hot spare sector size for the virtual disk is not matching. 1008 sectorsize parameter is not found. 1009 Warning! Cannot assign global hotspare. Input array disk can act as a hotspare only for virtual disks with matching sector size (4KB or 512B) and supported T10 PI capability.
Error Code Message 1026 Cannot delete the encryption key because secure virtual disk is present. 1027 The passphrase is invalid or old. 1028 Cannot increase the virtual disk size due to lack of free space or due to the presence of partial virtual disks on the same set of array disks. 1029 The percentage value of virtual disk size must be in the range 1-100. 1030 Error! Cannot discard the preserved cache. Use '-force' option to discard the cache.
Error Code Message 15 CAN'T CHANGE FACTORY DEFAULT 16 USER ALREADY IN DATABASE 17 CLOSING TELNET CONNECTION 18 USER DATABASE NOT INITIALIZED 19 INVALID COMMAND SHELL CALL 20 INVALID INPUT FILE 21 TFTP ERROR 22 PCI ERROR 23 SERVER IS IN GRAPHICS MODE 24 SYSTEM DATE AND TIME NOT SET 25 OUT OF MEMORY 26 ACCESS LOCKED 27 PAGING ERROR 28 PAGING ALREADY IN PROGRESS 29 ERROR ACCESSING DEVICE 30 WRONG NUMBER OF ARGUMENTS 31 NO SCREEN FOR ASR STORED 32 CAN'T ADD HISTORY MONITOR
Error Code Message 46 DIAGNOSTIC TASK ERROR 47 DIAGNOSTIC TASK IS ALREADY RUNNING 48 NO DIAGNOSTIC TASK RUNNING 49 READ ONLY 50 SNARFING IS NOT AVAILABLE 51 TEXT RESOLUTION OF SERVER CHANGED 52 MODULE NOT LOADED 53 IPMI ERROR 54 ERROR IN DIAGNOSTIC FUNCTION RACADM Utility Error Codes And Messages Table below lists RACADM utility error codes and messages. Table 52. RACADM Error Codes and Messages Error Code Message 513 An unknown failure occurred. 514 Librac library not initialized.
Error Code Message 530 Timeout occurred. 531 Insufficient user privileges to perform operation. 532 TFTP write error encountered. 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.
Error Code Message 561 SpcmpObjectIdSet failed. 562 Failed to send SPCMP message to RAC. 563 Invalid transport session info. 564 LAN Proxy error - please make sure your proxy settings are configured correctly. 565 RAC service not currently installed. 566 RAC service is not started. 567 RAC service is starting. 568 RAC controller not present. 569 RAC controller is currently resetting.
BMC Platform Events Filter Alert Messages 7 All possible Platform Event Filter (PEF) Alert Messages along with a description of each event are listed in the table below Table 53. 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.
Event Description Hardware log is full or emptied Either an empty or a full hardware log requires administrator attention. Automatic System Recovery The system is hung or is not responding and is taking an action configured by Automatic System Recovery. System Power Probe Warning The system is setting actions when a power consumption probe detects a warning value. System Power Probe Failure The system is setting actions when a power consumption probe detects a failure value.
Sample File Formats 8 This appendix lists the sample SYSCFG utility .ini, RAIDCFG utility .ini, and the RACADM utility .ini files. 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.0 gb ;SysMemType=ecc ddr3 ;SysMemSpeed=1067 mhz ;SysMemVolt=1.
UsbPorts=allon InternalUsb=on IntegratedNetwork1=enable OsWatchdogTimer=disable IoatEngine=disable ;EmbVideo=enable SriovGlobalEnable=disable SerialComm=onnoconredir SerialPortAddress=serial1com1serial2com2 ExtSerialConnector=serial1 FailSafeBaud=115200 ConTermType=vt100vt220 RedirAfterBoot=enable SysProfile=perfperwattoptimizeddapc ;ProcPwrPerf=sysdbpm ;MemFrequency=maxperf ;ProcTurboMode=enable ;ProcC1E=enable ;ProcCStates=enable ;MemPatrolScrub=standard ;MemRefreshRate=1x ;MemVolt=autovolt ;AesNi=enable
destipaddr=0.0.0.0 commstring=public ;gateway=10.94.132.1 ;ipaddress=10.94.132.131 ipaddrsrc=dhcp nicselection=dedicated autoneg=enable dnsserver1=0.0.0.0 dnsserver2=0.0.0.0 dnsdhcp=disable dnsracname=idrac dnsregisterrac=disable domainname= domainnamednsdhcp=disable fullduplex=enable speed=100Mbps ;subnetmask=255.255.255.
usrprivlmt=noaccess lanuseraccess userid=11 usrprivlmt=noaccess lanuseraccess userid=12 usrprivlmt=noaccess lanuseraccess userid=13 usrprivlmt=noaccess lanuseraccess userid=14 usrprivlmt=noaccess lanuseraccess userid=15 usrprivlmt=noaccess lanuseraccess userid=16 usrprivlmt=noaccess lcd=servicetag nmibutton=enable pefcfgparams alertpolnum=1 alertpolstatus=disable pefcfgparams alertpolnum=2 alertpolstatus=disable pefcfgparams alertpolnum=3 alertpolstatus=disable pefcfgparams alertpolnum=4 alertpolstatus=disa
filter=procwarn filteralert=enable filteraction=none pefcfgparams filter=procfail filteralert=enable filteraction=none pefcfgparams filter=powerwarn filteralert=enable filteraction=none pefcfgparams filter=powerfail filteralert=enable filteraction=none pefcfgparams filter=hardwarelogfail filteralert=enable pefcfgparams filter=autorecovery filteralert=enable pefcfgparams filter=procabsent filteralert=enable filteraction=none pefcfgparams filter=powerabsent filteralert=enable filteraction=none pefcfgparams fi
filter=ripsoffline filteralert=enable filteraction=none pefcfgparams filter=ripsredundancylost filteralert=enable filteraction=none hostname= powerbutton=enable serialcfgparams connectionmode=basic msgcommbitrate=19200 msgcommflowctrl=noflowctrl tmcfgdelctrl=del tmcfgechoctrl=echo tmcfghandshakectrl=enable tmcfginputnewlineseq=cr tmcfglineediting=enable tmcfgnewlineseq=crlf serialchannelaccess ipmioverserial=alwaysavail channelprivlmt=administrator serialuseraccess userid=2 usrprivlmt=administrator serialus
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 userid=9 action=disable solaction userid=10 action=disable solaction userid=11 action=disable solaction userid=12 action=disable solaction userid=13 action=disable solaction userid=14 acti
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=2 name=roo
username userid=9 name=NULL username userid=10 name=NULL username userid=11 name=NULL username userid=12 name=NULL username userid=13 name=NULL username userid=14 name=NULL username userid=15 name=NULL username userid=16 name=NULL ;uuid=44454C4C4400104E8032CDC04F333435 virtualmedia=auto Sample RAIDCFG Utility .
controllerid=4 size=278784 raid=5 readpolicy=ra writepolicy=wb stripesize=64 cachepolicy=c adisk=0:8:1,0:7:1,0:6:1 [GlobalHotspare0] controllerid=0 failoverdrive=0:8:0 Sample RACADM Utility .ini File Format [idRacInfo] #idRacType=0x05 #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.
cfgUserAdminEmailAddress= cfgUserAdminEmailCustomMsg= [cfgSessionManagement] cfgSsnMgtMaxSessions=0x4 cfgSsnMgtMaxSessionsPerUser=0x4 [cfgSerial] cfgSerialBaudRate=115200 cfgSerialConsoleEnable=0 cfgSerialConsoleQuitKey=~.
cfgADEnable=0 cfgADAuthTimeout=0x78 cfgADRootDomain= 248