Table of ContentsLibraryView in Frames

Ports in a block starting around 600

Some ports on the storage system are NFS-enabled.

The following ports are found on the storage system with NFS enabled:

UDP 602 NFS mount daemon (mountd)
TCP 603 NFS mount daemon (mountd)
UDP 604 NFS status daemon (statd, statmon)
TCP 605 NFS status daemon (statd , statmon)
UDP 606 NFS lock manager (lockd, nlockmgr)
TCP 607 NFS lock manager (lockd , nlockmgr)
UDP 608 NFS quota daemon (quotad , rquotad)

On other systems, the ports appear as follows:

UDP 611 NFS mount daemon (mountd)
TCP 612 NFS mount daemon (mountd)
UDP 613 NFS status daemon (statd , statmon)
TCP 614 NFS status daemon (statd , statmon)
UDP 615 NFS lock manager (lockd , nlockmgr)
TCP 616 NFS lock manager (lockd , nlockmgr)
UDP 617 NFS quota daemon (quotad, rquotad)
The following command on UNIX systems obtains the correct information by querying the port mapper on port 111:
toaster# rpcinfo -p storage.system.name.or.ip.address
   program vers proto   port  service
    100011    1   udp    608  rquotad
    100021    4   tcp    607  nlockmgr
    100021    3   tcp    607  nlockmgr
    100021    1   tcp    607  nlockmgr
    100021    4   udp    606  nlockmgr
    100021    3   udp    606  nlockmgr
    100021    1   udp    606  nlockmgr
    100024    1   tcp    605  status
    100024    1   udp    604  status
    100005    3   tcp    603  mountd
    100005    2   tcp    603  mountd
    100005    1   tcp    603  mountd
    100005    3   udp    602  mountd
    100005    2   udp    602  mountd
    100005    1   udp    602  mountd
    100003    3   udp   2049  nfs
    100003    2   udp   2049  nfs
    100000    2   tcp    111  rpcbind
    100000    2   udp    111  rpcbind
Note: The port numbers listed for mountd, statd, lockd, and quotad are not committed port numbers. Storage systems can have these services running on other port numbers. Because the system selects these port numbers at random when it boots, they are not listed in the /etc/services file.