Oracle® ILOM SNMP および IPMI 用プロトコル管理リファレンスファームウェア Release 3.2.x

印刷ビューの終了

更新: 2015 年 6 月
 
 

ホストの電源投入、電源切断、およびシャットダウン機能を管理する

  1. 管理対象デバイスでホストの電源を入れるには、次のように入力します:

    chassis power on

    例:

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power on

  2. 管理対象デバイスでホストの電源を切るには、次のように入力します:

    chassis power off

    例:

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power off

  3. 管理対象デバイスでホストの電源を再投入するには、次のように入力します:

    chassis power cycle

    例:

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power cycle

  4. 管理対象デバイスでホストを正常にシャットダウンするには、次のように入力します:

    chassis power soft

    例:

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power soft