Operating System - HP-UX
1822543 Members
2731 Online
109642 Solutions
New Discussion юеВ

nfs server (pid 762@/net ) not responding still trying

 
SOLVED
Go to solution
Ganesh Balraman
Regular Advisor

nfs server (pid 762@/net ) not responding still trying

Hi Admins,

I have taken golden image on rp4440 server and installed succesfully 3410 server.

But after finishing all task i rebooted 4440 ignite server . while booting it throws the following error mesg and does not boot:

nfs server (pid 762@/net ) not responding still trying
What may be the issue.

Regds
Ganesh
5 REPLIES 5
Dennis Handly
Acclaimed Contributor
Solution

Re: nfs server (pid 762@/net ) not responding still trying

It appears your automounter is having problems.
Is is hanging during the progress messages?
You can use control shift \, to skip that step.
Joelmel Roche
Valued Contributor

Re: nfs server (pid 762@/net ) not responding still trying

The behavior described above was first corrected in the
following patch:

[PHNE_29825]
s700_800 11.11 Cumulative STREAMS Patch

As of the date of this writing, this patch was
superseded by:

[PHNE_30367]
s700_800 11.11 Cumulative STREAMS Patch

Note: Please apply this patch and any required dependencies.
This patch, as with any patch, may be superseded.
Please check for the latest patches at HP's IT Resource
Center (ITRC) at the following web site:

http://www.itrc.hp.com
whiteknight
Honored Contributor

Re: nfs server (pid 762@/net ) not responding still trying

Ganesh,

Since it is a fresh OS, we do not know whether you have defined any NFS setting or not.

Here is the suggested steps:-

1. Interrupt the boot sequence with CTRL SHIFT | (pipe),
or reboot into single-user mode.

2. Modify the /etc/rc.config.d/nfsconf file:

A. Change NFS_CLIENT=0 from NFS_CLIENT=1.

B. Chnage NFS_SERVER=1 to NFS_SERVER=0.

3. Continue the reboot, or reboot the system.

It is often the case, that the system either is not using NFS at all,
or the NFS Servers listed in /etc/fstab are down, or not responding.
If the system is not intended to use NFS, then these steps should
resolve the issue.

However, if the system is intended to use NFS, then examine the NFS
servers listed in /etc/fstab to determine if they are indeed up and
serving NFS. To prevent down NFS servers from hanging the boot
sequence, the bg mount option should be specified in /etc/fstab.

For example, the following /etc/fstab entry...

test.com:/ /nfs/test nfs rw,suid 0 0

...should be changed to:

test.com:/ /nfs/test nfs bg,rw,suid 0 0

After modifying /etc/fstab, edit NFS_CLIENT=1 in
/etc/rc.config.d/nfsconf so that the NFS client will function at the
next reboot. Afterwards, run the /sbin/init.d/nfs.client start script
to start NFS client, or reboot the system.



WK

please assign points
Problem never ends, you must know how to fix it
Ganesan R
Honored Contributor

Re: nfs server (pid 762@/net ) not responding still trying

Hi

pid 762@/net --> indicate issue with automounter.

Better to startover, disable the automounter/autofs in nfsconf by boot into single user mode.

boot the system, then check the NFS configuration files and avilablity of nfs server.

Hope this will help.
Best wishes,

Ganesh.
Marcel Burggraeve
Trusted Contributor

Re: nfs server (pid 762@/net ) not responding still trying

This kind of behaviour can be caused by incorrect network settings as well.
Check the following files to see if they're still correct :
/etc/hosts
/etc/resolv.conf
/etc/nsswitch.conf
/etc/rc.config.d/netconf