- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stuck on a line during reboot
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
05-11-2006 05:22 AM
05-11-2006 05:22 AM
NFS server (pid929@/net) not responding still trying...
I enabled NFS server in SAM. How do I get past this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:39 AM
05-11-2006 05:39 AM
Solutionboot -is
(after you are prompted that you can break into the boot process).
The nfs server will be started by an entry in /etc/rc.config.d/, usually in nfs_server. This is a simple "1" for start and "0" for not. Edit and change.
Otherwise, break the link in /etc/rc2.d that starts NFS: usually this will be in the format of SxxxNFS. Simply break this link to the real executable:
unlink SxxxNFS
Also, edit out any /net entries in /etc/fstab and /etc/exportfs
Failing all else, you can rename the automount config files:
ls -al /etc | grep auto
These should be auto_master and auto.direct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:45 AM
05-11-2006 05:45 AM
Re: stuck on a line during reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:57 AM
05-11-2006 05:57 AM
Re: stuck on a line during reboot
This can be caused by a network error in /etc/rc.config.d/netconf
Thats possible. Probably though its because sam blew the nfs server config.
Better to do this stuff on the command line.
To get past it you boot to single user mode.
hpux -is
mount /var
mount /usr
vi /etc/rc.config.d/nfs.server
Change where it says
NFS_SERVER=1
to
NFS_SERVER=0
Save and restart the system.
SEP
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
05-11-2006 06:48 AM
05-11-2006 06:48 AM
Re: stuck on a line during reboot
James is correct
the control \ key combination will abort the nfs startup process, and allow the system to continue to boot.
I have had to use the key sequence myself and it does work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 07:48 PM
05-11-2006 07:48 PM
Re: stuck on a line during reboot
If you are using reflections on a pc as a console, then ctrl pause/break buttons together with have the same effect as ctrl \.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 10:46 PM
05-11-2006 10:46 PM
Re: stuck on a line during reboot
/usr/sbin/automount[14]:874 quit (coredump)
FAILURE CODE 131
mounting remote NFS filesystems...
/sbin/rc2.d/S430nfs.client[368]:23027 quit (coredump)
FAILURE CODE 131
mount failed! Possible local filesystem mount
If local filesystem, then nfs.server will mount it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 11:00 PM
05-11-2006 11:00 PM
Re: stuck on a line during reboot
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 11:50 PM
05-11-2006 11:50 PM
Re: stuck on a line during reboot
if you have configured the system for automount and the NFS server is down or not reachable it goes in error.
Set the AUTOFS=0 in /etc/rc.config.d/nfsconf file.
Also check for the /etc/auto.direct file
Enrico