Answer the question
In order to leave comments, you need to log in
Why doesn't the network rise on Mac OS on ESXi?
The problem is this.
We have ESXi + patch to support booting OS X + guest OS X 10.9.4.
When we turn on the virtual machine through the vsphere client or vim-cmd vmsvc/power.on OS X boots successfully, but the network card is not active (marked in red). Restarting or shutting down the VM does not change the situation. It only helps to disconnect / connect the network adapter for the guest VM in the ESXi settings, I execute the commands via the console
vim-cmd vmsvc/device.connection ${VMID} 4000 0 #disconnect
vim-cmd vmsvc/device.connection ${VMID} 4000 1 #connect
After the second command, the network immediately appears on ESX.
Why initially the network does not rise?
Answer the question
In order to leave comments, you need to log in
This is how I solved the problem:
sudo apt-get install python-pycurl
sudo apt-get install python3-pycurl
sudo pip install grab
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question