Reply to Message

View discussion in a popup

Replying to:
YUAN_RUI
Contributor
Contributor

Maybe I've found a better way.

 

During the final data migration process, check whether the vc-ws1a-broker service is in the Pending state, and check whether there is a prompt for failure to open the file in /var/log/vmware/vc-ws1a-broker/nginx-error.log. If it appears, , we can create a file as follows to make it run successfully.

Create a file named healthCheck in the /opt/vmware/idm/health directory of the vc-ws1a-broker container!

 

check service status:

service-control --status

 

 

 

 

cd /storage/containers/vc-ws1a-broker/<container-id>/rootfs/opt/vmware/idm/health

touch healthCheck

 

 

 

This method also works for fresh installations! Because it also stopped here, there is a problem with the 8.0.2 installation package, and they released it without sufficient testing.