- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirrored Root Disk - How to find from which disk t...
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
03-03-2004 03:11 AM
03-03-2004 03:11 AM
I have a Mirrored vg00 (with one mirror) and I can boot from both of the mirrored disks. At any point of time how do I determine from which disk I have booted the OS from? vgdisplay/lvdisplay doesn't give any hint on this ..
Pl. help,
Thanks,
-Karthik S S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:20 AM
03-03-2004 03:20 AM
SolutionRgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:23 AM
03-03-2004 03:23 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:26 AM
03-03-2004 03:26 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
echo "boot_string/S" | adb /stand/vmunix /dev/mem
That will give you the device path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:26 AM
03-03-2004 03:26 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
Do you have a list of things that we can quiry using adb??
Thanks in advance,
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:33 AM
03-03-2004 03:33 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
# echo bufpages/D | adb -k /stand/vmunix /dev/kmem
bufpages:
bufpages: 206438
I don't have a list - but that would be a good thing to have...
I use the hpmem script too get some info:
# hpmem
HP-UX pc0003 B.11.11 U 9000/800 2504392627 unlimited-user license
CPU Count: 6
CPU Speed: 750 MHz
CPU HW Support: 64-bit
Kernel Support: 64-bit
RAM Size: 10080 MB
bufpages: 806 MB
maxuprc: 800
maxvgs: 128
maxfiles: 2048
max_thread_proc: 256
nfile: 189100
nflock: 1200
nproc: 2560
ninode: 16384
shmmax: 1073741824
shmmni: 256
dbc_max_pct: 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:35 AM
03-03-2004 03:35 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
echo "mem_ptr/D"| adb /stand/vmunix /dev/mem
echo 'phys_mem_pages/D'|adb -k /stand/vmunix /dev/kmem
echo itick_per_usec/D|adb -k /stand/vmunix /dev/kmem
etc...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 03:59 AM
03-03-2004 03:59 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 05:02 AM
03-03-2004 05:02 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
echo "boot_string/S" | adb /stand/vmunix /dev/mem
:) no points please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:47 AM
03-04-2004 05:47 AM
Re: Mirrored Root Disk - How to find from which disk the system has booted from?
# echo "\$>/tmp/output\n\$e\n\$q" | adb -k /stand/vmunix /dev/kmem
Look at /tmp/output. You have lots waiting for u :-)
Sundar