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-2002 05:16 AM
10-18-2002 05:16 AM
Ugh!
C0t15d0--------c4t15d0
c4t15d0--------c4t12d0
c4t12d0--------c0t12d0.
I want the primary on one controller & secondary on the other (obviously). Question is how do I do it?? I know you can specify which disk logical volumes can be removed from when reducing mirroring but, given that 2 of the disks are both primary & secondary, will LVM only remove secondary references or will it just remove references to that disk full stop.
Cheers.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 05:25 AM
10-18-2002 05:25 AM
Re: Ugh!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 05:30 AM
10-18-2002 05:30 AM
Re: Ugh!
lvextend -lxx /dev/vg00/lvol8 /dev/dsk/c0t5d0
lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c4t12d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 05:36 AM
10-18-2002 05:36 AM
Re: Ugh!
The order between primary and secondary is only defined by the disk order in /etc/lvmtab.
So you can modify the order using pvmove, lvreduce or lvextend, but once you've deactivated/reactivated the volume, it will go back to the original order.
So I think that you have to :
-remove everything from c4t12d0
-vgreduce vg00 c4t12d0
-vgextend vg00 c4t12d0
-mirror to c4t12d0
-remove everything from c4t15d0
-vgreduce vg00 c4t15d0
-vgextend vg00 c4t15d0
-mirror to c4t15d0
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:10 AM
10-18-2002 06:10 AM
Re: Ugh!
c0t15d0, c0t12d0 to be the primary
c4t12d0, c4t15d0 to be the secondary.
If ONLY lvol8 resides in these disks, you should be able to do this ..
1) Break the mirror, so you'll be left with extents sitting in c0t15d0, c4t15d0, c4t12d0.
Meaning you got one "unused" disk ie c0t12d0 to play with.
2) Extend the VG with c0t12d0, pvmove all the extents from c4t12d0 to c0t12d0. BTW are the disks all the same size ? It'll be tricky if they are not, for now I'm assuming they are. Now you got c4t12d0 free up. Vgreduce it.
3) Whats's left now are c0t15d0,c4t15d0,c0t12d0. Now the question is are they enough extents left in c0t12d0 so that extents residing in c4t15d0 can be pvmove as well. If you can free up c4t15d0, it can be added with c4t12d0 into the VG later to hold the mirrored set.
You'll have to provide more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:15 AM
10-18-2002 06:15 AM
Re: Ugh!
LE
0-187 c0t15d0------c4t15d0
188-212 c4t15d0------c4t12d0
213-374 c4t12d0------c0t12d0.
I'm just after confirmation that if I lvreduce & specify c4t15d0 & c4t12d0 it will either leave a copy or get rid of all reference to lvol8 for c4t15d0 etc thus rendering it useless. If that's the case then I'm looking at downtime to sort the mess out. I specified removing a logical volume from a disk before with no problem but never when the disk specified is both primary & secondary as far as this particular lv is concerned.
Cheers
Pete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:33 AM
10-18-2002 06:33 AM
Re: Ugh!
Cheers
Pete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 04:29 AM
10-21-2002 04:29 AM
Re: Ugh!
Cheers,
Pete.