Cannot launch the cluster view link

If you launch the cluster view using the URL, https://<hostname_or_ip>:5634/vcs/admin/application_health.html link, the system responds with the HTTP 404 NOT FOUND error. This is possible if the xprtld configuration has not been set properly. You need to correct the configuration on each cluster node.

Run the following commands on each cluster node.

# echo 'namespaces vcs=/opt/VRTSvcs/portal/vcs_wizards' >> /etc/opt/VRTSsfmh/xprtld.conf

# /opt/VRTSsfmh/bin/xprtlc -l \

https://localhost/admin/xprtld/config/namespace/add \

-d namespace=vcs -d document_root="/opt/VRTSvcs/portal/vcs_wizards"

Relaunch the cluster view link.