Skip to main content
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

SP / BMC CLI でオンラインヘルプを使用する

共同作成者

オンラインヘルプで SP / BMC CLI のコマンドとオプションを確認できます。

このタスクについて

このタスクでは、 SP と BMC の両方を環境に設定します。

手順
  1. SP / BMC コマンドのヘルプ情報を表示するには、次のコマンドを入力します。

    SP ヘルプにアクセス BMCヘルプにアクセスする

    を入力します help SPプロンプトで、

    を入力します system BMCプロンプトで、

    次に、 SP CLI オンラインヘルプの例を示します。

    SP> help
    date - print date and time
    exit - exit from the SP command line interface
    events - print system events and event information
    help - print command help
    priv - show and set user mode
    sp - commands to control the SP
    system - commands to control the system
    version - print SP version

    次に、BMC CLIオンラインヘルプの例を示します。

    BMC> system
    system acp - acp related commands
    system battery - battery related commands
    system console - connect to the system console
    system core - dump the system core and reset
    system cpld - cpld commands
    system log - print system console logs
    system power - commands controlling system power
    system reset - reset the system using the selected firmware
    system sensors - print environmental sensors status
    system service-event - print service-event status
    system fru - fru related commands
    system watchdog - system watchdog commands
    
    BMC>
  2. SP / BMCコマンドのオプションのヘルプ情報を表示するには、と入力します help SP / BMCコマンドの実行前または実行後。

    次の例は、SPのSP CLIオンラインヘルプを示しています events コマンドを実行します

    SP> help events
    events all - print all system events
    events info - print system event log information
    events newest - print newest system events
    events oldest - print oldest system events
    events search - search for and print system events

    次に、BMC CLIオンラインヘルプの例を示します system power コマンドを実行します

    BMC> system power help
    system power cycle - power the system off, then on
    system power off - power the system off
    system power on - power the system on
    system power status - print system power status
    
    BMC>