VmWare/VmWare vCenter
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "vCenter") |
|||
Line 1: | Line 1: | ||
[[VmWare/VmWare_vCenter|vCenter]] | [[VmWare/VmWare_vCenter|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 https://vsphereclient.vmware.com/vsphereclient/VMware-ClientIntegrationPlugin-6.0.0.mac64.dmg] | ||
+ | =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> | ||
+ | Extract to the local file system | ||
+ | <nowiki>~$ hdiutil mount ./VMware-VCSA-all-6.0.0-7977899.iso | ||
+ | ~$ cp -r ./VMware\ VCSA /tmp/</nowiki> | ||
+ | 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. | ||
+ | <nowiki>~$ sed -i .bak 's/Win32/MacIntel/g' /tmp/VMware\ VCSA/vcsa-setup.html</nowiki> | ||
+ | Next, open <code>vcsa-setup.html</code> using your preferred browser. Mine is Chrome at the time of this writing. Make sure to accept the plugin notification. | ||
+ | <nowiki>~$ open -a "Google Chrome" /tmp/VMware\ VCSA/vcsa-setup.html</nowiki> |
Revision as of 15:09, 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
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