To resolve the issue, rerun the database schema upgrade.
To rerun the database schema upgrade for upgrades to 5.8 and 6.0 and 8.x:
- Take a snapshot of the virtual machine using the vSphere Client.
- Log in to the vSphere Replication appliance as root using the virtual machine console or using SSH.
Note: To enable SSH to the vSphere Replication appliance, see Enabling SSH on the vSphere Replication 6.0 Appliance (2112307).
- Type the command service hms-vpostgres restart|
- Rerun the database schema upgrade with this command:
/opt/vmware/hms/bin/hms-configtool -cmd upgrade -configfile /opt/vmware/hms/conf/hms-configuration.xml
- After the upgrade process completes, log in to the vSphere Replication Virtual Appliance Management Interface (VAMI) and complete the registration of the appliance.
For more information, see the vSphere Replication 6.0 Release Notes.
Note: This procedure works for upgrading from replication version 5.1.3 to 5.5.1.5. In the procedure to rerun the database upgrade, run these commands instead of the one given for step 4:
- cd /usr/java
- ln -s jre1.7.0_76 default
- /opt/vmware/hms/hms-configtool -cmd upgrade -configfile /opt/vmware/hms/conf/hms-configuration.xml