- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: reverse sync a BC for a specific lvol
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-15-2005 01:02 AM
06-15-2005 01:02 AM
reverse sync a BC for a specific lvol
specifying which lvol within a vg to be reversed synced? If so can someone please let me know what
needs to be changed (ie.horcm.conf) to do the above.
Your assistance in this regard is most appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:19 AM
06-15-2005 01:19 AM
Re: reverse sync a BC for a specific lvol
Please post your configuration.
Its probably possible to use mirror/ux to duplicate lvol data, split mirrors as part of some larger re-arrangement of the data.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:22 AM
06-15-2005 01:22 AM
Re: reverse sync a BC for a specific lvol
Raid Manager can resync or reverse resync two LUNs, not two lvols in VGs. If your lvols match entires LUNs, then Raid Manager will do.
If your lvols are spread into several LUNs, the reverse resync will concern every lvol in the LUN.
P.D: the right forum to post this issue is Storage/Disk Array.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:26 AM
06-15-2005 01:26 AM
Re: reverse sync a BC for a specific lvol
Again as far as I can remember, you do not need to change anything inside horcmX.conf file. You just need to change one of the command line switches to indicate you want a reverse sync, i.e., change the roles of source and target. But I can not remeber what the switch exactly was. And since you will be talking about massive data loss, I would not take any chances and talk to your SAN support person from HP. It is a very simple command to perform with potentially catastrophic consequences. Keep that in mind.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:26 AM
06-15-2005 01:26 AM
Re: reverse sync a BC for a specific lvol
So what you saying is that if a vg is setup as RAID 5 then one cant selectively pairresync -restore a specific lvol?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:28 AM
06-15-2005 01:28 AM
Re: reverse sync a BC for a specific lvol
business copy works with whole physical volumes, not logical volumes. in any volume group your logical volume is likely spread across multiple physical volumes.
also, you MUST NOT restore anything but a WHOLE volume group. Even if one of your logical volumes uses all of exactly one physical volume within the volume group - this will cause the volume group to be out of sync, and likely data loss.
if you have a business requirement to effectively roll-back individual logical volumes from time to time, then you must from that start have each volume (or groups of volumes) on its own volume group.
Only ever restore a volume group at a time, using ALL disks within that group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:39 AM
06-15-2005 01:39 AM
Re: reverse sync a BC for a specific lvol
You cannot restore selectively LVOLs, you should restore entire VGs because physical volumes (PVs) holds VG metadata into their header. This metadata resides into /etc/lvmtab of the system. If you resync or reverse resync JUST one PV, this metadata in headers won't match metadata in /etc/lvmtab ====> LVM conflict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:40 AM
06-15-2005 01:40 AM
Re: reverse sync a BC for a specific lvol
Rgds...Geoff