Redhat nfs client hangs after 5 minutes


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Redhat nfs client hangs after 5 minutes
# 8  
Old 09-05-2009
BH083108 seems to be using NFSv4 as rpc.idmapd is an NFSv4-ism.
Quote:
[root@BH083108 /]# ps aux | grep rpc
rpcuser 3796 0.0 0.0 1688 712 ? Ss Aug27 0:00 rpc.statd
root 3827 0.0 0.0 5604 416 ? Ss Aug27 0:00 rpc.idmapd
# 9  
Old 09-07-2009
how about turning off the cdrom if you think that's causing the problem. comment it out from fstab?

I think RHEL uses nfs 4 by default.

nfsstat should tell you running version
# 10  
Old 09-08-2009
[root@BH083108 1]# nfsstat
bash: nfsstat: command not found

The hang problem does not happen any longer. I feel this has been resolved by specifying udp during the mounting process:
[root@BH083108 1]# mount -t nfs=3 rw,intr,udp con:/home /server
mount: fs type nfs=3 not supported by kernel


I am getting these errors when the instrument software is told to write the data to the remote nfs server. It creates all the necessary directories but when it comes to writing the data itself. For example I run a proton sample and define the path /server/<username> (server is the exported file system. Permissions UID are the way they should be. The application even goes to the extent of creating multiple directorys in my home directory, but no the data results. Then
/var/log/messages presents:
Sep 8 13:56:48 localhost kernel: lockd: server 128.186.184.148 not responding, still trying

Any IDEAS?

---------- Post updated at 04:22 PM ---------- Previous update was at 02:26 PM ----------

I think I figured it out:
mount -t nfs rw,intr,udp,vers=3 con:/home /server

---------- Post updated at 04:23 PM ---------- Previous update was at 04:22 PM ----------

I still have the errors though lockd server ip_address not responing
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. Red Hat

NFS client

Dear All , I have a NFS Server A and NFS client B. I have mounted the respective volume in NFS client. Now I wanted to make this volume as a NFS Server to another machine . Is this possible in Linux. Rgds Jegan R (3 Replies)
Discussion started by: jegaraman
3 Replies

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

4. HP-UX

Create NFS Client

I have found numerous articles on creating share on HPUX 11.1 (data source prepared for export) but I did not find from client's perspective what to do? I have a shared dir (all NFS ready full permissions) that I would like to access from a HP server what I need to do on this HPUX to be able to... (5 Replies)
Discussion started by: rsheikh01
5 Replies

5. AIX

NIM client installation hangs at 0608

Hi All, I am facing very strange problem. I have created NIM server with 6.1 TL4SP3. I am having SPOT and MKsysb of the same version. I am able to install the client using this spot and mksysb. Now I got the requirement of installing the 5.3 ML11SP3 client. So using the mksysb of 5.3 ML11SP3, I... (3 Replies)
Discussion started by: falgun6666
3 Replies

6. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

7. AIX

DUAL VIOS & Client LPAR hangs at 25b3

I have a DUAL VIO ( IBM Virtual I/O ) setup on p 570. Two Vio server ( VIOS ) and many LPAR clients. VIO ( latest version + service pack + applied the fix ) and AIX 6.1 ML2 When both VIOs are running, and if I turn on a Client LPAR, the LPAR hangs at LED 25b3 for more than 1 hour then it... (2 Replies)
Discussion started by: filosophizer
2 Replies

8. UNIX for Advanced & Expert Users

NFS mount hangs

Last week I've installed Windows Services For UNIX on a Windows 2003 Server test machine (s2003), and exported a folder through NFS. The share is named "storage", and is used as a temporary place for very large export/dump files. Unfortunately, this is the only machine where I have access to a big,... (10 Replies)
Discussion started by: robotronic
10 Replies

9. AIX

new password not available on nis client for up to 10 minutes after yppush passwd

Hi, We are currently in the process to move the user authentication for our AIX clients to a Windows 2003 server to authenticate them against the active directory entries. What we have so far: - NIS master server on Windows 2003 Server with the unix-subsystem installed -> This is managing... (1 Reply)
Discussion started by: candyflip2000
1 Replies

10. Red Hat

How to nfs mount with Redhat Linux

*** I also posted this in the Unix general forum, but would like to get the Linux point of view. *** Hello all - I've searched this forum, but was unable to find out the info I need. I'm trying to mount (nfs mount) a directory on another box from my Linux machine. The mount point... (1 Reply)
Discussion started by: Heron
1 Replies
Login or Register to Ask a Question