This is a known issue affecting VMware Cloud Foundation 2.2. Currently, there is no resolution.
To work around this issue:
- Download the attached 2151863_hms-hp.zip file.
- Use a file transfer program to copy the 2151863_hms-hp.zip file to the SDDC Manager Controller virtual machine. Place the file in the /tmp directory.
- Log in to the SDDC Manager Controller virtual machine as the root user.
- Stop the Hardware Monitoring Service:
systemctl stop scs
systemctl stop hms
- Back up of the existing /opt/vrack/hms/plugin-jars/hms-hp-gen9-server-plugin-2.2.0-RELEASE.jar file by running this command:
cp /opt/vrack/hms/plugin-jars/hms-hp-gen9-server-plugin-2.2.0-RELEASE.jar /tmp/hms-hp-gen9-server-plugin-2.2.0-RELEASE.jar.original
- Extract the contents of the /tmp/2151863_hms-hp.zip file to the /opt/vrack/hms/plugin-jars folder:
unzip -o /tmp/hms-hp.zip -d /opt/vrack/hms/plugin-jars/
chown vrack:vfabric /opt/vrack/hms/plugin-jars/hms-hp-gen9-server-plugin-2.2.0-RELEASE.jar
chmod 644 /opt/vrack/hms/plugin-jars/hms-hp-gen9-server-plugin-2.2.0-RELEASE.jar
- Start the Hardware Monitoring Service:
systemctl start hms
systemctl start scs
Note: It may take up to 10 minutes before the Hardware Monitoring Service agent has re-collected the inventory and bringup can be resumed.