- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM mirroring across sites
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
02-25-2009 07:43 AM
02-25-2009 07:43 AM
Thanks,
Srini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 08:01 AM
02-25-2009 08:01 AM
Re: LVM mirroring across sites
Yes it is possible. As long as the remote luns are visible and accessible by the local host, you can mirror it.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 04:57 PM
02-25-2009 04:57 PM
Re: LVM mirroring across sites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 06:18 PM
02-25-2009 06:18 PM
Re: LVM mirroring across sites
With recent advances in Fibre Channel technologies, i.e., DWDM, the distances we are now talking about are up to 100Km
Also refer
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1315353
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 02:08 AM
02-26-2009 02:08 AM
Re: LVM mirroring across sites
If it is database then you may use some database replication techniques.
Regards
Sani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 02:15 AM
02-26-2009 02:15 AM
Re: LVM mirroring across sites
We do have only CA/XP licenses. I need to replicated the data from XP to EVA. So I am afraid that I can't use CA/XP technologies.
Sani,
This is for migrating Oracle data of around 30TB from production to performance environment. Since the database is huge I can't use oracle export/import and also dataguard because this is for initial db copy.
Do you have any other mechanism?
Regards,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 02:23 AM
02-26-2009 02:23 AM
Re: LVM mirroring across sites
For initial setup i think the best option is backup restore. Further you can use oracle data guard to replicate the database.
I dont think CA will work between eva/xp.As per my knowledge some thrid party software is available for data replication.
Regards
Sani.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 04:24 AM
02-26-2009 04:24 AM
SolutionHostbase Mirroring is possible as long as you can see the disks from both local and remote arrays. A couple of potential problems with that is,
1. Host base mirroring can impact the performance production, especially when the volume is 20 to 30 TB.
2. If your Volume Groups are created with a small number of MAx PV per VG, then you may not be able to double the amount of disk spac in Volume groups. This is a common problem.
The other options you have is, Backup and restore. You may already running backups every, you can take those to remote site and restore there, as it is for performance testing, I don't think you need to keep updating this.
if you already have a CA link between these two sites, then try to get the remote XP array visible to the remote host where EVA is present. Try host mirroring between remote XP and EVA, this will not impact production. But you may need to split CA link for sometime.
Regards
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 04:44 AM
02-26-2009 04:44 AM
Re: LVM mirroring across sites
There is another option which depends on the possiblities..
If you worry about performance over WAN, you can get the remote storage locally, create VG's on new storage and copy the data onto it. Once copied export the VG's. You can import the VG's on remote server then.
Again, it is a option only.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 04:49 AM
02-26-2009 04:49 AM
Re: LVM mirroring across sites
It is possible with the speed of that link.
If its full duplex, you can transfer the data in 10 or so hours, depending on the lag. Lag can be checked with ping time.
There will be a significant time hit as I/O occurs at both ends.
Any kind of line issues could disrupt the transfer.
It might be faster to shut down services, have file systems set up in both locations and do scp -rp site to site.
Transferring the data via tape backup, might be the most reliable way of doing it, even though it means driving the tapes 100 km.
I would leave several days for the transfer based on the difficulties of doing this with LVM
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
02-26-2009 06:09 AM
02-26-2009 06:09 AM
Re: LVM mirroring across sites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 09:32 AM
02-26-2009 09:32 AM
Re: LVM mirroring across sites
Thanks,
Srini