biosconfig(8) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

biosconfig(8)

System Administration Commands                                   biosconfig(8)



NAME
       biosconfig - A BIOS configuration tool for Oracle x86 servers.

SYNOPSIS
       biosconfig [-v] <option> [filename]

DESCRIPTION
       A  command  line  utility to update the BIOS CMOS configuration on sup‐
       ported Oracle x86 servers. The biosconfig command can be  used  to  get
       current configuration settings or set configuration settings. When used
       to get configuration settings, biosconfig generates XML output  showing
       the  configuration. When used to set configuration settings, biosconfig
       reads XML input describing the configuration settings.

       The XML tag definitions are determined  by  the  current  system  BIOS.
       These values can vary by system type and it is not recommended that you
       use the same XML file to update the BIOS configuration across different
       system types.

       Caution -

         Setting  the  BIOS  configuration incorrectly may result in undesired
         operation or system instability. Refer to your  server  documentation
         and the Oracle Server CLI Tools Guide before using biosconfig.

       A complete list of currently supported Oracle servers is available at:

       http://www.oracle.com/goto/ohmp

OPTIONS
       [filename]

           Name  of  the XML output (or input) file for get (or set) commands.
           Get commands will output to the console if a file name is not  pro‐
           vided.  Set commands will get input from the console if a file name
           is not provided.

           See the Oracle Server CLI Tools Guide for the  format  of  the  XML
           file.

       -v

           Verbose  mode  enable. On some operations, this might provide addi‐
           tional information regarding operational status.  Verbose  mode  is
           only valid if an XML input or output filename is provided.

       <option>

           Only  a  single  option can be used per command execution. The con‐
           tents of the input or output XML file will process  only  the  data
           relevant  to the option used. See the Oracle Server CLI Tools Guide
           for more information.

           -get_version

               Get version of biosconfig.

           -get_boot_order

               Get the boot devices list.

           -set_boot_order

               Set the boot devices list.

           -set_boot_override

               Set first boot device for next boot.

           -get_bios_settings

               Get setup configuration from BIOS.

           -set_bios_settings

               Set setup configuration to BIOS ROM.

               Only those attributes supported by the particular server  model
               will be processed.

           -get_CMOS_dump

               Get 256 bytes of CMOS setup data from BIOS.

           -set_CMOS_dump

               Set 256 bytes of CMOS setup data to BIOS.


EXAMPLES
       Example 1 Getting BIOS configuration settings

         example# biosconfig -get_bios_settings bios_config.xml

       or

         example# biosconfig -get_bios_settings > bios_config.xml

       This  command  will retrieve the BIOS configuration and put it into the
       file "bios_config.xml". See the  Oracle  Server  CLI  Tools  Guide  for
       descriptions of the contents of bios_config.xml.

       The  first  method  in this example uses the command line parameters to
       specify the output file. The second method directs stdout into the file
       bios_config.xml.

       Example 2 Setting the BIOS configuration

         example# biosconfig -set_bios_settings bios_config.xml

       or

         example# cat bios_config.xml | biosconfig -set_bios_settings

       This  command will use the configuration data in bios_config.xml to set
       the BIOS configuration in CMOS memory. See the Oracle Server CLI  Tools
       Guide for descriptions of the contents of bios_config.xml.

       The  first  method  in this example uses the command line parameters to
       specify the input file. The second method  pipes  bios_config.xml  from
       stdin into biosconfig.

ERRORS
       The following are biosconfig error codes:

         Error Code Error Description
         ---------- ------------------------------------------
         64         Execute biosconfig as root.
                    Do not run more than one instance of biosconfig
                    at the same time. There are no locks in place
                    to allow for multiple simultaneous accesses.


FILES
       /var/log/ssm/biosconfig.log

           biosconfig specific log file.

       /usr/bin/biosconfig

           The default location of biosconfig binary.


ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Architecturex86 _  Availabilitysystem/management/biois‐
       config _ Interface StabilityCommitted


SEE ALSO
       http://www.oracle.com/goto/ohmp/solarisdocs

       Copyright  (c)  2010,  2017,  Oracle  and/or its affiliates. All rights
       reserved.



                               February 3, 2017                  biosconfig(8)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3