- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS CLIENT SUBSYSTEM
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
11-01-2001 11:24 AM
11-01-2001 11:24 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 11:50 AM
11-01-2001 11:50 AM
Re: NFS CLIENT SUBSYSTEM
you will not be able to access the system remotely since the booting process did not complete and you were required to interrupt the boot process. To disable the error during boot, disable the automounter. Edit /etc/rc.config.d/nfsconf and set AUTOMOUNT=1 to AUTOMOUNT=0. then do a init3 or reboot the system. It should boot properly and then you will be able to access the system remotely.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 11:52 AM
11-01-2001 11:52 AM
Re: NFS CLIENT SUBSYSTEM
Did you look at the /etc/rc.log..
what has FAILED or gave an error. Look at the syslog.log, dmesg . please give more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 11:53 AM
11-01-2001 11:53 AM
Re: NFS CLIENT SUBSYSTEM
Since you don't use NFS it's better to ask system *NOT* to look for NFS
Modify this this file
etc/rc.config.d/nfsconf
and set AUTOMOUNT=1 to AUTOMOUNT=0.
Goodluck.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 02:48 PM
11-02-2001 02:48 PM
SolutionIf you are using NFS, did you update the /etc/hosts, DNS, or NIS database to
reflect the new IP changes? I am assuming that NFS client is hanging at boot
and this hang is an indication that the NFS client is unable to connect to the
NFS server.
If you are not using NFS / Automounter, then there is a need to set the
following variables in /etc/rc.config.d/nfsconf to the following values so that
the NFS client does not hang at boot:
NFS_CLIENT=0
NFS_SERVER=0
AUTOMOUNT=0
Even if you are using NFS and still have trouble with the boot hang, it is best
to turn NFS off. You can restart NFS from the command line:
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
Good Luck
DCJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:58 PM
11-02-2001 04:58 PM
Re: NFS CLIENT SUBSYSTEM
Did you use Sept 2001 cd's for install?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2001 04:13 AM
11-03-2001 04:13 AM
Re: NFS CLIENT SUBSYSTEM
Either the driver for your NIC is not installed or the NIC has gone bad. Disabling NFS/automount will take the error away, but you probably still won't be able to access the system from the network.
Are you able to access the system from its secure web console?
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 04:04 AM
11-04-2001 04:04 AM
Re: NFS CLIENT SUBSYSTEM
This is possibly the NFS subsystem is hanging because automounter is enabled. It is always a better practice to start the NFS subsystem after the server has come to the run level 3.
More than always have a look at /etc/rc.log for any errors while executing any run control scripts for different run levels.
To start an NFS subsytem
/sbin/init.d/nfs.server start
To stop an NFS subsystem
/sbin/init.d/nfs.server stop
To disable NFS subsytem from starting while boot edit the file /etc/rc.config.d/nfsconf set the following parameters to the following
NFS_ClIENT = 0
NFS_SERVER = 0
AUTOMOUNT = 0
Hope this helps
Ramesh