Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NFS mount Solaris directory on AIX server 5.2

Status
Not open for further replies.

AIXdream

Technical User
Mar 27, 2007
33
0
0
US
Hello guys,

I need some help here, im trying to do a NFS mount a filesystem that is on Solaris 8 server onto a AIX 5.2 server

root@aixserver# mount -o proto=udp <Server>:/dir /mnt
root@aixserver# mount -f -o proto=udp <Server>:/dir /mnt


all these scripts are hanging.

I can ping/telnet/ssh from aix to solaris and solaris to aix no issues.

Tried smitty nfs, even that is hanging.

Any ideas?

Dream
 
Hi
Check if the solaris system can resolve your aixserver mane

/HGA
 
Yeah worth doing what ubihga said first!

If that still not the issue then how about running this from the aix box:
Code:
 showmount -e solaris_hostname

Can you see the exported fs?

If not then try to restart nfs group on both server and try again!

Regards,
Khalid
 
I tried everything, but still doesnt work.

showmount -e sol_hostname ---> hangs



 
what's the output of exportfs -a on the solaris server?

Regards,
Khalid
 
Hold on! I think i know what's your problem is! showmount command uses the portmap service on the solaris and so does the nfs!

So it must be that your portmap service is the one that is causing the problem! Try restarting it!

ps: nice doc to read:


Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top