JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® Server CLI Tools User's Guide
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Oracle Server CLI Tools Overview

CLI Tools Command Syntax and Conventions

Using the biosconfig Tool

biosconfig Overview

biosconfig Requirements

biosconfig Terminology

Device Terminology Used by biosconfig

Device Name Examples

Editing XML Files

biosconfig Command Overview

biosconfig for Oracle Solaris OS

biosconfig for Windows

How to Install the biosconfig Sun System Management Driver on Windows 2008 R2 and Windows 2008 64–bit

How to Uninstall the biosconfig Sun System Management Driver on Windows 2008 R2 and Windows 2008 64–bit

Viewing biosconfig Command Options and Version Information

How to View biosconfig Command Options

How to View biosconfig Version Information

Configuring the Device Boot Order

Methods for Changing the Boot List

How to Set the First Boot Device for the Next Boot

How to Make a Persistent Change to Boot Order

How to Change Boot Order Based on the PCI Bus, Device, or Function

Configuring the BIOS CMOS

How to Capture the BIOS CMOS Golden Image

How to Apply the BIOS CMOS Golden Image

Configuring Individual CMOS Settings

Static and Dynamic CMOS Settings

How to Configure a Static CMOS Setting

How to Configure a Dynamic Setting

Commands That Produce Unrelated, Innocuous, Extra Output

Using the ubiosconfig Tool

Using the fwupdate Tool

Using the raidconfig Tool

Using the ilomconfig Tool

Using the hwmgmtcli Tool

Using the zoningcli Tool

Using ipmitool for Windows

CLI Tools Error Codes

Index

How to Configure a Dynamic Setting

biosconfig cannot retrieve the strings and the mapping between the values in CMOS. This behavior is BIOS dependent; the ability to retrieve this information depends on the BIOS revision and the platform type.

To configure or export dynamic settings, you need to discover the setting that you wish to use by following these steps:

  1. Enter the BIOS Setup utility.
  2. Configure the settings manually and save the configuration.
  3. To examine the resulting XML output to find the value that the BIOS is using for the setting you wish to specify, type the following command:

    biosconfig -get_bios_settings filename.xml

    This is an example of a dynamic CMOS setting as displayed in the XML file:

    <BIOSCONFIG>
    <SETUP_CONFIG>
    <Boot>
    <Option_ROM_Enable>
    <NET0_Option_ROM_>
    <HELP_STRING>This Option enables execut....
    </HELP_STRING>
    <DEFAULT_OPTION> 0000 </DEFAULT_OPTION>
    <SELECTED_OPTION> 0000 </SELECTED_OPTION>
    <OPTION_RANGE> 0000 - 0001 </OPTION_RANGE>
    <OPTION-0>Not Available</OPTION-0>
    </NET0_Option_ROM_>
    </Option_ROM_Enable>
    </Boot>
    </SETUP_CONFIG>
    </BIOSCONFIG>

    In the preceding code, there are no string-to-value mappings offered by the biosconfig output.

  4. Use the following command to set the BIOS configuration:

    biosconfig -set_bios_settings filename.xml

  5. Use this XML file to configure dynamic CMOS settings on machines of the same model.

See Also