Operating System - HP-UX
1754868 Members
5343 Online
108827 Solutions
New Discussion юеВ

Re: NFS MOUNT GIVES UNKNOWN ERROR

 
so_2
Regular Advisor

NFS MOUNT GIVES UNKNOWN ERROR

We are trying to mount a filesystem exported on ann AIX machine to a HPux11.11 machine.
while trying to mount we are getting "unknown error" and terminates.
we had checked all the services and daemons both on server and client.
We are able to mount the directories exporetd from HPUX 11 server to the same AIX server.
We tried mounting directories from other servers either but gives same error.
tried changing the mount directories, but still fails.
pls find the attachment.
and help me as i am back to it for 3 days.
S.O


19 REPLIES 19
Peter Godron
Honored Contributor

Re: NFS MOUNT GIVES UNKNOWN ERROR

Hi,
as a starting point, can the HPUX machine see the AIX box? Is edcdbs12 defined in /etc/hosts ?
so_2
Regular Advisor

Re: NFS MOUNT GIVES UNKNOWN ERROR

yes peter,

actually iam trying to mount from edcdbs13.edcdbs12 have been used to test on another to confirm that the problem was not with server.


pls find the details below .


# rpcinfo -p edcdbs13
program vers proto port service
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
200006 1 udp 2049
200006 1 tcp 2049
100005 1 tcp 32769 mountd
100005 2 tcp 32769 mountd
100005 3 tcp 32769 mountd
100005 1 udp 32880 mountd
100005 2 udp 32880 mountd
100005 3 udp 32880 mountd
100021 1 udp 32882 nlockmgr
100021 2 udp 32882 nlockmgr
100021 3 udp 32882 nlockmgr
100021 4 udp 32882 nlockmgr
100021 1 tcp 32770 nlockmgr
100021 2 tcp 32770 nlockmgr
100021 3 tcp 32770 nlockmgr
100021 4 tcp 32770 nlockmgr
100024 1 tcp 32771 status
100024 1 udp 32881 status
100133 1 tcp 32771
100133 1 udp 32881
200001 1 tcp 32771
200001 1 udp 32881
200001 2 tcp 32771
200001 2 udp 32881
200001 2 udp 32881
# nslookup edcdbs13
Using /etc/hosts on: edcdbs11

looking up FILES
Name: edcdbs13
Address: 10.31.1.151

#

John Waller
Esteemed Contributor

Re: NFS MOUNT GIVES UNKNOWN ERROR

This might seem like a silly suggestion, but could you run a "which mount" command to confirm that you are running /usr/sbin/mount. I've never seen the "Unknown error" message so I am wondering whether somebody have wrote a script called mount which you are calling by mistake.
so_2
Regular Advisor

Re: NFS MOUNT GIVES UNKNOWN ERROR

Any thing you feel in mind can be write here.I am sure that it could be a simple problem, but I am in a loop. To come out of the loop you may suggest any silly solution.
tried " which" and result is /usr/sbin/mount

when i am trying to mount using" -o vers=2 "option it gives an error message

" nfs mount :get_fh unknow error"
John Waller
Esteemed Contributor

Re: NFS MOUNT GIVES UNKNOWN ERROR

Have you tried adding the mount via SAM.

Networking & Communications -> Networked File Systems -> Mounted Remote File Systems.

This might give you a bit more information about the failure.

so_2
Regular Advisor

Re: NFS MOUNT GIVES UNKNOWN ERROR

again the same message is given by SAM.

I am able to mount the AIX dir to other HP machines.

I am able to mount other HP dir to this HP.

Only thing is i am unable to mount IBM to this HP.
Lolupee
Regular Advisor

Re: NFS MOUNT GIVES UNKNOWN ERROR

can you just remove everyone or instead of puting everyone in bracket comment it. i.e leave /tmp alone on the line in the /etc/export file

then run exportfs -a -v again.

after that go back to the client and try to mount.

/tmp #everyone
Lolupee
Regular Advisor

Re: NFS MOUNT GIVES UNKNOWN ERROR

can you just remove everyone or instead of puting everyone in bracket comment it. i.e leave /tmp alone on the line in the /etc/export file of the server

/tmp #everyone

then run exportfs -a -v again from server

after that go back to the client and try to mount.

John Waller
Esteemed Contributor

Re: NFS MOUNT GIVES UNKNOWN ERROR

Could it be possible to list the contents of the /etc/exports file from the AIX server and also the output from a oslevel -r command.

Also are the working HP servers also hpux 11.11 and are they at the same location as your failing server. Could you have a firewall between the AIX and HP servers which is causing the problem.

I have access to AIX 4.3, 5.1, 5.2 and 5.3 but cannot replicate your problem so I know it does work.