- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirrored disks
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
11-21-2006 03:23 PM
11-21-2006 03:23 PM
I mirrored an hpux os everythig went fine till I did BO ALT this commands failed but if I do BO (hardware path) It works fine.
The question is could this give me trouble when the primary disk fails ?. I mean whould this affect the automatic takeover of the alternate disk when the primary disk fails ?.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:42 PM
11-21-2006 07:42 PM
Re: Mirrored disks
did you adjust/set the ALT path?
At the boot menu prompt, type
pa alt your_hw_path
or use "setboot" from the running OS.
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
11-21-2006 10:54 PM
11-21-2006 10:54 PM
Re: Mirrored disks
You need to arrange a test and boot the system with only the alternate disk connected. This is the only way to be certain that this failover will actually work. There are many steps along the way that could caue trouble.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 11:02 PM
11-21-2006 11:02 PM
Re: Mirrored disks
This is who you mirror root on old PA systems:
How to mirror the root disk
# pvcreate -B /dev/rdsk/c0t5d0 create bootable phys vol
# mkboot /dev/rdsk/c0t5d0 transfer LIF to new PV
# lifls -l /dev/rdsk/c0t5d0 verify LIF
# mkboot -a "hpux -lq" /dev/rdsk/c0t5d0 modify AUTO boot string
# mkboot -a "hpux -lq" /dev/rdsk/c0t6d0 also on the original disk
# vgextend vg00 /dev/dsk/c0t5d0 add PV to VG
# for f in /dev/vg00/lvol? Mirror the LVs
> do
> lvextend -m 1 $f
> done
# lvlnboot -r /dev/vg00/lvol3 modify LABEL: root LV
# lvlnboot -s /dev/vg00/lvol2 swap LV
# lvlnboot -d /dev/vg00/lvol2 dump LV
# lvlnboot -b /dev/vg00/lvol1 boot LV
# lvlnboot -v vg00 verify LABEL
This is how you do it with EFI (IA64) Machines:
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-938907319+1164196858728+28353475&docId=200000082066576
Depending on the error you get it could just be the quorum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 11:24 PM
11-21-2006 11:24 PM
Re: Mirrored disks
Following ivan and torsten advice BO ALT finally works.
Steven Do I still need to arrange a test with only the alternate disk connected to the system ?, seeing that BO ALT works ?
Jannik this is the method I used to create mirror disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 11:51 PM
11-21-2006 11:51 PM
Re: Mirrored disks
But it will work :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 01:34 PM
11-22-2006 01:34 PM