- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Corrupted
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
06-28-2005 02:01 AM
06-28-2005 02:01 AM
Kernel Corrupted
I tried to apply the Hardware patch HWE1100_B.11.00.0403.3.depot on my HP_UX 11.00 server. It did not complete and also the kernel got corrupted.
Now when I give the command:
netstat -nr
It gives
:no namelist
Please can anyone help me to recover the kernel back.
Regards
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:41 AM
06-28-2005 02:41 AM
Re: Kernel Corrupted
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 05:42 AM
06-28-2005 05:42 AM
Re: Kernel Corrupted
Always perform a Ignite backup before the installation .
You have to revert back your OS with ignite backup only
Does the system mirrored ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:16 AM
06-28-2005 06:16 AM
Re: Kernel Corrupted
Now the ":no namelist" message indicates that the current kernel in memory does not match /stand/vmunix and the above scenario to restore the old version of vmunix should help. The downside is that if the patch installation failed partway through, the system may be in an unstable condition. That means that some libraries may have been changed already, others not, some commands and drivers updated and some not. This may mean that your system, while running now, may not be able to reboot. You'll definitely need a previously recorded Ignite/UX backup tape. Lacking that, make an fbackup tape of all the directories in vg00, get a set of config information from these commands:
lvlnboot -v
bdf
cat /etc/fstab
vgdisplay -v vg00
and at a time when extended downtime is available, try a reboot.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:22 AM
06-28-2005 06:22 AM
Re: Kernel Corrupted
This is generally the type of error that you would see if you regenned the kernel but had not rebooted the machine since then.
Have you doone a reboot since the regen ?
The problem is that its trying to find a namelist in the kernel but the "current" kernel (in memory) doesn't match the next bootable kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 05:14 PM
06-28-2005 05:14 PM
Re: Kernel Corrupted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:01 PM
06-28-2005 06:01 PM
Re: Kernel Corrupted
# swlist -l fileset -a state -a patch_state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:15 PM
06-28-2005 06:15 PM
Re: Kernel Corrupted
The output of the command
# swlist -l fileset -a state -a patch_state
shows some patches are superseded.
Thanks & Regards
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 08:56 PM
06-28-2005 08:56 PM
Re: Kernel Corrupted
It is a good practice to make backup of kernel e.g. vmunix.bak before applying any patch because system will create backup as vmunix.prev while regenerating the kernel. In the event of serious problem, you can be back to work with vmunix.bak and re-analyse the issues
Regards
Mahesh