Certificate Expiration
I have a legacy HA system running Cluster Server 6.1. For a non-priviliged user, hastatus -summary is suddenly returning "VCS ERROR V-16-1-53006 Unable to Connect to VCS engine correctly". I suspect the issue is an expired certificate (its been around 8 years) but I don't know which one. The broker, root, and vcsroot certs are not expired (vssat showcred). There are multiple VCS certificates in /var/VRTSvcs/vcsauth/data/ but the manuals don't explain what they are used for. Any idea what cert this could be? Also, can individual certificates, such as CmdServer, be reissued using openssl or is it necessary to go through the entire install process to generate new certificates? Thanks for any insight....
Since you said the issue was with "For a non-priviliged user," I assumed that the same command worked normal for cluster admin, right?
If my assumption was correct, what you can do is to run hauser -add to add that "non-priviliged user," to a group in which the command can be run (like Operator).
Here is the link to hauser command