Follow the steps below to, extract the
/usr/lib/vmware-vrops-cprc/bin/support directory from the
support.zip file attached to this article.
- Download the support.zip file attached to this article under the Attachments section on the right.
- Using an SCP utility, copy the downloaded support.zip file to the /tmp directory of the Cloud Proxy.
- Log into the Cloud Proxy as root via SSH or Console, pressing ALT+F1 in a Console to log in.
- Run the following command to unzip the support.zip file to the /usr/lib/vmware-vrops-cprc/bin directory:
unzip /tmp/support.zip -d /usr/lib/vmware-vrops-cprc/bin
- Run the following command to change the owner and group of the /usr/lib/vmware-vrops-cprc/bin/support directory to admin:admin:
chown -R admin:admin /usr/lib/vmware-vrops-cprc/bin/support
- Run the following command to set permissions on the /usr/lib/vmware-vrops-cprc/bin/support directory:
chmod -R u+x /usr/lib/vmware-vrops-cprc/bin/support
- Run the following command to remove the /tmp/support.zip file:
rm /tmp/support.zip
- Repeat steps 2-7 on any other upgraded Cloud Proxies.