- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Question
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
07-08-2002 03:54 AM
07-08-2002 03:54 AM
Question is I am now running off of /stand/vmunix.prev and want this to be the default boot kernel. Can I just rename it from vmunix.prev to vmunix on a live system and then on next reboot it will be fine?
Thanks
Larry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 03:59 AM
07-08-2002 03:59 AM
Re: Kernel Question
If this is an 11.0 system you have more things to do to move back the old kernel. Since you have the system file and the dlkm directory that is used also.
# mv dlkm dlkm.bad
# mv dlkm.vmunix.prev dlkm
# mv system system.bad
# mv system.prev system
# mv vmunix vmunix.bad
# mv vmunix.prev vmunix
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 04:00 AM
07-08-2002 04:00 AM
Re: Kernel Question
Yes, copy /stand/vmunix.prev as /stand/vmunix. I'd also restore /stand/system.prev as /stand/system for consistency.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 04:00 AM
07-08-2002 04:00 AM
Re: Kernel Question
(if you have enough space)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 04:06 AM
07-08-2002 04:06 AM
Re: Kernel Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 04:17 AM
07-08-2002 04:17 AM
Re: Kernel Question
There is no any command to tell which kernel you are running. Basically it is hp-ux kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 04:27 AM
07-08-2002 04:27 AM
Re: Kernel Question
Here is the command line you need,
# echo 'boot_string/S' | adb /stand/vmunix /dev/mem
The output should look like:
boot_string:
boot_string: disc(56/52.5.0;0)/stand/vmunix.prev
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 01:14 AM
07-09-2002 01:14 AM
Re: Kernel Question
Yes! In the command prompt, type.
# echo 'boot_string/S'|adb /stand/vmunix /dev/mem
Rgds,
AUJ