Use the below command to put an ESXi host into maintenance mode using the command line:
ssh to esxi host using root credentials
A) To enable:
[root@Esxi-1]
esxcli system maintenanceMode set --enable true
B) verify enabled status
[root@Esxi-1]
esxcli system maintenanceMode get
Enabled
[root@Esxi-1] esxcli system maintenanceMode set --enable false
Comments
Post a Comment