Security scanners flag Port 111 (Portmapper/rpcbind) as a "Hidden RPC Services" vulnerability on the Virtual Appliance.
Virtual Appliance (vApp) r14.5.1 and higher.
The rpcbind service facilitates Portmapper requests required for NFS v3 storage mounts. This service exposes registered RPC programs, which security compliance policies often restrict.
Transition storage protocol to NFS v4 to eliminate the requirement for the Portmapper service.
/opt/CA/VirtualAppliance/custom/mounts to include vers=4.rpcbind services to close Port 111:sudo systemctl stop rpcbind.service rpcbind.socketsudo systemctl disable rpcbind.service rpcbind.socketsudo systemctl mask rpcbind.service rpcbind.socketrpcinfo -p localhost.