UmeshAhuja
Commander
Commander

Hi,

No , You can not install vSphere on the ESXi OS , for that you need another machine from where you can connect to this ESXi Hypervisor.

According to me currently you have only ESXi installed on your PC.

Now you can create the virtual machine through command line for Power CLI with the help of below commands

New-VM -Name XP_VM1 -VMHost $hostInCluster1 -ResourcePool ( Get-ResourcePool DevelopmentResources ) -DiskMB 4000 -MemoryMB 256

But again you will require one windows PC from where you can connect to vSphere or directly the virtual machine through RDP. If possible you can create a virtual machine with Windows OS and used that as vCenter and then you install vSphere client and take advantage of basic feature offered by VMware.

Thanks n Regards
Umesh Ahuja

If your query resolved then please consider awarding points by correct or helpful marking.