Operating System - HP-UX
1834142 Members
2380 Online
110064 Solutions
New Discussion

Re: B2000/785 Hangs During Boot - NFS Client Subsystem

 
David Sutton
Occasional Contributor

B2000/785 Hangs During Boot - NFS Client Subsystem

Don't use this workstaion often (probably obvious). Fired it up today and it hangs during boot, in the NFS Client Subsystem initialization. Message "NFS Server (pid695@/net) not responding still trying". I've never configured this system to use NFS. What can I do to get around this error? TIA.
4 REPLIES 4
Jeffrey S. Sims
Trusted Contributor

Re: B2000/785 Hangs During Boot - NFS Client Subsystem

David,

It sounds like the filesystem that you are attempting to mount doesn't exist any longer. What I would do is come up in single-user mode and check the /etc/fstab entries for remote filesystems. If you decide that you don't need any of the remote mounts I would remove them (but make sure that you have a backup just in case).

The remote mouth will look something like:
remote-host:remote-pathname local-mount-loc nfs options 0 0

I would suspect that it is doing a hard mount of the remote filesystem which is typical of a rw (read/write) filesystem mount. If this is a ro (read only) mount you can change hard to soft and it will error out if it isn't avaliable. Hard mounts will continue indefinately if the remote host isn't available.

You can just remove the unnecessary mounts that you do not need and see if that gets you up.

Hope this helps.
Sridhar Bhaskarla
Honored Contributor

Re: B2000/785 Hangs During Boot - NFS Client Subsystem

David,

Get it to single user mode and disable NFS_CLIENT in the /etc/rc.config.d/nfsconf file. Then do an init 3|4" and get to the
multi-user mode. Then you can enable NFS and try if it is working or not. You may want to probably delete the stale entries from your /etc/fstab file that are pointing to NFS servers.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sanjay_6
Honored Contributor

Re: B2000/785 Hangs During Boot - NFS Client Subsystem

Hi David,

Disable the automounter. To do that, press the break key to get a login prompt. Edit /etc/rc.config.d/nfsconf and look for the variable "AUTOMOUNT". It is probably set to "1". Set that to "0" and reboot the box.

AUTOMOUNT=0

Hope this helps.

thanks
Steve Bonds
Trusted Contributor

Re: B2000/785 Hangs During Boot - NFS Client Subsystem

This is probably the single most annoying default in all of HP-UX. Because automounter defaults to enabled, when you install some patches it will silently get re-enabled so that some future boot will cause the system to hang again.

This can be a real surprise sometimes.