- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror-UX
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-20-2002 01:49 AM
11-20-2002 01:49 AM
Thanks in advance..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 01:52 AM
11-20-2002 01:52 AM
Re: Mirror-UX
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065011438
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 01:58 AM
11-20-2002 01:58 AM
SolutionI presume you want to mirror the bootdisk ?
Here goes :
pvcreate -B /dev/rdsk/[second disk]
vgextend /dev/vg00 /dev/dsk/[second disk]
mkboot /dev/rdsk/[second disk]
mkboot -a "hpux -lq" /dev/rdsk/[second disk]
mkboot -a "hpux -lq" /dev/rdsk/[first disk]
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/[second disk]
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/[second disk]
lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/[second disk]
... and so on, for all logical volumes on the boot disk ...
# As extra you might want to alter your alternate boot path
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 01:59 AM
11-20-2002 01:59 AM
Re: Mirror-UX
Disregard my second answer. Don't know how that got there, but it has still got typos in the lvextend commands.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:03 AM
11-20-2002 02:03 AM
Re: Mirror-UX
I presume you want to mirror the bootdisk ?
Here goes :
pvcreate -B /dev/rdsk/[second disk]
vgextend /dev/vg00 /dev/dsk/[second disk]
mkboot /dev/rdsk/[second disk]
mkboot -a "hpux -lq" /dev/rdsk/[second disk]
mkboot -a "hpux -lq" /dev/rdsk/[first disk]
lvextend -m1 /dev/vg00/lvol1 /dev/dsk/[second disk]
lvextend -m1 /dev/vg00/lvol2 /dev/dsk/[second disk]
lvextend -m1 /dev/vg00/lvol3 /dev/dsk/[second disk]
... and so on, for all logical volumes on the boot disk ...
# As extra you might want to alter your alternate boot path
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:04 AM
11-20-2002 02:04 AM
Re: Mirror-UX
http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:06 AM
11-20-2002 02:06 AM