- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- checking boot string
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
10-11-2001 11:55 PM
10-11-2001 11:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 11:59 PM
10-11-2001 11:59 PM
SolutionFirst do an; lvlnboot -v command to see your book disks.
Then for each disk which is listed as a boot disk you can do;
lifcp /dev/dsk/cxxxxx:AUTO $(tty)
This will display the boot string, eg. hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 12:00 AM
10-12-2001 12:00 AM
Re: checking boot string
hpux (;0)/stand/vmunix
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 12:05 AM
10-12-2001 12:05 AM
Re: checking boot string
Thanks for the speedy replies. Now I can see my boot string how do I change it ? I want to add the -lq option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 12:07 AM
10-12-2001 12:07 AM
Re: checking boot string
You change it with the mkboot command;
mkboot -a "hpux -lq" /dev/dsk/cxxxxxxx
Then use lifcp to reread it to ensure its been changed. Dont forget to do it on any book disk and the mirror disk if you have one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 03:16 AM
10-12-2001 03:16 AM
Re: checking boot string
In addition to everything already offered, if you want to find out what disk and/or kernel you actually booted from do this:
# echo 'boot_string/S'|adb /stand/vmunix /dev/mem
You will see something like:
boot_string:
boot_string: disc(10/0.6.0;0)/stand/vmunix
...which can be quickly related to the disk device file by examining the output of 'lvlnboot -v'.
This is quite useful when you have mirrored boot disks and want to verify that you can/did, in fact, bot from the mirror.
Regards!
...JRF...