- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Mirror
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
10-18-2004 08:10 PM
10-18-2004 08:10 PM
Disk Mirror
I have a HP-UX 11i system installed in one disk , and i have another free disk that i want to mirror the system on it.
so that the system on one disk and another mirror.
Can anyone tell me the steps to do this task.
Regards
Samir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 08:17 PM
10-18-2004 08:17 PM
Re: Disk Mirror
for vg00 steps are:
pvcreate -f -B /dev/rdsk/mirror_disk
vgextend /dev/vg00 /dev/dsk/mirror_disk
mkboot /dev/rdsk/mirror_disk
mkboot -a "hpux -lq" /dev/rdsk/mirror_disk
mkboot -a "hpux -lq" /dev/rdsk/primary_disk
for all lvols
lvextend -m 1 /dev/vg00/lvol1
...
lvextend -m 1 /dev/vg00/lvol9
lvlnboot -b /dev/vg00/lvol1
lvlnboot -v -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 08:17 PM
10-18-2004 08:17 PM
Re: Disk Mirror
YOu will need to have mirror/UX product installed in order for you to mirror the volumes. Mirroring is not done at the disk level but at Logical volume level. TO verify if Mirror/UX is installed do
swlist -l product |grep -i mirror
There are few things you have to do before mirroring the boot disk. Search the forums with the string 'mirror boot disk' and you should be able to find many threads explaining the procedures.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 08:18 PM
10-18-2004 08:18 PM
Re: Disk Mirror
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 09:52 PM
10-18-2004 09:52 PM
Re: Disk Mirror
have I must purchase the HP Mirrordisk software in order to follow the steps for mirroring the disk ?????
Thanks in Advance.
Samir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:05 PM
10-18-2004 10:05 PM
Re: Disk Mirror
Yes, you must purchase MirrorDisk/UX:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B2491BA
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:07 PM
10-18-2004 10:07 PM
Re: Disk Mirror
"I have assigned points to 0 of 30 responses to my questions."
This is what i saw in your profile. It is good to ssign points to whoever helps you in this forum. It has no. of advantages and no disadvantages at all.
See the link below on info regarding assigning points:
http://forums1.itrc.hp.com/service/forums/helptips.do?admit=716493758+1085211538437+28353475#33
Enjoy Forumming.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:19 PM
10-19-2004 06:19 PM
Re: Disk Mirror
Have fun!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 12:45 AM
10-20-2004 12:45 AM
Re: Disk Mirror
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 10:29 AM
10-24-2004 10:29 AM
Re: Disk Mirror
Thanks Alot for you All.
It has been Done.
Samir.