- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MirrorDisk/UX and Alternate Links
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
01-25-2005 08:26 PM
01-25-2005 08:26 PM
MirrorDisk/UX and Alternate Links
Is host base mirroring using MirrorDisk/UX from an Alternate Links source to an Alternate Links destination volume supported on HPUX 11.11? I know its possible and as the HPUX server two HBAs are switch attached do not have to break the alternate link.
If MirrorDisk/UX is not installed can it be installed and then host base mirror existing Alternate Links LVs to new Alternate Links LVs?
Is it better to host base mirror between VGs or within a VG?
Is it better to file copy between VGs or within a VG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 11:02 PM
01-25-2005 11:02 PM
Re: MirrorDisk/UX and Alternate Links
I am not sure what your question is. MirrorDisk/UX provides software mirroring (RAID 1).
The alternate PV link is a LVM feature, wherein a LUN available to the host in 2 different paths can be added as primary link and alternate link. This will be in the same VG. This is independent of the MirrorDisk/UX.
Can you explain a bit more about your below questions?
---------------------------------------------
Is it better to host base mirror between VGs or within a VG?
Is it better to file copy between VGs or within a VG?
---------------------------------------------
I am sorry if I was not able to address any of your questions properly.
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 11:31 PM
01-25-2005 11:31 PM
Re: MirrorDisk/UX and Alternate Links
.
I could use MirrorDisk/UX to mirror the data from an LV which also uses alternate Links to another LV which also uses Alternate Links. Is this supported on HP UX 11.11?
If possible then:
Is it better for the source and destination LVs to be in separate VGs or not when using MirrorDisk/UX?
If MirrorDisk/UX is not installed can it be installed and then host base mirror the existing LV?
If I cannot use MirrorDisk/UX then I will have to do a file copy or pvmove of the data from an LV which uses alternate Links to another LV which also uses Alternate Links. etc..
Should these two separate LVs be in different VGs or within a VG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 11:44 PM
01-25-2005 11:44 PM
Re: MirrorDisk/UX and Alternate Links
Alternate links are for the PVs and not per LV. The Physical PV is only one but will be available to the host through 2 different paths. It is not 2 copies of your data, it is only 2 paths of the single copy of your data.
Mirroring is done at LV level and the mirroring is done within a volume group. It is not possible across the Volume groups.
By Migration, do you mean to move the data to another System? if so, you can just make this LUN available to the new server and do vgimport of the volume group and then you can use it without any hassles. If this is the case, let me know. I can give more steps on how to do it.
PVmove will move all the Extents from one disk to another, you cannot move a single LV from a PV.
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 01:12 AM
01-26-2005 01:12 AM
Re: MirrorDisk/UX and Alternate Links
It's not really alternate links - it's just setting up mirroring to those disks.
You add the disk as a mirror...
Example:
Say you want to copy the data in /dev/vg10/lvol1 from one disk array to another:
Currently, /dev/vg10/lvol1 is on /dev/dsk/c14/t6d0
lvextend -m 1 /dev/vg10/lvol1 /dev/dsk/c35t6d0
Once mirroring is done, remove the c14:
lvreduce -m 0 /dev/vg10/lvol1 /dev/dsk/c14t6d0
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 11:36 PM
02-01-2005 11:36 PM