HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- booting gets hang at nfs client subsystem
Operating System - HP-UX
1832654
Members
3532
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-13-2003 07:37 PM
04-13-2003 07:37 PM
booting gets hang at nfs client subsystem
when i boot my hp-ux 10.20 ace, it gets hanged at nfs client subsystem.
any ideas why?
any ideas why?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2003 07:50 PM
04-13-2003 07:50 PM
Re: booting gets hang at nfs client subsystem
Are you saying that prior to installation of the ace, this didn't happen?
Here are some general ideas though some error messages from the console or /var/adm/syslog/syslog.log would be very helpful.
Check networking.
Look for obvioius typos in the file:
/etc/rc.config.d/netconf
A little syntax problem there will produce this your error, take it from someone who has done this to himself.
Check for valid and consistent entries and the presence of the following files:
/etc/nsswitch.conf
/etc/hosts
This is a start. Post some data while I'm still awake and I'll help you finish.
SEP
Here are some general ideas though some error messages from the console or /var/adm/syslog/syslog.log would be very helpful.
Check networking.
Look for obvioius typos in the file:
/etc/rc.config.d/netconf
A little syntax problem there will produce this your error, take it from someone who has done this to himself.
Check for valid and consistent entries and the presence of the following files:
/etc/nsswitch.conf
/etc/hosts
This is a start. Post some data while I'm still awake and I'll help you finish.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2003 07:53 PM
04-13-2003 07:53 PM
Re: booting gets hang at nfs client subsystem
Hi,
Other than the below information, have you got the latest patch bundle for 10.20 loaded?(December 2001)
Here is some general information from the Technical Knowledge Base.
/quote
This is a new installation. The system hangs when the NFS CLIENT
or NFS SERVER is started in the startup scripts.
How can this problem be resolved?
CONFIGURATION
New Installation
RESOLUTION
To resolve the problem:
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.atl.hp.com:/ /nfs/test nfs rw,suid 0 0
...should be changed to:
test.atl.hp.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.
--------------------------------------------------------------------------------
\unquote
Regards
Michael
Other than the below information, have you got the latest patch bundle for 10.20 loaded?(December 2001)
Here is some general information from the Technical Knowledge Base.
/quote
This is a new installation. The system hangs when the NFS CLIENT
or NFS SERVER is started in the startup scripts.
How can this problem be resolved?
CONFIGURATION
New Installation
RESOLUTION
To resolve the problem:
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.atl.hp.com:/ /nfs/test nfs rw,suid 0 0
...should be changed to:
test.atl.hp.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.
--------------------------------------------------------------------------------
\unquote
Regards
Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2003 09:45 PM
04-13-2003 09:45 PM
Re: booting gets hang at nfs client subsystem
Hi,
It usually happens in 11.0
Get in to single user mode.
set the flags of NFS_SERVER/NFS_CLIENT in /etc/rc.config.d/nfsconf to 0
#init 3
after the machine boots, set the flags of the said variables to 1
#/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start
will start nfs daemons
It usually happens in 11.0
Get in to single user mode.
set the flags of NFS_SERVER/NFS_CLIENT in /etc/rc.config.d/nfsconf to 0
#init 3
after the machine boots, set the flags of the said variables to 1
#/sbin/init.d/nfs.server start
#/sbin/init.d/nfs.client start
will start nfs daemons
never give up
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP