View Single Post
  #9   (View Single Post)  
Old 12th July 2014
astouffer astouffer is offline
New User
 
Join Date: Jul 2014
Posts: 3
Default

The need for mounting NFS is just temporary to migrate some home directories to the OpenBSD box. For the sake of completeness here is the output from rpcinfo
Code:
# rpcinfo -p sunfire
   program vers proto   port
    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  32778  status
    100024    1   tcp  32772  status
    100133    1   udp  32778
    100133    1   tcp  32772
1073741824    1   tcp  32773
    100021    1   udp   4045  nlockmgr
    100021    2   udp   4045  nlockmgr
    100021    3   udp   4045  nlockmgr
    100021    4   udp   4045  nlockmgr
    100021    1   tcp   4045  nlockmgr
    100021    2   tcp   4045  nlockmgr
    100021    3   tcp   4045  nlockmgr
    100021    4   tcp   4045  nlockmgr
    100001    2   udp  32780  rstatd
    100001    3   udp  32780  rstatd
    100001    4   udp  32780  rstatd
    100068    2   udp  32781
    100068    3   udp  32781
    100068    4   udp  32781
    100068    5   udp  32781
    100083    1   tcp  32778
    100002    2   tcp  32779  rusersd
    100002    3   tcp  32779  rusersd
    100002    2   udp  32782  rusersd
    100002    3   udp  32782  rusersd
    100011    1   udp  32783  rquotad
    300598    1   udp  32787
    300598    1   tcp  32782
 805306368    1   udp  32787
 805306368    1   tcp  32782
    100249    1   udp  32788
    100249    1   tcp  32783
    100005    1   udp  61866  mountd
    100005    1   tcp  33836  mountd
    100005    2   udp  61866  mountd
    100005    2   tcp  33836  mountd
    100005    3   udp  61866  mountd
    100005    3   tcp  33836  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100227    2   udp   2049
    100227    3   udp   2049
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100227    2   tcp   2049
    100227    3   tcp   2049
Hey I didn't misconfigure NFS, Oracle did. All I did was add my exports and enable the service
Reply With Quote