NFS mount problems on AIX


 
Thread Tools Search this Thread
Operating Systems AIX NFS mount problems on AIX
# 1  
Old 06-29-2011
[Solved] NFS mount problems on AIX

Hi,

I have two machines (AIX) each on a different VLAN.

Need to mount a filesystem using nfs on the other one.

When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this error.

HTML Code:
mount: 1831-010 server APPSERVER not responding: RPC: 1832-018 Port mapper failure - RPC: 1832-008 Timed out
mount: backgrounding
APPSERVER:/datadb
I have restarted nfs deamons. I have checked the /etc/hosts values. Opened the 2049 and 111 ports on the network but still cant do.. Smilie
Help! Smilie
# 2  
Old 06-29-2011
@aixromeo
check out those links to trouble shoot , if nothing works post here again
link1
link2
link3
# 3  
Old 06-29-2011
try to telnet from client to servers nfs ports (2049 111 Idont remember listening port numbers of nfs)
or remove access list and check if it success
# 4  
Old 06-30-2011
Quote:
Originally Posted by aixromeo
Hi,

I have two machines (AIX) each on a different VLAN.

Need to mount a filesystem using nfs on the other one.

When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this error.

HTML Code:
mount: 1831-010 server APPSERVER not responding: RPC: 1832-018 Port mapper failure - RPC: 1832-008 Timed out
mount: backgrounding
APPSERVER:/datadb
I have restarted nfs deamons. I have checked the /etc/hosts values. Opened the 2049 and 111 ports on the network but still cant do.. Smilie
Help! Smilie
Connect to the NFS client (not the server with the exported filesystem) and run the command

Code:
stopsrc -g nfs; startsrc -g nfs

Then try to map the filesystem on the client again.

Might work as it appears that part of the NFS system is not running.

Good luck!
# 5  
Old 06-30-2011
Thank you for you replies.

Well I have done one thing. Opened Telnet sessions for both the machines and tried to telnet with the nfs ports one by one from each machines:

telnet <IP> <2049>
telnet <IP><111>

well from the node that has exported the mount point, I get the escape characters and it connects.

From the node where the mount point needs to be mounted
I run the same telnet commands but it doesnt work. Asked the network team to open the ports lets see. Will post if it gets fixed. Smilie
# 6  
Old 06-30-2011
Note that there are some auxiliary services (for instance NLM) NFS uses which use random ports.

Also: NFS uses either the portmapper- *or* the rpc.bind-daemon to advertise service endpoints to the clients. rpcbind uses 111 as you said already but you have to make sure this (and not the portmapper) is used.

You might want to consult this link for some more information and several other ports maybe involved.

I hope this helps.

bakunin
# 7  
Old 06-30-2011
MySQL

Thank you everybody who replied Smilie

The issue has been resolved. The network team had opened the nfs ports one way. i.e Machine #1 to Machine #2 was ok but vice versa that was not the case..

It is mounted now Smilie

Thanks again

Moderator's Comments:
Mod Comment edit by bakunin: Thanks for writing a follow-up with the solution. Ichanged the thread-title accordingly.

Last edited by bakunin; 06-30-2011 at 03:00 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

2. Shell Programming and Scripting

NFS Mount 16+ group Issue in AIX

Hi, I am trying to read files from NFS mount. The ID with which I am trying to read is part of 16+ groups. This is causing problem in doing change directory to the NFS mount directory. I was able to get some code which does newgrp to change the default group so that I could change... (3 Replies)
Discussion started by: pinnacle
3 Replies

3. AIX

Enable large filesize option in NFS mount in AIX 4.3

Hi All, I have a NFS mount filesystem, however it is not supporting a creation of filesize greater than 2 GB in it, how can i enable the option (bf = true) in it. The AIX version is 4.3.2 Thanks in Advance!! (1 Reply)
Discussion started by: mad_man12
1 Replies

4. AIX

can not mount from aix client to linux nfs server

Hi, I am trying to mount a nfs folder from AIX client to Linux NFS Server, but I got the following error: # mount 128.127.11.121:/aix /to_be_del mount: 1831-010 server 128.127.11.121 not responding: RPC: 1832-018 Port mapper failure - RPC: 1832-008 Timed out mount: retrying... (1 Reply)
Discussion started by: victorcheung
1 Replies

5. AIX

Problem with NFS mount and network configuration between AIX and Windows 2003 servers

I ‘m beginner on unix I want to move an unix aix post 5.2 on distant site for use catia V4 with a foundation of data accommodated by a serveur windows 2003 and an environment accommodated on the serveur aix. The computer was linked up by IP (122.0.0.8) with waiter 2003 (via NFS) and the waiter... (8 Replies)
Discussion started by: astiaous
8 Replies

6. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

7. UNIX for Dummies Questions & Answers

nfs mount and links removal problems.

Ok, so I have an nfs mount setup and within it there are symbolic links to other directories and such. So anyways I created a link to a directory like so ln -s /var/stuff/more/stuff/here/ stuff/ and i ended up with directory stuff with link 'here' inside. so i was pieved and decided... (1 Reply)
Discussion started by: VRoemer
1 Replies

8. AIX

How to do a NFS mount from AIX to Linux?

How to do? Thanks (1 Reply)
Discussion started by: rainbow_bean
1 Replies

9. UNIX for Dummies Questions & Answers

mount -o llock -F nfs vs mount -F nfs

Hi, We encountered NFS issue (solaris) especially running on Oracle application. Problem such as forms hang when close button is click, concurrent job shows running status all time. Understand we need to use mount -o llock -F nfs instead of mount -F nfs to eliminate? this problem.. Can... (1 Reply)
Discussion started by: KhawHL
1 Replies

10. UNIX for Advanced & Expert Users

NFS Mount Os400 to AIX

I am having an issue in one of my LPARs gettin a NFS mount between it, AIX and an Iseres LPAR, Os400. I get NFS Server xxxx not responding still trying. When I run the df commmand it says NFS Server xxxxx ok. Then shows the fs and then continiously puts out the about not responding error and the... (0 Replies)
Discussion started by: capeme
0 Replies
Login or Register to Ask a Question