Operating System - HP-UX
1822431 Members
2708 Online
109642 Solutions
New Discussion юеВ

Not able to mount nfs share from AIX

 
Kaps_2
Regular Advisor

Not able to mount nfs share from AIX

Hello Everyone,

I am trying to mount an nfs share from AIX box on my HP-UX B11.11. I am getting "Unknown Error" msg. Any body have idea about this msg. Please share the solution ASAP. Also when I try to mount the same share on linux system its getting mounted without any errors.

Thanks,
Kaps
12 REPLIES 12
Rasheed Tamton
Honored Contributor

Re: Not able to mount nfs share from AIX

Hi Kaps,

What options you used from AIX to export the file system. Also, what options you used from HP-UX side to mount the NFS share.

Can you be more specific.

Regards,
Rasheed Tamton.
Kaps_2
Regular Advisor

Re: Not able to mount nfs share from AIX

i just tried mouting nfs by given the following command

mount -F nfs -o vers=2/3 10.11.20.22:/test /test
Rasheed Tamton
Honored Contributor

Re: Not able to mount nfs share from AIX

Is there any permission issues like uid or gid on the server and the client.
What are the exportfs options on AIX side.
Kaps_2
Regular Advisor

Re: Not able to mount nfs share from AIX

Hi,

Find below the /etc/exports entry in AIX

/qanfs/homes -rw

Thanks,
Kaps
Yogeeraj_1
Honored Contributor

Re: Not able to mount nfs share from AIX

hi Kaps,

Can you try to add the following line to the /etc/fstab

10.11.20.22:/test /test nfs rw,suid 0 0


and launch the command:
mount /test


Works fine here.

I think there is something that you are specifying on your command line is not supported.


revert!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Kaps_2
Regular Advisor

Re: Not able to mount nfs share from AIX

hi i am still getting the same error even after specifying it in /etc/fstab
Yogeeraj_1
Honored Contributor

Re: Not able to mount nfs share from AIX

hi again,

what is the corresponding entry in the /etc/fstab on the AIX system?

revert!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: Not able to mount nfs share from AIX

sorry i meant: /etc/exports


kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Kaps_2
Regular Advisor

Re: Not able to mount nfs share from AIX

/qanfs/homes -rw

and this problem is coming on to this particular system on other HP-UX, Linux system I am able to mount
Rasheed Tamton
Honored Contributor

Re: Not able to mount nfs share from AIX

What is the NFS versio on AIX.

Also, can you exportfs without the rw option. Just mention the full path of the dir in the exportfs file and export again.
Safarali
Valued Contributor

Re: Not able to mount nfs share from AIX

Kaps
the problem assume that revers lookup issue on dns

provide the out put of
nslookup ip from both server
nslookup hostname from both server
if not correct fix it

Regards
Safar
Yogeeraj_1
Honored Contributor

Re: Not able to mount nfs share from AIX

>/qanfs/homes -rw

was that entry done manually or using smitty?

for testing purposes can you try add something similar to this and retry:
/install -sec=sys:krb5p:krb5i:krb5:dh:none,rw,root=remoteserver.mydom.mu

revert!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)