I’m using CA Privileged Access Manager mounting the recording directory using NFS
The recording directory is shared by NFS and it is issuing the error message CA PAM – PAM-CM-0473: Mounted directory is not writable
To solve this problem, it was necessary to restart NFS
# systemctl stop nfs
# systemctl status nfs
# systemctl stop nfs-lock
# systemctl status nfs-lock
# systemctl status rpcbind# systemctl start nfs-lock
# systemctl start nfs
# systemctl status nfs-lock
# systemctl status nfs
You must be logged in to post a comment.