I'm stuck trying to restore Guest files and folders on an agentless VWware client.
It seems to be an authetication issue.
The VMware tools are up-to-date on the client. PAM has been setup according to: https://kb.commvault.com/article/VMW0031
(/etc/pam.d/vmtoolsd)
/var/log/secure:
ssh login for the user works fine:
<86>1 2022-06-21T09:23:17.506289+02:00 VMware_Client sshd 30682 - - pam_sss(sshd:auth): authentication success; logname= uid=0 euid=0 tty=ssh ruser= rhost=xxxxx user=xxxxx
<87>1 2022-06-21T09:23:17.506843+02:00 VMware_Client sshd 30682 - - debug1: PAM: password authentication accepted for xxxxx
<87>1 2022-06-21T09:23:17.507424+02:00 VMware_Client sshd 30682 - - debug1: do_pam_account: called
<86>1 2022-06-21T09:23:17.678032+02:00 VMware_Client sshd 30682 - - Accepted password for xxxxx from xxx.xxx.xxx.xxx port 61369 ssh2
<87>1 2022-06-21T09:23:17.678321+02:00 VMware_Client sshd 30682 - - debug1: monitor_child_preauth:xxxxx has been authenticated by privileged process
<87>1 2022-06-21T09:23:17.679521+02:00 VMware_Client sshd 30682 - - debug1: monitor_read_log: child log fd closed
<86>1 2022-06-21T09:23:17.707703+02:00 VMware_Client sshd 30682 - - pam_unix(sshd:session): session opened for user xxxxx by (uid=0)
<86>1 2022-06-21T09:23:17.717821+02:00 VMware_Client sshd 30682 - - User child is on pid 30700
<87>1 2022-06-21T09:23:17.718652+02:00 VMware_Client sshd 30700 - - debug1: PAM: establishing credentials
However access through vmtools fails:
<86>1 2022-06-21T09:23:30.370914+02:00 VMware_Client VGAuth 21809 - - pam_sss(vmtoolsd:auth): authentication success; logname= uid=0 euid=0 tty= ruser= rhost= user=xxxxx
<85>1 2022-06-21T09:23:30.505951+02:00 VMware_Client VGAuth 21809 - - pam_sss(vmtoolsd:account): Access denied for user xxxxx: 6 (Permission denied)
<84>1 2022-06-21T09:23:30.506311+02:00 VMware_Client VGAuth 21809 - - vmtoolsd: Username and password mismatch for 'xxxxx'.
Commvault: 11.26.13
Client: Red Hat Enterprise Linux Server release 7.9 (Maipo)