VMware Cloud Community
mike01801
Contributor
Contributor
Jump to solution

How to find virtual vCenter in large cluster when services aren't running?

Does anyone have any tips for locating vCenter in a cluster when it's services aren't running?

For example, say i have to reboot vCenter and it's network is having issues. I need to go to the ESX(i) host it is on and open the console to get to the VM. But finding which Host it is on can sometimes be time consuming, because I have to log into every HOST and see if it is the host that is hosting vCenter.

Does anyone have any tips or suggestions for making this process easier? It's not that important, but just curious what others may suggest.

Thanks.

0 Kudos
1 Solution

Accepted Solutions
Chamon
Commander
Commander
Jump to solution

I use PowerCLI and

connect-viserver esx1,esx2,esx3

to connect to all of the ESX(i) hosts and then run

get-vm vCenterServerName | select name,host

View solution in original post

0 Kudos
2 Replies
Wadebum
Enthusiast
Enthusiast
Jump to solution

The best idea I can come up with is to reboot it from within the vCenter Client and to make a note of what ESX Host the vm is on before performing the restart. The vCenter VM should come back up on that Host.

Chamon
Commander
Commander
Jump to solution

I use PowerCLI and

connect-viserver esx1,esx2,esx3

to connect to all of the ESX(i) hosts and then run

get-vm vCenterServerName | select name,host

0 Kudos