- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirror/UX: Does the order in which the pv are ...
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-2005 06:24 PM
10-18-2005 06:24 PM
I'm running a vg that uses Mirror/UX.
The mirrored LE are on a remote site.
Local LUNs are c29tYdZ and remote LUNs are c21tYdZ.
At lvdisplay, I see that the first PV of a given LE is the "remote" one, and the second PV of this LE is the "local":
miller4 >lvdisplay -v /dev/n4r5vg01/lvol4 |more
--- Logical volumes ---
LV Name /dev/n4r5vg01/lvol4
VG Name /dev/n4r5vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 200
Current LE 25
Allocated PE 50
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c29t7d0 25 25
/dev/dsk/c21t1d0 25 25
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c21t1d0 00033 current /dev/dsk/c29t7d0 00058 current
00001 /dev/dsk/c21t1d0 00034 current /dev/dsk/c29t7d0 00059 current
00002 /dev/dsk/c21t1d0 00035 current /dev/dsk/c29t7d0 00060 current
Is there a performance issue there?
I.e does the order in which the PVs are specified matter in the performance of Mirror/UX.
Indeed here, I was wandering if it was not silly to write the "primary" I/O remotely, then to carry the mirroring on the local PV.
If Mirror UX is fully synchronous, then my remark might not apply...
Thanks for any advice/comment in the matter.
Regards.
Romaric.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 06:40 PM
10-18-2005 06:40 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:02 PM
10-18-2005 07:02 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
your above output seems no error
If u r setisfied then give points & close the issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:05 PM
10-18-2005 07:05 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:36 PM
10-18-2005 07:36 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
Are you sure that c29tYdZ and c21tYdZ are remote to each other?
If so there is definitely going to be performance problem.
Normally mirrors are done on local sites.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:56 PM
10-18-2005 07:56 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
That's why c21 is remote.
Got it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:36 PM
10-18-2005 08:36 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:58 PM
10-18-2005 08:58 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
Now what RAC says make sense.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:42 PM
10-19-2005 06:42 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 09:12 PM
10-19-2005 09:12 PM
Re: Mirror/UX: Does the order in which the pv are specified matter?
I did guess there were no notion of first/second pv in such a config.
Rgds,