VxRail: BMCリセット・SEL削除手順

VxRail: BMCリセット・SEL削除手順

VxRail Gen2およびG Seriesに採用されているBMC(Baseboard Management Controllers)
リセット(再起動)およびSEL(System Event Log)のクリア(削除)手順をご紹介します。

■BMCリセット(再起動)手順

  1. 対象のESXiホストにSSHログイン
    (SSH有効化手順についてはESXi、vCenter、PSCのSSH有効化 を参照)
  2. 下記コマンドの実行
    [esxi-example:~] /tmp/vspexblue/bin/ipmitool mc reset cold
    Sent cold reset command to MC
    [esxi-example:~]
  3. リセットされたことの確認
    [esxi-example:~] /tmp/vspexblue/bin/ipmitool sel elist
      12 | 06/14/2018 | 04:45:54 | Management Subsystem Health BMC FW HEALTH | Management controller off-line | Asserted
      13 | 06/14/2018 | 04:46:55 | Management Subsystem Health BMC FW HEALTH | Management controller unavailable | Asserted
      14 | 06/14/2018 | 04:47:05 | Drive Slot HDD0 | Drive Present | Asserted
      15 | 06/14/2018 | 04:47:05 | Drive Slot HDD1 | Drive Present | Asserted
      16 | 06/14/2018 | 04:47:05 | Drive Slot HDD2 | Drive Present | Asserted
      17 | 06/14/2018 | 04:47:05 | Drive Slot HDD3 | Drive Present | Asserted
      18 | 06/14/2018 | 04:47:05 | Drive Slot HDD4 | Drive Present | Asserted
      19 | 06/14/2018 | 04:47:05 | Drive Slot HDD5 | Drive Present | Asserted
    [esxi-example:~]

BMCをリセットすると、SEL(System Event Log)上では、Manegement Controllerがoffline->unavailableとなった後、DISKなどのハードウェアステータスが再認識(Asserted)されます。

■BMC SEL削除手順

  1. 対象のESXiホストにSSHログイン
    (SSH有効化手順についてはESXi、vCenter、PSCのSSH有効化 を参照)
  2. 必要に応じて過去のSELイベントを保存
    [esxi-example:~] /tmp/vspexblue/bin/ipmitool sel elist > /tmp/sel_elist-MMDD.txt
    [esxi-example:~]
  3. 下記コマンド実行
    [esxi-example:~] /tmp/vspexblue/bin/ipmitool sel clear
    Clearing SEL.  Please allow a few seconds to erase.
    [esxi-example:~]
  4. SELが削除されたことの確認
    [esxi-example:~] /tmp/vspexblue/bin/ipmitool sel elist
       1 | 06/15/2018 | 04:22:03 | Event Logging Disabled Event Log | Log area reset/cleared | Asserted
    [esxi-example:~]

 

 

 

###########################################
BMCのIP Addressと同じNetwork Segment上にある他のESXiホスト上やipmitoolコマンドがインストールされている
Linuxなどのマシン上から、下記のコマンドでも実施が可能です。

 [esxi-example:~] /tmp/vspexblue/bin/ipmitool -H BMC-ipaddress -U BMC-username -P BMC-password sel elist

 [esxi-example:~] /tmp/vspexblue/bin/ipmitool -H BMC-ipaddress -U BMC-username -P BMC-password mc reset cold

 [esxi-example:~] /tmp/vspexblue/bin/ipmitool -H BMC-ipaddress -U BMC-username -P BMC-password sel clear


これらのコマンド実行はシステムの稼働に影響を与えません。

 

 

参考情報

VxRail: How to reset the BMC

https://support.emc.com/kb/478938

Tags (2)
Version history
Revision #:
2 of 2
Last update:
‎11-19-2020 08:49 PM
Updated by:
 
Contributors