- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirroring a Volume Group with non-contigious e...
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
06-04-2002 02:19 AM
06-04-2002 02:19 AM
Mirroring a Volume Group with non-contigious extents
When at later stage I tried to mirror this volume group I got the mirrored extents in a contigious fashion. So they ended up all on one disc not scattered like the others.
Is there a way I can re-organize the orginal discs to be in a contigious fashion. Is there any disadvantge to be mirrored in this way ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:31 AM
06-04-2002 02:31 AM
Re: Mirroring a Volume Group with non-contigious extents
if these are data and not o/s you can backup the data to tape delete the files and then restore which will make the data contigous.
you could also split the mirror , delete the files and then remirror the disks and sync the files.
Cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:34 AM
06-04-2002 02:34 AM
Re: Mirroring a Volume Group with non-contigious extents
You can use 'pvmove' to move physical extents from one disk to another. This can be done by logical volume, too. Have a look at the man pages.
The only thing you want to avoid is to mirror a logical volume's extents on the same. That is, you do not want mirror copies to occupy the same physical volume as the primary copy. This is the contiguous allocation policy established by default at logical volume creation.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:41 AM
06-04-2002 02:41 AM
Re: Mirroring a Volume Group with non-contigious extents
Consider the followings.
The mirrored disks are in same or different controller?
If it different controllers then you may configure PVG strick instead PV strict, which will take care of disk or controller failures. If it is same contrller it is better to have PV strick volumes. Since the you have mirrored to the disks which are contigious, you can reduce the mirror from the original disks (i.e. lvreduce -m 0 /dev/vgxx/lvolx /dev/dsk/cxtxd0)
Then re-establish the mirror to the same disks which will contigues.(lvextend -m 1 ...)
You can also pvmove if you can manage to make enough rooms for PEs.
--TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:44 AM
06-04-2002 02:44 AM
Re: Mirroring a Volume Group with non-contigious extents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:55 AM
06-04-2002 02:55 AM
Re: Mirroring a Volume Group with non-contigious extents
The spanned volumes are not recoverable in case of any one disk failure. Though the portion is available on other disks, it is not possible to recover.
Since you have already established the mirror, failure point is taken care.
Just analyse and desire.
There is no other issue
(I feel)
--TT
Note: Make sure you don't keep mirrors copies of volumes to the same PVs. Its of no use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:35 AM
06-04-2002 03:35 AM
Re: Mirroring a Volume Group with non-contigious extents
What I'm afraid of is the fact the if one disk fails, what happens when I replace the disk and do a vgsync. Will it only sync those extents which happen to be on those disks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 04:11 AM
06-04-2002 04:11 AM
Re: Mirroring a Volume Group with non-contigious extents
Check this thread out on how to replace a disk:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x30e1f9beca68d511abcd0090277a778c,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 04:47 AM
06-04-2002 04:47 AM
Re: Mirroring a Volume Group with non-contigious extents
If the LV spanned and mirrored, In case of disk failure, You need to just replace the disk and pvcreate, vgcfgrestore and vgsync.
It works and I already experimented.
--TT