Update ESXi-GetPercDriveTemps.sh
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# wget -qO- https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/ESXi-GetPercDriveTemps.sh | sh
|
||||||
|
|
||||||
|
|
||||||
for c in $(/opt/lsi/perccli64/perccli64 show | grep PERC | cut -d' ' -f 3); do
|
for c in $(/opt/lsi/perccli64/perccli64 show | grep PERC | cut -d' ' -f 3); do
|
||||||
echo -e "\n- Controller #${c}"
|
echo -e "\n- Controller #${c}"
|
||||||
|
|||||||
Reference in New Issue
Block a user