Update powerwall.sh

This commit is contained in:
2023-12-09 21:09:30 -06:00
parent 993b6b785e
commit 4923009670

View File

@@ -2047,8 +2047,8 @@ fi
echo -e " ${idsCL[Yellow]}host {host} {flags} ${idsCL[Default]}--> Host Power/ESXi Control"
echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"
echo -e " ${idsCL[LightYellow]} flags ="
echo -e " ${idsCL[LightYellow]} -p|-power { on / off } ${idsCL[Default]}--> Controls Host Power"
echo -e " ${idsCL[LightYellow]} -e|-esxi { off / mm } ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode"
echo -e " ${idsCL[LightYellow]} -p|-power { on / off } ${idsCL[Default]}--> Controls Host Power"
echo -e " ${idsCL[LightYellow]} -e|-esxi { off / mm } ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode"
echo
# echo -e " ${idsCL[Yellow]}shutdownhost {host} ${idsCL[Default]}--> Shutdown ESXI host and its VMs"
# echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"
@@ -2058,7 +2058,7 @@ fi
echo
echo -e " ${idsCL[Yellow]}iscsi-vm-shutdown {type} ${idsCL[Default]}--> Shutdown VM's running on iSCSI-(PRI or SYS) Datastore(s)"
echo -e " ${idsCL[LightYellow]} type = { sys / main }"
echo -e " ${idsCL[LightYellow]} sys='iSCSI-SYS' / main='iSCSI-MAIN' ${idsCL[Default]}--> Defaults to main (iSCSI-PRI)"
echo -e " ${idsCL[LightYellow]} sys='iSCSI-SYS' / main='iSCSI-MAIN' ${idsCL[Default]}--> Defaults to main (iSCSI-PRI)"
echo
# echo -e " ${idsCL[Yellow]}hostpower {host} {on/off} ${idsCL[Default]}--> Control host chassis power"
# echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"