VMware Cloud Community
Trupti123
Contributor
Contributor

Need to check whether ESXi is installed

Hey i've done PXE  boot of ESXi on specified bare metal.Now i need to check through powershell/powerCLI function whether it is installed or not?How cn i do this..?

0 Kudos
5 Replies
sparrowangelste
Virtuoso
Virtuoso

your pxe ip is probably different from your range of static ips, do that is one way of checking

--------------------- Sparrowangelstechnology : Vmware lover http://sparrowangelstechnology.blogspot.com
0 Kudos
elgreco81
Expert
Expert

Hi,

Is that ESXi registered with any vCenter?

If so, you should connect to your vCenter and simply list the Hosts.

Connect-VIServer vCenterServerIP

Get-VMHost

Regards,

elgreco81

Please remember to mark as answered this question if you think it is and to reward the persons who helped you giving them the available points accordingly. IT blog in Spanish - http://chubascos.wordpress.com
0 Kudos
Trupti123
Contributor
Contributor

All this is in same n/w..bt Bare metal on which m deploying ESXi is at some distance from ma plce..nd whenever it'l reboot it will reinstall ESX..

In this case what i need to is:

check whether ESXi is installed or not..and also need to find i/p of host using mac address

0 Kudos
Trupti123
Contributor
Contributor

still it's not registered ..need sum other way..

0 Kudos
Dave_Mishchenko
Immortal
Immortal

With a typical install the default management (vmkernel) port will use the MAC address of the physical NIC identified as vmnic0.  If you have that information and can scan the network then you shoud be able to find the host.

0 Kudos