VmWare/VmWare vCenter
Line 2: | Line 2: | ||
This will go through the steps needed to install a vCenter 6.0 appliance, but using a MAC. | This will go through the steps needed to install a vCenter 6.0 appliance, but using a MAC. | ||
=Install Client Integration Package= | =Install Client Integration Package= | ||
− | [https://vsphereclient.vmware.com/vsphereclient/VMware-ClientIntegrationPlugin-6.0.0.mac64.dmg https://vsphereclient.vmware.com/vsphereclient/VMware-ClientIntegrationPlugin-6.0.0.mac64.dmg] | + | [https://vsphereclient.vmware.com/vsphereclient/VMware-ClientIntegrationPlugin-6.0.0.mac64.dmg https://vsphereclient.vmware.com/vsphereclient/VMware-ClientIntegrationPlugin-6.0.0.mac64.dmg]<br> |
+ | I had issues getting this to load. I ended up uninstalling it using this | ||
+ | <nowiki>~$ sudo /Applications/VMware\ Client\ Integration\ Plug-in.app/Contents/Library/vmware-csd-installer --uninstall</nowiki> | ||
+ | |||
=Download and Extract VCSA iso to local file system= | =Download and Extract VCSA iso to local file system= | ||
Log into [https://my.vmware.com https://my.vmware.com] and download vCenter 6.0 Appliance. You will probably need to have purchased a license for vCenter before you can download it.<br> | Log into [https://my.vmware.com https://my.vmware.com] and download vCenter 6.0 Appliance. You will probably need to have purchased a license for vCenter before you can download it.<br> |
Revision as of 15:23, 25 May 2018
vCenter This will go through the steps needed to install a vCenter 6.0 appliance, but using a MAC.
Install Client Integration Package
https://vsphereclient.vmware.com/vsphereclient/VMware-ClientIntegrationPlugin-6.0.0.mac64.dmg
I had issues getting this to load. I ended up uninstalling it using this
~$ sudo /Applications/VMware\ Client\ Integration\ Plug-in.app/Contents/Library/vmware-csd-installer --uninstall
Download and Extract VCSA iso to local file system
Log into https://my.vmware.com and download vCenter 6.0 Appliance. You will probably need to have purchased a license for vCenter before you can download it.
Extract to the local file system
~$ hdiutil mount ./VMware-VCSA-all-6.0.0-7977899.iso ~$ cp -r ./VMware\ VCSA /tmp/
Now that we have an extracted copy of the VCSA iso on the local file system, we can modify the html which performs a check to make sure it is run from a windows machine and make it look for a Mac instead.
~$ sed -i .bak 's/Win32/MacIntel/g' /tmp/VMware\ VCSA/vcsa-setup.html
Next, open vcsa-setup.html
using your preferred browser. Mine is Chrome at the time of this writing. Make sure to accept the plugin notification.
~$ open -a "Google Chrome" /tmp/VMware\ VCSA/vcsa-setup.html