Operating System - Tru64 Unix
1748117 Members
3718 Online
108758 Solutions
New Discussion юеВ

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

 
Thomas J. Harrold
Trusted Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

Here is the client error message:

apps-raos # apps-raos # apps-raos # mount cadprd01:/scratch /scratch
Cannot talk to mount server at cadprd01: RPC: Timed out
Cannot talk to mount server at cadprd01: RPC: Timed out
Cannot talk to mount server at cadprd01: RPC: Timed out
I learn something new everyday. (usually because I break something new everyday)
Thomas J. Harrold
Trusted Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

mountd.log and statd.log do not show anything.
I learn something new everyday. (usually because I break something new everyday)
Rob Leadbeater
Honored Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

Anything in the syslog.log ?

What happens if you try telnetting to the NFS port on the server ?

# telnet cadprd01 2049

Cheers,
Rob
Thomas J. Harrold
Trusted Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3


telnet answers on port 2049...very quickly.

Nothing in syslog.log! Very frustrating.

I learn something new everyday. (usually because I break something new everyday)
Rob Leadbeater
Honored Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

Hmm...

Try looking in the output of "netstat -an" when you're doing a telnet on port 2049 to work out what interfaces are being used...

Compare that with what happens when you try and do the mount command.

Cheers,
Rob
Thomas J. Harrold
Trusted Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

telnet:
tcp 0 0 10.0.214.73.2049 10.99.204.37.62827 ESTABLISHED]


mount:

tcp 0 0 *.2049 *.* LISTEN
udp 0 0 *.2049 *.*


Interesting...
I learn something new everyday. (usually because I break something new everyday)
Rob Leadbeater
Honored Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

OK, so it's not getting as far as doing the NFS bit. Try similar tests with port 111.

Cheers,
Rob
Thomas J. Harrold
Trusted Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

telnet: port 111 connection is established
mount: port 111 tcp/udp not established.
I learn something new everyday. (usually because I break something new everyday)
Rob Leadbeater
Honored Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

Does the netstat -a output from the client show anything interesting ?
Thomas J. Harrold
Trusted Contributor

Re: NFS mount to tru64 5.1 from HP-UX 11iv3

OK, I am now getting an error in mountd.log on the HP-UX nfs server:


Nov 5 10:00:10 cadprd01 /usr/sbin/rpc.mountd pid=1038 tid=2 MOUNT request from: apps-raos.police.mtl denied: Permission denied

It must be cached - as the test I ran this morning was at around 9:30am, not 10am.

So, what "permissions" are we referring to?

I share the filesystem with:

share -F nfs -o rw -d "scratch" /scratch

Which I believe is wide open...

-tjh
I learn something new everyday. (usually because I break something new everyday)