- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to find out the Current boot disk in a run...
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-07-2008 08:39 PM
07-07-2008 08:39 PM
how to find out the Current boot disk in a running os in mirrored boot disk.
i have a server with two boot mirrored disk. and server os is up and running. i can not reboot the server. i just want to know if server was previously boot manually with out auto boot is there some way to find out right now on which disk server os is booted.
Thanks and Regards
kuldeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 08:51 PM
07-07-2008 08:51 PM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
#setboot
OR
#lvlnboot -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 09:16 PM
07-07-2008 09:16 PM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
no need for -o prior to 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 09:27 PM
07-07-2008 09:27 PM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
bkpsrv#uname -a
HP-UX bkpsrv B.11.23 U 9000/800 883606812 unlimited-user license
bkpsrv#echo 'boot_string/S' | adb /stand/vmunix /dev/mem
adb: warning: Trouble reading version string from memory file ...
adb: warning: Object file and memory file may not be matched.
adb: error: /dev/mem: Device busy.
adb: warning: Could not complete object file specific initializtions ...
adb: warning: Proceeding anyway; But some commands may fail.
boot_string:
boot_string:
adb: error: /dev/mem: Device busy.
bkpsrv#echo 'boot_string/S' | adb -o /stand/vmunix /dev/mem
adb: warning: Trouble reading version string from memory file ...
adb: warning: Object file and memory file may not be matched.
adb: error: /dev/mem: Device busy.
adb: warning: Could not complete object file specific initializtions ...
adb: warning: Proceeding anyway; But some commands may fail.
boot_string:
boot_string:
adb: error: /dev/mem: Device busy.
bkpsrv#
hi i am getting this error. where to find out.
please help.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 09:34 PM
07-07-2008 09:34 PM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
"vmunix: Boot device's HP-UX HW path is: 0/3/0/0/0/0.0.0"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 09:50 PM
07-07-2008 09:50 PM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
this thing works for me.
Thanks and Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 10:13 PM
07-07-2008 10:13 PM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
The only way to find this out is IMHO to inspect the console logs from the MP.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 05:15 AM
07-09-2008 05:15 AM
Re: how to find out the Current boot disk in a running os in mirrored boot disk.
Do a
lvlnboot -v
You will see something like the following:
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
/dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Note: the "Boot lvol1 on:" /dev/dsk/c1t2d0 -- This is currently the boot disk. The entry under that is the mirror.