Problem
NetBackup Malware Scanner port requirements
Error Message
nbmalwarescanner log:Apr 25 18:04:50 -0300 (debug: mount_image) Performing mount operation
Apr 25 18:04:50 -0300 (debug: mount_image) Mount command : mount -o timeout=10, -o retry=10 <storage_server>:/mnt/vpfs_shares/vmfiles/26_1/26_1682312923/livemount Z:
Apr 25 18:05:33 -0300 (debug: mount_image) mount command return code : 256
Apr 25 18:05:33 -0300 (debug: mount_image) mount command stdout details: Network Error - 53
Type 'NET HELPMSG 53' for more information.
Cause
There is a firewall blocking NFS server connectivity between the scan host and the storage server.
Solution
See the RedHat documentation for configure NFS on the firewall:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/storage_administration_guide/s2-nfs-nfs-firewall-config
Review the rpcinfo configuration on the NFS server to see port requirements:
# rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 58996 status
100024 1 tcp 36744 status
100005 1 udp 20048 mountd
100005 1 tcp 20048 mountd
100005 2 udp 20048 mountd
100005 2 tcp 20048 mountd
100005 3 udp 20048 mountd
100005 3 tcp 20048 mountd
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 3 tcp 2049 nfs_acl
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100227 3 udp 2049 nfs_acl
100021 1 udp 54287 nlockmgr
100021 3 udp 54287 nlockmgr
100021 4 udp 54287 nlockmgr
100021 1 tcp 42356 nlockmgr
100021 3 tcp 42356 nlockmgr
100021 4 tcp 42356 nlockmgr