HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- corrupt kernel
Operating System - HP-UX
1832224
Members
2405
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-17-2005 05:26 PM
05-17-2005 05:26 PM
Hello,
I have been working on a crash and burn system and whilst tuning I managed to corrupt the kernel. I did .......
reboot system
interupt boot
bo pri ipl
interact with isl
ISL> hpux /stand/vmunix.prev
once the system came up....
# cp /stand/vmunix.prev /stand/vmunix
is there anything else I need to do?
Thanks
I have been working on a crash and burn system and whilst tuning I managed to corrupt the kernel. I did .......
reboot system
interupt boot
bo pri ipl
interact with isl
ISL> hpux /stand/vmunix.prev
once the system came up....
# cp /stand/vmunix.prev /stand/vmunix
is there anything else I need to do?
Thanks
hello
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 05:47 PM
05-17-2005 05:47 PM
Re: corrupt kernel
Hi,
That (copying the kernel) is more than enough!!
Have a nice time crashing and burning systems ;)
Naveej
That (copying the kernel) is more than enough!!
Have a nice time crashing and burning systems ;)
Naveej
practice makes a man perfect!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 06:27 PM
05-17-2005 06:27 PM
Re: corrupt kernel
Hi,
In addition I will do a copy of /stand/system.prev to /stand/system.
Sudeesh
In addition I will do a copy of /stand/system.prev to /stand/system.
Sudeesh
The most predictable thing in life is its unpredictability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 06:31 PM
05-17-2005 06:31 PM
Solution
hi,
to create a new kernel:
. Execute the "system_prep" script to extract a current copy of your system file into /stand/build/system:
cd /stand/build
/usr/lbin/sysadm/system_prep -v -s system
. Build the kernel:
mk_kernel -s system
The mk_kernel command creates /stand/build/vmunix_test.
. Move the old system file and kernel so if anything goes wrong, you still have a bootable kernel:
mv /stand/system /stand/system.prev
mv /stand/vmunix /stand/vmunix.prev
. Move the new system file and new kernel into place, ready to be used when you reboot the system:
mv /stand/build/system /stand/system
mv /stand/build/vmunix_test /stand/vmunix
. Prepare for rebooting by invoking the kmupdate command. This sets a flag that tells the system to use the new kernel when it restarts:
/usr/sbin/kmupdate
. Reboot the system using the shutdown(1M) command
regards.
to create a new kernel:
. Execute the "system_prep" script to extract a current copy of your system file into /stand/build/system:
cd /stand/build
/usr/lbin/sysadm/system_prep -v -s system
. Build the kernel:
mk_kernel -s system
The mk_kernel command creates /stand/build/vmunix_test.
. Move the old system file and kernel so if anything goes wrong, you still have a bootable kernel:
mv /stand/system /stand/system.prev
mv /stand/vmunix /stand/vmunix.prev
. Move the new system file and new kernel into place, ready to be used when you reboot the system:
mv /stand/build/system /stand/system
mv /stand/build/vmunix_test /stand/vmunix
. Prepare for rebooting by invoking the kmupdate command. This sets a flag that tells the system to use the new kernel when it restarts:
/usr/sbin/kmupdate
. Reboot the system using the shutdown(1M) command
regards.
what you do not see does not mean you should not believe
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP