- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mirrored LV's ???
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-06-2003 09:19 AM
01-06-2003 09:19 AM
mirrored LV's ???
Is there a way to make the c1t.d. path the primary path and the other the secondary ??
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:28 AM
01-06-2003 09:28 AM
Re: mirrored LV's ???
Sure. Just specify the disks you wish to be the primarys when creating the lvols. You can specify which disks you wish to have as the mirrors as well if not all 3 primary disks are being used yet. Take a look at Knowledge Base Document # ULVMKBRC00008267
How to mirror logical volumes to specific disks
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:30 AM
01-06-2003 09:30 AM
Re: mirrored LV's ???
If you have a failure, the other disk in the mirror will be used until the bad disk is replaced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:31 AM
01-06-2003 09:31 AM
Re: mirrored LV's ???
pvchange -s
But this is only temporary.
If you want this permanent, you had to reduce and then extend the volumegroup.
lvreduce
-> the alternate path is now your primary
lvextend
-> the extendet disk is now the alternate
Best regards ..
Claus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:32 AM
01-06-2003 09:32 AM
Re: mirrored LV's ???
You can change the primary path to a device but upon reboot, it will revert to the lower controller first.
In actuality, if your description is correct, you really only have three disks in your VG with two paths to those disks, as opposed to having "6" disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:34 AM
01-06-2003 09:34 AM
Re: mirrored LV's ???
In this case it is an inharited system and the LV's are already defined and in production. Does the lvdisplay show them in primary/secondary order ??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:38 AM
01-06-2003 09:38 AM
Re: mirrored LV's ???
This explains alot for me, thanks for your quick responces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 09:46 AM
01-06-2003 09:46 AM
Re: mirrored LV's ???
If you run an lvdisplay -v on your lvol, you'll see towards the bottom that the primary extent locations are listed on the left side while the corresponding mirrored extents are on the right. Sorry, I didn't realize that the lvol's had been created already.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 06:52 AM
01-07-2003 06:52 AM
Re: mirrored LV's ???
He's asking about mirroring, not alternate links. There is a primary and a secondary.
Could you explain a little more? I've never seen the behavior you talk about. Reverting to the lowest numbered controller on a reboot. I've had systems with a primary and up to 3 alternate paths and have never had the order change on me unless I reduced and extended them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 08:22 AM
01-07-2003 08:22 AM
Re: mirrored LV's ???
In fact it's quite simple : you really have a primary and a secondary, but the order of the disk at lvol creation doesn't really matter. It's only used until you deactivate the vg (don't even need a reboot to loose it). When you reactivate the vg, the first disk found in lvmtab will be used as primary, the second as secondary. The same rule applies also for alternate links. Only the order of the disk in /etc/lvmtab is important.
Regards.