- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- boot hang at NFS core
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
07-31-2002 07:31 AM
07-31-2002 07:31 AM
boot hang at NFS core
Start NFS core subsystem ..................................
There was a remote mount to the old system and exports from the ignite tape. I went in single user and removed /etc/exports file contense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:18 AM
07-31-2002 08:18 AM
Re: boot hang at NFS core
First, make sure the IP was completely and correctly changed. I.E. Make sure that /etc/hosts is correct and that /etc/rc.config.d/netconf is correct, has proper netmask and broadcast address if assigned, and that no bogus route's are in the file.
It will help to comment out any NFS mounts in /etc/fstab, and also check for the automounter to ensure it's not trying to mount things it can no longer find.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:51 AM
07-31-2002 08:51 AM
Re: boot hang at NFS core
# /sbin/init.d/nfs.core start
I could then check the log files and see if there is some error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 10:01 AM
07-31-2002 10:01 AM
Re: boot hang at NFS core
It fails next at
Start NIS client subsystem
If I remove this also what do I do? What logs will I need to look at?
The IP hostname and mask are good. The interface will ping OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 10:08 AM
07-31-2002 10:08 AM
Re: boot hang at NFS core
If you haven't already thought of this/done so, edit /etc/rc.config.d/nfsconf and set the NFS_SERVER, NFS_CLIENT, AUTOMOUNT and START_MOUNTD all to 0.
Does this help? Hope so.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 10:29 AM
07-31-2002 10:29 AM
Re: boot hang at NFS core
There is a configuration file in the directory /etc/rc.config.d called 'nfsconf'. Edit this file and make NFS_SERVER=0 and NFS_CLIENT=0. By doing this will disable NFS services to start automatically while system starts. You may read the file for more descriptions.
Once everything is resolved turn these setting back to ON (set 1 instead of 0). The log file which you may have to look - /etc/rc.log, /etc/rc.log.old, /var/adm/syslog/syslog.log
rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 05:35 AM
08-01-2002 05:35 AM