JavaScript is required to for searching.
ナビゲーションリンクをスキップ
印刷ビューの終了
Oracle Server CLI ツール ユーザーズガイド
Oracle Technology Network
ライブラリ
PDF
印刷ビュー
フィードバック
search filter icon
search icon

Document Information

このドキュメントの使用法

Oracle Server CLI ツールの概要

CLI ツールのコマンド構文および表記規則

biosconfig ツールの使用

biosconfig の概要

biosconfig の要件

biosconfig の用語集

biosconfig で使用されるデバイスの用語集

デバイス名の例

XML ファイルの編集

biosconfig コマンドの概要

Oracle Solaris OS 用の biosconfig

Windows の biosconfig

biosconfig の Sun System Management ドライバを Windows 2008 R2 および Windows 2008 64 ビットにインストールする方法

biosconfig の Sun System Management ドライバを Windows 2008 R2 および Windows 2008 64 ビットからアンインストールする方法

biosconfig コマンドのオプションおよびバージョン情報の表示

biosconfig コマンドオプションの表示方法

biosconfig バージョン情報の表示方法

デバイスのブート順序の構成

ブートリストを変更する方法

次回ブート時の最初のブートデバイスを設定する方法

ブート順序を永続的に変更する方法

ブート順序を PCI バス、デバイス、または関数に基づいて変更する方法

BIOS CMOS の構成

BIOS CMOS ゴールデンイメージを取得する方法

BIOS CMOS ゴールデンイメージを適用する方法

各 CMOS 設定の構成

静的および動的な CMOS 設定

静的な CMOS 設定を構成する方法

動的な設定を構成する方法

関連のない無害の追加出力を生成するコマンド

ubiosconfig ツールの使用

fwupdate ツールの使用

raidconfig ツールの使用

ilomconfig ツールの使用

hwmgmtcli ツールの使用

zoningcli ツールの使用

Windows での ipmitool の使用

CLI ツールのエラーコード

索引

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

See Also