- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel roll back
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-08-2006 03:24 PM
06-08-2006 03:24 PM
Can you tell me how to roll back the original kernel? Just copy back? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 03:40 PM
06-08-2006 03:40 PM
Re: kernel roll back
step 1: In case of bad kernel, restart the system and wait for the following message:
Processor is starting autoboot
To discontinue press a key within 10 seconds.
press any key to enter the PDC(Processor Dependant Code).
step 2: enter the boot command.
step 3: ur system will ask you if u want to interact with ISL. say "yes".
step 4: Now, at the ISL prompt, use the hpux command to boot from the old kernel
ISL> hpux /stand/vmunix.old
i am writing by reading a book. i think it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 04:56 PM
06-08-2006 04:56 PM
Solutionnow reply,
which system u r working? (uname -a)
and for 11.23,
------------------------------------
kconfig -n config
The specified saved kernel configuration(config) is marked for use at next boot. Any
changes to the currently running configuration that are being held for next boot are
discarded.
In previous hpux versions, "kmupdate kernel"
is the command, i think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 12:59 AM
06-09-2006 12:59 AM
Re: kernel roll back
whenever if ur changing any kernel parameters it will automatically move the existing kernel to vmunix.prev.
Roll back plan
ISL>hpux /stand/vmunix.prev
#cd /stand
#cp -p vmunix vmunix.bad (Problematic kernel)
#cp -p vmunix.prev vmunix.good (Old Working )
#mv vmunix.prev vmunix
Try by rebooting
Cheers
Arunkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 04:45 PM
06-13-2006 04:45 PM
Re: kernel roll back
Thanks.
Regards.