JavaScript is required to for searching.
跳过导航链接
退出打印视图
Oracle Server CLI Tools 用户指南
Oracle 技术网
文档库
PDF
打印视图
反馈
search filter icon
search icon

文档信息

使用本文档

Oracle Server CLI Tools 概述

CLI Tools 命令语法和约定

使用 biosconfig 工具

biosconfig 概述

biosconfig 要求

biosconfig 术语

biosconfig 使用的设备术语

设备名称示例

编辑 XML 文件

biosconfig 命令概述

用于 Oracle Solaris OS 的 biosconfig

适用于 Windows 的 biosconfig

如何在 Windows 2008 R2 和 Windows 2008 64 位系统上安装 biosconfig Sun System Management Driver

如何在 Windows 2008 R2 和 Windows 2008 64 位系统上卸载 biosconfig Sun System Management Driver

查看 biosconfig 命令选项和版本信息

如何查看 biosconfig 命令选项

如何查看 biosconfig 版本信息

配置设备引导顺序

更改引导列表的方法

如何设置下次引导的第一个引导设备

如何对引导顺序进行持久性更改

如何基于 PCI 总线、设备或功能更改引导顺序

配置 BIOS CMOS

如何捕获 BIOS CMOS 黄金映像

如何应用 BIOS CMOS 黄金映像

配置单项 CMOS 设置

静态和动态 CMOS 设置

如何配置静态 CMOS 设置

如何配置动态设置

生成无关的、无害的额外输出的命令

使用 ubiosconfig 工具

使用 fwupdate 工具

使用 raidconfig 工具

使用 ilomconfig 工具

使用 hwmgmtcli 工具

使用 zoningcli 工具

使用用于 Windows 的 ipmitool

CLI Tools 错误代码

索引

如何查看 biosconfig 命令选项

  1. 要查看帮助输出,请键入不带参数的 biosconfig 命令。

    例如:

    # biosconfig
    Copyright (C) SUN Microsystems 2009.
    BIOSconfig Utility Version 2.2.5
    Build Date: Jan 11 2010
    Build Time: 01:22:05
    
    BIOSconfig Specification Version 2.4
    
    Usage: biosconfig [-v] option [filename]
    Example: biosconfig -get_version output.xml
    
    [-v] Verbose on. Only valid if a xml input/output filename is provided
    [Filename] Name of the XML output (or input) file for get (or set)
    command (optional).
    get commands will output to the console if the filename
    is not provided
    set commands will get input from the console if the filename
    is not provided
    
    Available options (Required):
    -get_version Get version of this tool
    -get_boot_order Get the BOOT Devices list
    -set_boot_order Set the BOOT Devices list
    -get_bios_settings Get setup configuration from BIOS
    -set_bios_settings Set setup configuration to BIOS ROM
    -get_CMOS_dump Get 256 bytes CMOS setup data from BIOS
    -set_CMOS_dump Set 256 bytes of CMOS setup data to BIOS

另请参见