Hi,
I'm having problems NFS mounting across two Tru64 machines.
The NFS server is an AlphaServer 4000 running Tru64 v4.0d and
the client is an Alphaserver ES40 running Tru64 v4.0f. I'm not in
a position to upgrade either machine at the moment, or even do a reboot.
NodeA is the server and NodeB the client. We are not using NIS.
NodeA has the following /etc/exports
/disk1  -rw=nodeb
/disk2  -rw=nodeb
/disk3  -rw=nodeb
/disk4  -rw=nodeb
I initially set up both server and client using the nsfconfig(8X) gui
and chose to set up /disk1 on the client. On completion, everything was
fine and /disk1 was happily mounted on NodeB. I could read and create
files no problem. So feeling quite pleased with myself, I unmounted the 
file system, and tried a remount by hand, thus - 
NodeB# mount -t nfs  nodea:/disk1 /disk1
NFS Portmap: RPC: Program not registered
NFS Portmap: RPC: Program not registered
NFS Portmap: RPC: Program not registered
After this, I was unable to mount it using the gui either. Nothing
had changed on either machine (at least I didn't change anything!)
Digging around with rpcinfo gave me the following
NodeB# rpcinfo -p nodea
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100004    2   udp    922  ypserv
    100004    2   tcp    923  ypserv
    100004    1   udp    922  ypserv
    100004    1   tcp    923  ypserv
    100007    2   tcp   1024  ypbind
    100007    2   udp   1027  ypbind
    100007    1   tcp   1024  ypbind
    100007    1   udp   1027  ypbind
    100069    1   udp    934  ypxfrd
    100069    1   tcp    936  ypxfrd
    100068    2   udp   3869  rpc.cmsd
    100068    3   udp   3869  rpc.cmsd
    100068    4   udp   3869  rpc.cmsd
    100083    1   tcp   3535  rpc.ttdbserverd
1342177279    3   tcp   2547
1342177279    1   tcp   2547
    100024    1   udp   4533  status
    100024    1   tcp   2563  status
    100021    1   tcp   2564  nlockmgr
    100021    3   tcp   2564  nlockmgr
    100021    4   tcp   2564  nlockmgr
    100021    2   tcp   2564  nlockmgr
    100020    3   tcp   2564  llockmgr
    100021    1   udp   4534  nlockmgr
    100021    3   udp   4534  nlockmgr
    100021    4   udp   4534  nlockmgr
    100021    2   udp   4534  nlockmgr
    100020    3   udp   4534  llockmgr
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100005    1   udp   4610  mountd
    100005    3   udp   4610  mountd
    200023    1   udp   4610  exportmap
    100005    1   tcp    947  mountd
    100005    3   tcp    947  mountd
NodeB# rpcinfo -t nodea nfs
program 100003 version 2 ready and waiting
program 100003 version 3 ready and waiting
NodeB# rpcinfo -t nodea mountd
program 100005 version 1 ready and waiting
rpcinfo: RPC: Program/version mismatch; low version = 1073776928, \
                                                        high version = 0
program 100005 version 2 is not available
program 100005 version 3 ready and waiting
(Note - long line above has been wrapped for readability)
I am now completely flummoxed. Apart from noting that the last bit above 
looks rather suspicious, I'm at a loss what to look for next. Any 
suggestions gratefully received.
Thanks in advance.
Allan Hawdon
Computing Centre
King's College London
Allan.Hawdon_at_kcl.ac.uk
Received on Wed Jul 12 2000 - 12:44:56 NZST