Exit the host from maintenance mode
Exit the host from maintenance mode
Connect to the vcenter - using following cmd,
1. connect0VIserver vcenter name - username chandru - password ******,
2. Get-VMHost host name | Set-VMHost Connected -Confirm:$false
out put :-
Nam ConnectState PowerState NumCpu CpuUsageMhz TotalMhz MemoryGB TotalGB Version
---- --------------- ---------- ------ ----------- ----------- ------------- ------------- -------
host name Connected PoweredOn 12 107 30312 2.469 47.987 6.5.0
Connect to the vcenter - using following cmd,
1. connect0VIserver vcenter name - username chandru - password ******,
2. Get-VMHost host name | Set-VMHost Connected -Confirm:$false
out put :-
Nam ConnectState PowerState NumCpu CpuUsageMhz TotalMhz MemoryGB TotalGB Version
---- --------------- ---------- ------ ----------- ----------- ------------- ------------- -------
host name Connected PoweredOn 12 107 30312 2.469 47.987 6.5.0
Comments
Post a Comment