- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: B2000/785 Hangs During Boot - NFS Client Subsy...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 12:52 PM
09-26-2001 12:52 PM
B2000/785 Hangs During Boot - NFS Client Subsystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 01:44 PM
09-26-2001 01:44 PM
Re: B2000/785 Hangs During Boot - NFS Client Subsystem
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 01:51 PM
09-26-2001 01:51 PM
Re: B2000/785 Hangs During Boot - NFS Client Subsystem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 01:55 PM
09-26-2001 01:55 PM
Re: B2000/785 Hangs During Boot - NFS Client Subsystem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 04:38 PM
10-02-2001 04:38 PM
Re: B2000/785 Hangs During Boot - NFS Client Subsystem
This can be a real surprise sometimes.