Wednesday, November 30, 2022

How to get the Predictive Failure Count on VSAN disks from esxi host.

Run below command on VSAN esxi host to get the "Predictive Failure Count"

 

[root@ESXIhost: /opt/lsi/storcli]  /opt/lsi/storcli/storcli /c0/eALL/sALL show all | grep -e ' State : ' -e "Predictive Failure Count"


Command output

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0

Predictive Failure Count = 0


3 comments:

ESXI-check multiple ports using one command

  [root@ESXI:~] nc -w 1 -z IP 80-902 Connection to IP 80 port [tcp/http] succeeded! Connection to IP 88 port [tcp/kerberos] succeeded! Conne...