[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensolaris-nfs-discuss
Subject:    Re: [nfs-discuss] OpenSuse to OpenSolaris NFS Mount - RPC: Program not
From:       Tom Haynes <Thomas.Haynes () Sun ! COM>
Date:       2007-01-08 22:20:36
Message-ID: 45A2C3B4.6050207 () sun ! com
[Download RAW message or body]

Eric Hill wrote:
> On the solaris box:
>
> box1:/#share
> -               /pool/myfs  root=box2   ""  
> box1:/#svcs | grep nfs
> online         13:01:41 svc:/network/nfs/rquota:default
> online         13:01:41 svc:/network/nfs/status:default
> online         13:01:41 svc:/network/nfs/mapid:default
> online         13:01:42 svc:/network/nfs/nlockmgr:default
> online         13:12:05 svc:/network/nfs/server:default
> online         13:20:16 svc:/network/nfs/cbd:default
> box1:/#
>
> On box2 (OpenSuSE - linux 2.6.18.2-34):
>
> box2:/# mount -t nfs -o udp,vers=3 box1:/pool/myfs /mnt/myfs
> mount server reported tcp not available, falling back to udp
> mount: RPC: Program not registered
> box2:/#
>
> What am I doing wrong and what can I check next?
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> nfs-discuss mailing list
> nfs-discuss@opensolaris.org
>   
Easy to harder:

Under Solaris, your mount command is bogus.

Try:

mount -t nfs box1:/pool/myfs /mnt/myfs

Add in complexity until you figure out what breaks it.

Do you have mountd actually running on box1?

[tdh@ultralord default]> ps -ef | grep mountd
    root   179     1   0   Dec 20 ?           0:02 
/usr/lib/autofs/automountd
    root  3299     1   0   Dec 30 ?           0:00 /usr/lib/nfs/mountd
     tdh  5267  5247   0 16:10:00 pts/1       0:00 grep mountd


Can you mount from another solaris box?

What does a snoop show while you try the mount?

box1:/# snoop -o /tmp/snoop.snp box1 box2

What does a 'showmount -e box1' from box2 show?

What are the contents of /etc/default/nfs on box1?

Why are you doing UDP and not TCP? I'm assuming you have it off on the
server.

What does 'uname -a' show on the box1?

Were changes made in the mountd or nfsd code on the server?


_______________________________________________
nfs-discuss mailing list
nfs-discuss@opensolaris.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic