Symptoms:
/opt/vmware/support/dr-client/dr.log
file, indicating a permissions-related access denial:2025-04-11 13:17:27,444 [srm-reactive-thread-9] WARN com.vmware.srm.client.infrastructure.authentication.SAStoreManager 97d0f193-acb4-45a8-9eb2-e7f77c2a71d8 - Failed to read SA store /opt/vmware/dr-client/conf/serviceAccount.
java.nio.file.AccessDeniedException: /opt/vmware/dr-client/conf/serviceAccount
File permissions confirmed restricted access to the group, allowing only the file owner to read and write:
root@vr [ /opt/vmware/dr-client/conf ]# ls -ltr | grep serviceAccount
-rw------- 1 tomcat tomcat 88 Mar 12 06:07 serviceAccount
Workaround:
root@vr [ /opt/vmware/dr-client/conf ]# chmod 670 /opt/vmware/dr-client/conf/serviceAccount
root@vr [ /opt/vmware/dr-client/conf ]# ls -ltr | grep serviceAccount
-rw-rwx--- 1 tomcat tomcat 88 Mar 12 06:27 serviceAccount
This change ensures that the group (typically tomcat
) has sufficient permissions to access the file.
This is a known issue in vSphere Replication 8.7. To permanently resolve the issue, upgrade the vSphere Replication appliance to version 8.8 or later, where the problem is addressed.