svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
ubiosconfig(8)
System Administration Commands ubiosconfig(8)
NAME
ubiosconfig - A UEFI BIOS configuration tool for Oracle x86 servers.
SYNOPSIS
ubiosconfig <subcommand> <type> [options]
DESCRIPTION
A command line utility to update the UEFI BIOS configuration on Oracle
x86 servers that support this feature. The utility works by importing
and exporting an XML representation of the UEFI BIOS settings. Please
refer to the documentation for your server when changing BIOS configu‐
ration for any special instructions or handling requirements.
A complete list of currently supported Oracle servers is available at:
http://www.oracle.com/goto/ohmp
Refer to the user documentation for your server for specific UEFI BIOS
information.
SUB-COMMANDS
The following subcommands are supported by ubiosconfig.
For help on a specific subcommand, type: ubiosconfig <subcommand>
--help
Available subcommands:
import Import a configuration XML file for
application to the server at next power cycle.
export Export the UEFI BIOS configuration to a local
XML file.
cancel Cancel pending UEFI BIOS configuration changes.
list List status information regarding UEFI BIOS
import/export operations.
reset Set UEFI BIOS back to factory defaults on next
power cycle.
General Options:
-?, -h, --help Show command line help.
-V, --version Show the version of the command.
-H,
--remote_hostname,
--remote-hostname=sp_ip Remote SP host name or IP address.
(Must be paired with option -U.)
-U,
--remote_username,
--remote-username=username User name to log in to remote SP.
(Must be paired with option -H.)
--no-cert-check Do not perform certificate checking.
--cert-dir=pathname Location of trusted certificates.
Details on each subcommand, including supported types and options, are
listed below.
Always refer to the user documentation for your server before attempt‐
ing UEFI BIOS configuration changes.
import
Import a configuration XML file for application to the server at
next power cycle.
The schema for this XML is controlled by the server and is unique
for each platform. In general, only import settings into a server
which were exported from the same server model. Unsupported UEFI
BIOS settings which are imported into a server will be ignored or
rejected, depending on the server.
ubiosconfig import <type> <-x xml_file> [options]
<type>
all Import all options from provided xml_file.
boot Import only boot section of xml_file.
config Import only configuration section of xml_file.
[mandatory option]
-x, --xml_file Use the specified XML file to change UEFI
BIOS options.
[options]
-y, --yes Execute command without prompting for
confirmation. Useful for scripting.
-f, --force Ignore safeguards, and import BIOS XML
file regardless of current system state.
Potentially dangerous and not
recommended.
export
Export the UEFI BIOS configuration to a local XML file.
ubiosconfig export <type> [options]
<type>
all Export UEFI BIOS information from last power cycle.
[options]
-y, --yes Execute command without prompting for
confirmation. Useful for scripting.
-x, --xml_file Export to the specified file, otherwise
dump to screen.
-f, --force Ignore safeguards, and export BIOS XML
file regardless of current system state.
cancel
Cancel pending UEFI BIOS configuration changes.
ubiosconfig cancel <type>
<type>
config Cancel pending configuration changes. All currently
pending UEFI BIOS changes will be discarded.
list
List information about pending changes to UEFI BIOS settings at the
next server boot.
ubiosconfig list <type>
<type>
status Show status of all changes to UEFI BIOS configuration
operations.
reset
Set UEFI BIOS back to factory defaults on next power cycle.
ubiosconfig reset <type>
<type>
config Sets UEFI BIOS to reset to factory defaults on next
power cycle.
Pending UEFI BIOS changes will be added on top of
defaults.
cancel Cancels and resets to default settings.
OPTIONS
The following short and long general options are supported with
ubiosconfig:
-?, -h, --help
Display a brief usage message and then exit.
-H, --remote-hostname=sp_ip
Provide host name or IP address of remote SP (must be paired with
option -U).
-U, --remote-username=username
Provide user name with root privileges to login to remote SP (must
be paired with option -H).
-V, --version
Print version information for ubiosconfig and then exit.
--no-cert-check
Do not perform certificate checking.
--cert-dir=pathname
Location of trusted certificates. If not specified, the default
location /etc/openssl/certs is used.
The following subcommand short and long options are supported. Refer to
the subcommands section to see which options are supported for each
subcommand.
-f, --force
Used with import and export subcommands to force the execution of
the command regardless of system state. Not recommended.
-x, --xml_file=filename
Used with import and export subcommands to specify the target XML
metadata file.
-y, --yes
Used with the import and export subcommands to execute the command
without user prompts. Can be used for scripting.
ERRORS
The following are ubiosconfig error codes:
Error Code Error Description
---------- ------------------------------------------
50 Cannot connect to IPMI bmc device.
84, 85 Cannot update BIOS, update in progress.
86 Invalid configuration file provided.
87 Invalid boot configuration provided.
88 Invalid boot and configuration provided.
89 Failed to update BIOS.
90 BIOS partially updated.
91 BIOS out of sync.
247 UEFI not supported.
FILES
/var/log/ssm/ubiosconfig.log
ubiosconfig specific log file.
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 _ Availabilitysystem/management/ubiosconfig _ Interface
StabilityCommitted
SEE ALSO
http://www.oracle.com/goto/ohmp/solarisdocs
Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights
reserved.
June 13, 2018 ubiosconfig(8)