- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Are both my mirror disks bootable?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-10-2009 06:23 AM
тАО09-10-2009 06:23 AM
How do i detirmine if the secondary mirror is bootable?
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t6d0 (1/0/0/3/0.6.0) -- Boot Disk
/dev/dsk/c3t6d0 (1/0/1/0/0/1/1.6.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t6d0
/dev/dsk/c3t6d0
Root: lvol3 on: /dev/dsk/c0t6d0
/dev/dsk/c3t6d0
Swap: lvol2 on: /dev/dsk/c0t6d0
/dev/dsk/c3t6d0
Dump: lvol2 on: /dev/dsk/c0t6d0, 0
# lifcp /dev/dsk/c0t6d0:AUTO -
hpux
# lifcp /dev/dsk/c3t6d0:AUTO -
hpux -lq (;0)/stand/vmunix
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 06:25 AM
тАО09-10-2009 06:25 AM
Re: Are both my mirror disks bootable?
# setboot
and check also
# lifls -v /dev/rdsk/c3t6d0
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
тАО09-10-2009 06:27 AM
тАО09-10-2009 06:27 AM
Re: Are both my mirror disks bootable?
Primary bootpath : 1/0/0/3/0.6.0
Alternate bootpath : 1/0/1/0/0/1/1.6.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
Note: The interpretation of Autoboot and Autosearch has changed for
systems that support hardware partitions. Please refer to the manpage.
# lifls -v /dev/rdsk/c3t6d0
ISL 1
AUTO 1
HPUX 1
PAD 1
LABEL 1
root@esshp01u:/home/jm15718
# lifls -v /dev/dsk/c0t6d0
ISL 1
AUTO 1
HPUX 1
PAD 1
LABEL 1
Are they bootable? It looks as if they are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 06:29 AM
тАО09-10-2009 06:29 AM
Re: Are both my mirror disks bootable?
Even though they show as bootable, and config is pointing in the right direction, the last step towards knowing for sure if it will boot is by booting from primary and alternate drives, then you can sleep well.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 06:30 AM
тАО09-10-2009 06:30 AM
Re: Are both my mirror disks bootable?
The fact that you see both disks as "Boot" disks and that the first three logical volumes are represented means that things are partially setup correctly.
HOWEVER, _both_ disks should have the low-quorum set. For _both_ disks, do:
# mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 06:30 AM
тАО09-10-2009 06:30 AM
Re: Are both my mirror disks bootable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 06:59 AM
тАО09-10-2009 06:59 AM
Re: Are both my mirror disks bootable?
Boot
: disk(1/0/1/0/0/1/1.6.0.0.0.0.0;0)/stand/vmunix
disk(1/0/1/0/0/1/1.6.0.0.0.0.0;0)/stand/vmunix: cannot open, or not executable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 07:12 AM
тАО09-10-2009 07:12 AM
SolutionUse "lvdisplay -v ...) to check.
From ISL try
ISL> hpux ll
(lower case L) - this should list the contents of /stand
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
тАО09-10-2009 07:50 AM
тАО09-10-2009 07:50 AM
Re: Are both my mirror disks bootable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 07:52 AM
тАО09-10-2009 07:52 AM
Re: Are both my mirror disks bootable?
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
тАО09-10-2009 09:10 AM
тАО09-10-2009 09:10 AM
Re: Are both my mirror disks bootable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2009 09:37 AM
тАО09-10-2009 09:37 AM
Re: Are both my mirror disks bootable?
lvdisplay -v /dev/vg00/lvol1|more
--- Logical volumes ---
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 400
Current LE 25
Allocated PE 50
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0s2 25 25
/dev/dsk/c0t6d0s2 25 25
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c0t6d0s2 00000 current /dev/dsk/c2t6d0s2 00000 current
00001 /dev/dsk/c0t6d0s2 00001 current /dev/dsk/c2t6d0s2 00001 current
00002 /dev/dsk/c0t6d0s2 00002 current /dev/dsk/c2t6d0s2 00002 current
...
Do you see the same PE numbers?
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
тАО09-10-2009 09:58 AM
тАО09-10-2009 09:58 AM