VMware is aware of this issue and working on a resolution.
Workaround:
Note:
spctl has been updated in later versions of MacOS.
--master-enable | --master-disable have been changed to
--global-disable | --global-enable.
Workaround 1: Disable the security until the vCenter Server deployment is completed.
- Run the command
sudo spctl --global-disable
- In Security and Privacy settings set Allow apps download from to anywhere.
- Run
sudo xattr -r -d com.apple.quarantine Path_to_the_iso
Example:
sudo xattr -r -d com.apple.quarantine VMware-VCSA-all-6.7.0-Update-15132721
sudo xattr -r -d com.apple.quarantine VMware-VCSA-all-7.0.0-15952498.iso
- Mount the ISO and open UI Installer
- Install/Upgrade vCenter Server 6.7/7.0
- Run the following command in your terminal
sudo spctl --global-enable
Note: This will turn the security back on to protect against other unsigned/verified apps.
Workaround 2: Deploy the vCenter Server from a Microsoft Windows device.