HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirror copy of Lun from one VA7400 to another
Operating System - HP-UX
1838163
Members
3259
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-19-2002 04:16 AM
11-19-2002 04:16 AM
Mirror copy of Lun from one VA7400 to another
Hello.
We have two-nodes ?????????????? under MC/ServiceGuard 11.12, two disk arrays va7400. One server is a database server, the second server is an application server. How can I make mirror copy of Lun from one va7400 to another through MirrorDisk/UX software.
Where can I find some info how to do it?
We have two-nodes ?????????????? under MC/ServiceGuard 11.12, two disk arrays va7400. One server is a database server, the second server is an application server. How can I make mirror copy of Lun from one va7400 to another through MirrorDisk/UX software.
Where can I find some info how to do it?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 04:53 AM
11-19-2002 04:53 AM
Re: Mirror copy of Lun from one VA7400 to another
You have two arrays. Insteand of doing mirror copies through MirrorDisk, you can set raid level 0+1 to have mirror copies. This way the slight overhead will be avoided had you used MirrorDisk.
If you have to prepare mirror copies then put the disks from both arrays(preferably of same size) in volume group and you can do mirroring.
While creating logical volume or with lvextend.
Say you have disks c1t2d0(from array 1) and c2t2d1 (from array 2)
then lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c2t2d1
will create the mirror of c1t2d0(lvol1) on disk c2t2d1.
If you have to prepare mirror copies then put the disks from both arrays(preferably of same size) in volume group and you can do mirroring.
While creating logical volume or with lvextend.
Say you have disks c1t2d0(from array 1) and c2t2d1 (from array 2)
then lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c2t2d1
will create the mirror of c1t2d0(lvol1) on disk c2t2d1.
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 09:52 PM
11-19-2002 09:52 PM
Re: Mirror copy of Lun from one VA7400 to another
Ok, I create Lun on the second va7400 the same size as in first va7400.
For example:
I have volume groupe vg31:
PV is /dev/dsk/c6t0d1 and /dev/dsk/c8t0d1 is alternate link.
I create Lun on the second va7400 and PV's are /dev/dsk/c6t2d2 and /dev/dsk/c8t2d2 is alternate link.
I do lvextend -m 1 /dev/vg31/lvol1 /dev/dsk/c6t2d2.
What happens with alternate link in description of vg31 in /etc/lvmtab?
Is this description will be lost or not?
For example:
I have volume groupe vg31:
PV is /dev/dsk/c6t0d1 and /dev/dsk/c8t0d1 is alternate link.
I create Lun on the second va7400 and PV's are /dev/dsk/c6t2d2 and /dev/dsk/c8t2d2 is alternate link.
I do lvextend -m 1 /dev/vg31/lvol1 /dev/dsk/c6t2d2.
What happens with alternate link in description of vg31 in /etc/lvmtab?
Is this description will be lost or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 01:23 AM
11-20-2002 01:23 AM
Re: Mirror copy of Lun from one VA7400 to another
Dmitry, simply inspect lvmtab by issuing
strings /etc/lvmtab
If you set alternate links up for physcal volumes when you did create/extend volume group then these links should be seen in lvmtab in the same order you wrote them in the command line. You may wish to inspect vgdisplay also
vgdisplay -v /dev/vg31
Eugeny
strings /etc/lvmtab
If you set alternate links up for physcal volumes when you did create/extend volume group then these links should be seen in lvmtab in the same order you wrote them in the command line. You may wish to inspect vgdisplay also
vgdisplay -v /dev/vg31
Eugeny
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP