You can still upgrade!
Upgrade as you would normally and the vCenter replication will still continue but your SRM management will fail. You will use the vSphere client and you will get error messages saying it cannot communicate with the SRM server. If you try to install, modify, upgrade your installation on the SRM server you will get this error message.
Internal error: unexpected error code: -1
Fortunately, this knowledge base article 2139396 (from VMWare has the answer contained within it - but which option should you use? It's the VMware Virtual Center Server (vpxd) - Port 443 option.
VMware Virtual Center Server (vpxd) - Port 443
To enable SSLv3:
- Open the vpxd.cfg file:
- Windows default location: C:\ProgramData\VMware\VMware VirtualCenter\vpxd.cfg
- vCenter Server Appliance default location: /etc/vmware-vpx/vpxd.cfg
- Create a backup copy of the file.
- Edit the file to add or remove <sslOptions>16924672</sslOptions> to enable or disable SSLv3 respectively:
<vmacore>
<cacheProperties>true</cacheProperties>
<ssl>
<useCompression>true</useCompression>
<sslOptions>16924672</sslOptions>
</ssl>
<threadPool>
<TaskMax>90</TaskMax>
<threadNamePrefix>vpxd</threadNamePrefix>
</threadPool>
</vmacore> - Save the file.
- Restart the vpxd Service. - Do this by typing in service vmware-vpxd restart
- To disable SSLv3, ensure that the sslOptions is not set in the vpxd.cfg file.
No comments:
Post a Comment