This article contains a list of known issues that are resolved in the latest patch available for vRealize Orchestrator (vRO) 7.6
Current Builds:
External: 19585838
Embedded: 19345110
Note: The *noarch.rpm file for embedded installations will maintain an offset build #.
See the attached spreadsheet titled: vRO76-Patch19585838-ResolvedList.xlsx under the Attachment(s) section for a full list of all resolved issues and their associated Symptom(s).
The cumulative update process will rollback the below files to default values. Ensure to backup these files in case custom Java heap or other similar settings have been applied to the environment. Commands are provided below to copy the files into the /tmp/cupdate directory.
mkdir /tmp/cupdate
cp -p /etc/vco/app-server/js-io-rights.conf /tmp/cupdate/js-io-rights.conf
cp -p /etc/vco/app-server/vmo.properties /tmp/cupdate/vmo.properties
cp -p /etc/vco/app-server/server.xml /tmp/cupdate/server.xml
cp -p /etc/vco/app-server/sso.properties /tmp/cupdate/sso.properties
cp -p /etc/vco/app-server/cafe.properties /tmp/cupdate/cafe.properties
cp -p /etc/vco/app-server/ldap.properties /tmp/cupdate/ldap.properties
cp -p /etc/vco/app-server/log4j.xml /tmp/cupdate/log4j.xml
cp -p /usr/lib/vco/app-server/bin/setenv.sh /tmp/cupdate/setenv.shAppServer
cp -p /etc/vco/configuration/local.properties /tmp/cupdate/local.properties
cp -p /etc/vco/configuration/controlcenter.properties /tmp/cupdate/controlcenter.properties
cp -p /usr/lib/vco/configuration/bin/setenv.sh /tmp/cupdate/setenv.shConfig
cp -p /etc/logrotate.d/vco.lr /tmp/cupdate/vco.lr
cp -p /etc/vco/configuration/server.xml /tmp/cupdate/server.xml
To resolve the listed issues you will want to install the latest vRealize Orchestrator 7.6 patch with the instructions below.
F9498BE2ED2E5E9836FB68C7E905121DE710B4FD17F4A71BABE2A3F8758763B4
rpm -U vco-7.X.X.XXXXX-XXXXXX.noarch.rpm
Note: Commonly updated files with custom settings include those from Secure Hardening Guide (server.xml) and Increasing the memory allocated to a vRealize Orchestrator instance (setenv.sh).
Note: Instances still experiencing issues may reference Resetting the Embedded vRealize Orchestrator 7.x configuration on a vRealize Automation 7.x appliance
F0A3EF9C3425D7F7A7009DC309D3CE5E83B45D60D42EEF1D328A16C1C563F710
Note: Commonly updated files with custom settings include those from Secure Hardening Guide (server.xml) and Increasing the memory allocated to a vRealize Orchestrator instance (setenv.sh).
ERROR {} [KeystoreCache] Cannot get JSSECACertsCache instance: Cannot verify certificate, or certificate is invalid.
java.security.cert.CertificateException: Cannot verify certificate, or certificate is invalid.
cp -p /etc/vco/app-server/keystore.password.rpmsave /etc/vco/app-server/keystore.password
ln -s /etc/vco/app-server/keystore.password /var/lib/vco/keystore.password
chown -h vco:vco /var/lib/vco/keystore.password
/etc/init.d/vco-server restart /etc/init.d/vco-configurator restart