NetAppを稼働させていたら電源電圧の警告が出ていたので、その確認手法を調べた。
ONTAP OS側からだと「system node environment sensors show」で現在値のみが確認出来た。
ただ、上記だと各部センサーの情報が全て含まれてしまうので、電源電圧だけを見るのであれば「system node environment sensors show -name *VIN*」と指定することで入力電圧のみを見ることが出来る。
fas8300::> system node environment sensors show -name *VIN*
Node Sensor State Value/Units Crit-Low Warn-Low Warn-Hi Crit-Hi
---- --------------------- ------ ----------- -------- -------- ------- -------
fas8300-01
PSU1 VIN normal
99840 mV 90480 93600 261040 263120
PSU2 VIN normal
94640 mV 90480 93600 261040 263120
fas8300-02
PSU1 VIN normal
99840 mV 90480 93600 261040 263120
PSU2 VIN normal
94640 mV 90480 93600 261040 263120
4 entries were displayed.
fas8300::>
「Value/Units」が現在値で、それ以外が注意/警告を発令する電圧設定となる。
これまでに電源電圧警報が発令された時に何Vだったのかを確認するには、Service Processor/BMC側にログインして調べる必要があった。
「system log sel」で表示されるIPMIログを見て確認する。
BMC fas8300-01> system log sel
1 | 11/09/2021 | 09:38:39 | System Firmware Progress | Secondary CPU Initialization | Asserted
2 | 11/09/2021 | 09:38:39 | System Firmware Progress | USB resource configuration | Asserted
3 | 11/09/2021 | 09:38:41 | System Firmware Progress | PCI resource configuration | Asserted
4 | 11/09/2021 | 09:38:41 | System Firmware Progress | Video initialization | Asserted
5 | 11/09/2021 | 09:38:41 | System Firmware Progress | Keyboard controller initialization | Asserted
6 | 11/09/2021 | 09:38:42 | System Firmware Progress | Hard-disk initialization | Asserted
7 | 11/09/2021 | 09:38:50 | System Firmware Progress | Hard-disk initialization | Asserted
8 | 11/09/2021 | 09:39:01 | System Event | | Asserted
9 | 11/09/2021 | 09:39:20 | Voltage #0x50 | Lower Non-critical going low
a | 11/09/2021 | 09:39:24 | Voltage #0x5a | Lower Non-critical going low
b | 11/09/2021 | 09:40:29 | Voltage #0x50 | Lower Non-critical going low
c | 11/09/2021 | 09:40:29 | Voltage #0x5a | Lower Non-critical going low
d | 11/09/2021 | 09:41:02 | System Event #0xff | Timestamp Clock Sync | Asserted
e | 11/09/2021 | 09:41:02 | System Event #0xff | Timestamp Clock Sync | Asserted
f | 11/09/2021 | 10:41:48 | Voltage #0x50 | Lower Non-critical going low
<略>
b97 | 11/30/2021 | 23:45:25 | Voltage #0x5a | Lower Non-critical going low
b98 | 11/30/2021 | 23:46:33 | Voltage #0x5a | Lower Non-critical going low
b99 | 11/30/2021 | 23:46:46 | Voltage #0x5a | Lower Non-critical going low
BMC fas8300-01>
上記の「Voltage #0x50 | Lower Non-critical going low」というのが16進数表記の電圧となる。
0x50=80V、0x5a=90Vとなる。
さすがにAC 80Vは低すぎでしょ!!というわけで、電源経路確認が実施されましたとさ