AIX - boot - nfs problem


 
Thread Tools Search this Thread
Operating Systems AIX AIX - boot - nfs problem
# 1  
Old 02-23-2010
AIX - boot - nfs problem

Hello Experts,
I'm trying to boot my AIX server via network using another AIX as a boot server. I use tcpdump to monitor the process. After my boot client received .info file and mounted nfs resource (checked by 'showmount -a' from boot server) it hung. I noticed a lot of following entries:

Code:
11:28:52.078893 IP (tos 0x0, ttl  60, id 55081, offset 0, flags [DF], length: 152) 10.3.121.66.1356698857 > 10.3.121.40.2049: 112 getattr [|nfs]
11:28:52.079192 IP (tos 0x0, ttl  60, id 55082, offset 0, flags [DF], length: 152) 10.3.121.66.1356698858 > 10.3.121.40.2049: 112 getattr [|nfs]
11:28:52.089877 IP (tos 0x0, ttl  60, id 55083, offset 0, flags [DF], length: 152) 10.3.121.66.1356698859 > 10.3.121.40.2049: 112 getattr [|nfs]
11:28:52.091572 IP (tos 0x0, ttl  60, id 55084, offset 0, flags [DF], length: 152) 10.3.121.66.1356698860 > 10.3.121.40.2049: 112 getattr [|nfs]
11:28:52.091873 IP (tos 0x0, ttl  60, id 55085, offset 0, flags [DF], length: 152) 10.3.121.66.1356698861 > 10.3.121.40.2049: 112 getattr [|nfs]
11:28:52.145286 IP (tos 0x0, ttl  60, id 55086, offset 0, flags [DF], length: 40) 10.3.121.66.32768 > 10.3.121.40.2049: . [tcp sum ok] ack 307169 win 65535

11:31:14.541797 IP (tos 0x0, ttl  60, id 56396, offset 0, flags [DF], length: 152) 10.3.121.66.1356699988 > 10.3.121.40.2049: 112 getattr [|nfs]
11:31:14.557572 IP (tos 0x0, ttl  60, id 56397, offset 0, flags [DF], length: 40) 10.3.121.66.32768 > 10.3.121.40.2049: . [tcp sum ok] ack 437901 win 65535

Any suggestion? What do these entries mean?

regards,
Jarek

Last edited by zaxxon; 02-23-2010 at 12:42 PM.. Reason: use code tags please, ty
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

NFS mounts not automounting on boot

I have several Solaris 11.2 zones. when I reboot them I have to go in and do mountall to mount the NFS mounts. any ideas where to troubleshoot why they are not automounting? (2 Replies)
Discussion started by: os2mac
2 Replies

2. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

3. Red Hat

NFS does not start during boot process

Hello, I am facing some issues during boot process of rhel 6.2 It takes too long time (~10 min) for the node to come up... The boot process stuck while it trying to start NFS and does not continue until timeout. In the boot.log file i see Starting NFS quotas: Cannot register service:... (2 Replies)
Discussion started by: @dagio
2 Replies

4. Solaris

Help mounting nfs on boot on Solaris 11

Hello, I am looking for some assistance in mounting an nfs drive on boot, on a Solaris 11 machine. On my Solaris 9/10 machines, I have an entry for my nfs mount in /etc/vfstab, however when I add the same entry to my vfstab on Solaris 11, the drive will not mount on boot. After booting up, I... (5 Replies)
Discussion started by: bstring
5 Replies

5. UNIX for Dummies Questions & Answers

NFS not mouting at boot

hi guys I have a server suse 11 two IP different segments one IP is point to point to NFS Storage. Administration IP: 10.7.10.100 NFS-Storage IP: 192.168.10.50 weird thing is I defined the NFS I can mount them using mount -a but when I reboot the server the NFS mount points are not there... (11 Replies)
Discussion started by: karlochacon
11 Replies

6. IP Networking

Boot Floppy with dd and nfs cleint

hi I'm looking for absolutly a minimal Unix or Linux installed on just 1 boot floppy with dd and nfs client. (3 Replies)
Discussion started by: ccc
3 Replies

7. Solaris

nfs export not working at boot

we have a Solaris 8 nfs server that exported two shares. entries are in /etc/dfs/dfstab. clients have been accessing these shares for several years. we just rebooted this nfs server and noticed that no share gets exported. I don't see relevant messages from dmsg nor messages file, is there... (6 Replies)
Discussion started by: jalite19
6 Replies

8. 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

9. AIX

AIX 6.1 and NFS problem after HACMP config

Hello folks, I am facing a problem with NFS after doing the HACMP configuration Issue : The showmount -e pr2serv at pr1serv ,it is only showing 1 mount exported /oracle , instead of showing all 7 as per /etc/exports file. issue : while mounting /oracle at pr1serv getting permission... (8 Replies)
Discussion started by: filosophizer
8 Replies

10. AIX

NFS does not mount on boot!

Hi, Can someone help me on this? I'm not able to enable a well working mounting process for NFS filesystems on boot time. On the server side (AIX 5.2) everything seems to be OK and correctly exported, seeing other clients (AIX 5.2) are able to mount normally on boot time. On a client in... (5 Replies)
Discussion started by: padawan75
5 Replies
Login or Register to Ask a Question