- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Rebuilding the kernel
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
02-04-2002 09:10 AM
02-04-2002 09:10 AM
Rebuilding the kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 09:18 AM
02-04-2002 09:18 AM
Re: Rebuilding the kernel
If you can boot and some of your startup scripts execute -- as it sounds from your description -- then I'd suspect that you may merely have a problem in a startup script, perhaps one for networking.
What does the checklist on the console show and/or post the output of /etc/rc.log.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 09:25 AM
02-04-2002 09:25 AM
Re: Rebuilding the kernel
You may have a corrupted /etc/inittab.
try booting single user:
At isl interract with IPL (Y), enter hpux -is.
Does this work?
what do you see?
If inittab is corrupted, look for lines that hve been added or modified (syntax...)
Hope this helps a little
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 09:32 AM
02-04-2002 09:32 AM
Re: Rebuilding the kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 09:40 AM
02-04-2002 09:40 AM
Re: Rebuilding the kernel
Once you are to a point where you can log into the system, go to the /etc/rc.config.d directory and look at the nfsconf file.
If you are not using NFS, AUTOFS or AUTOMOUNT, look for the following lines and make sure they all have a value of 0.
NFS_CLIENT=0
NFS_SERVER=0
PCNFS_SERVER=0
AUTOMOUNT=0
AUTOFS=0
NFS is automatically enabled on all machines. If you do not use it, you have to turn it off yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 09:57 AM
02-04-2002 09:57 AM
Re: Rebuilding the kernel
You can configure nfsconf file to not to start during boot.
The file you need check is /etc/rc.config.d/nfsconf
Replace 1 with 0 (Zero) infront NFS_CLIENT, NFS_SERVER, AUTOMOUNT and START_MOUNTD
And the reboot once again.
Goodluck,
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:10 AM
02-04-2002 11:10 AM