ONTAP 9.13

to English version

SP / BMC CLIでのオンライン ヘルプの使用

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

タスク概要

この作業は、SPとBMCの両方に当てはまります。

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

    SPのヘルプへのアクセス方法 BMCのヘルプへのアクセス方法

    SPプロンプトで「help」と入力します。

    BMCプロンプトで「system」と入力します。

    次に、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コマンドのオプションのヘルプ情報を表示するには、SP / BMCコマンドの前または後ろに help と入力します。

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

    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 system power コマンドのBMC CLIオンライン ヘルプの例を示します。

    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>
Top of Page