Problem
After installing the VMware Hotfix for vRA 7.3.1 with embedded vRO, the Sovlabs plugin fails to load property in vRO which halts all functionality of the Sovlabs product.
Cause
The hotfix provided by VMware performs a default java heap reverts the -xmx value for the java heap back to 512, which reduces the default value per our product requirements. Additionally, other external 3rd party plugins may be affected by this hotfix and could cause inadvertent issues during plugin load actions that can affect the Sovlabs plugin.
Affected Versions
vRA 7.3.1 using Embedded vRO
- SovLabs Plugin Version (All)
Solution
Overview
The solution is two fold. With the first step being an adjustment on the Java Heap. And the second using the Force Plugin Reinstall option built into the vRealize Orchestrator Control Center.
Adjust the vRO Max Heap Size back to 768
- SSH as user root to the vRO server (e.g. SSH via PuTTy)
Make a backup copy of
setenv.sh
fileModify the
setenv.sh
file:Be sure to edit the
setenv.sh
inconfiguration/bin
and not in app-server/bin. This file is specific to the vRO Configurator (vRO Control Center)- Press the
i
key on the keyboard to edit the file Find the
#MEM_OPTS=
section and replace512
with768
Press the
esc
key on the keyboard- Type in
:wq
and press theEnter
key to save the file - Restart vRO Configurator Service:
Repeat if you have more than one vRO (or vRA if using embedded vRO)
Execute the Force Plugins Reinstall from vRealize Orchestrator Control Center
- Log into the vRO Control Center
- Embedded vRO Path: https://vrafqdn:8283/vco-controlcenter/
- Shutdown the vRO Server service by navigating to Start-Up Options and selecting STOP
- Navigate to the Monitor and Control section and select Troubleshooting
- Click the button for Force plug-ins reinstall
- Restart the vRO services
Verify the Sovlabs Plugin Inventory loads
- Log into the vRO using the Java Client
- Navigate to the Inventory tab
- Expand the SovLabs vRA Extensibility Modules
- If you see the folders populate below the module then the plugin loaded successfully
Additional information
If you experience any issues for this hotfix, please reach out to Sovlabs support at https://support.sovlabs.com.
0 Comments