I have installed veeam-3.0.2.1185 (free) Linux Agent on CentOS 6.10 64bit and I am trying a backup on an NFS share (published from an EMC DataDomain 2500 Backup Storage System).
I am trying to setup a Full System backup job (using the Veeam UI) but the Veeam Agent apparently cannot mount the NFS share; I am getting the message: "Input/Output Error - Failed to lock file."
I have opened CASE ID #: 03859839 for this issue.
Has anyone seen this behavior? Can you point at any possible cause of this error and/or any solution?
Please advise.
Thanks in advance, Nick.
Below I include some technical data that prove that NFS share can be normally mounted fine, yet Veeam cannot use the share to take a backup.
The share is configured as follows in the two fields of the UI (without quotes): "10.201.40.34" / "data/col1/dc-srm-xx-bk" (I also tried adding a slash at the beggining of the second field: "/data/col1/dc-srm-xx-bk", without success.)
The share normally mounts fine:
Code: Select all
# mkdir /tmp/nfsveeam
# mount -t nfs 10.201.40.34:/data/col1/dc-srm-xx-bk /tmp/nfsveeam
# ls -la /tmp/nfsveeam/
total 5
drwxrwxrwx 3 root root 101 Nov 7 19:09 .
drwxrwxrwt. 6 root root 4096 Nov 7 19:15 ..
drwxrwxrwx 4 root root 289 Nov 7 19:11 .snapshot
# df -h
Filesystem Size Used Avail Use%
Mounted on /dev/mapper/vg_dc-lv_root 15G 8.6G 5.5G 62%
/ tmpfs 939M 0 939M 0% /dev/shm /dev/vda1 477M 57M 395M 13% /boot 10.201.40.34:/data/col1/noc-bkups-1 19T 3.7T 15T 21% /mnt/dd2500-1 10.201.40.34:/data/col1/dc-srm-xx-bk 19T 3.7T 15T 21% /tmp/nfsveeam
# nfsstat -m
/mnt/dd2500-1 from 10.201.40.34:/data/col1/noc-bkups-1
Flags: rw,noatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,acregmin=1800,acregmax=1800,acdirmin=1800,acdirmax=1800,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.201.40.34,mountvers=3,mountport=2052,mountproto=tcp,local_lock=all,addr=10.201.40.34
/tmp/nfsveeam from 10.201.40.34:/data/col1/dc-srm-xx-bk
Flags: rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.201.40.34,mountvers=3,mountport=2052,mountproto=udp,local_lock=none,addr=10.201.40.34
# umount /tmp/nfsveeam/