- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Online file system replication over WAN
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-28-2003 12:23 AM
тАО05-28-2003 12:23 AM
Online file system replication over WAN
Can any one suggest replication software which would replicate file system data to other system over wan?
Thanks in advance
Fenil/Paresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 12:31 AM
тАО05-28-2003 12:31 AM
Re: Online file system replication over WAN
have you had a look on rdist - remote file distribution program?
This is a small tool you allready have. It should help you to start with.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 12:33 AM
тАО05-28-2003 12:33 AM
Re: Online file system replication over WAN
http://www.veritas.com/products/category/ProductDetail.jhtml?productId=volumereplicator
If the file systems are relatively static and you just want to sync them up once a day/hour etc. you might want to look at rsync:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rsync-2.5.5/
There are plenty of hardware based replication solutions out there to...but they generally cost a lot more
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 02:39 AM
тАО05-28-2003 02:39 AM
Re: Online file system replication over WAN
There are numerous solutions,
You can check the following: 1. www.veritas.com site - few solutions.
2. www.xosoft.com - few solutions
3. HP has a solution call DRM - data replication manager, I'm not familiar with it - but it looks nice (using Nishan technology).
Lior./
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 04:18 AM
тАО05-28-2003 04:18 AM
Re: Online file system replication over WAN
You anyway need a fast link if you want to keep in sync always, with data inconsitencies.
If only syncing at specific intervals , rsync is brilliant. It syncs on block-level, so if you have large files , it will sync only the necessary changed blocks, not the whole file.
Rgds Jarl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 04:42 AM
тАО05-28-2003 04:42 AM
Re: Online file system replication over WAN
EMC using SRDF
These two are probably the best...and most expensive.
There is also the Veritas solution. Not my personal preference.
The next question might be are you looking to simply copy/mirror data....or be able to recover your systems. If you are leaning to systems recovery, then the first two are equally equal to that task.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2003 10:12 PM
тАО05-28-2003 10:12 PM
Re: Online file system replication over WAN
Using VVR is also not possible as we are using Logical Volume Manager and to Veritas Volume Replicator can work only on Veritas Volume Manager.
Are there any other solution?
Paresh/Fenil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2003 01:47 AM
тАО05-29-2003 01:47 AM
Re: Online file system replication over WAN
If your determined to stick with LVM you are limiting your options - here's the complete stack with all the options I can think of:
- Application Layer - what application are you running on these file systems? Does it offer replication capabilities itself - most modern databases offer replication technologies via log or block shipping.
- File system layer - as your on HPUX the only file systems are VxFS and HFS - neither have replication options that I am aware of.
- Volume Management layer - LVMs only data replication capabilities are using mirroring - now you *could* join your storage devices at both ends of your WAN using some type of storage router to carry Fibre channel over IP, but this just isn't going to perform over a wide area link for mirrordisk where every read request and write request are sent to both storage devices. Obviously with VxVM you can use VVR, but you have already discounted that.
- Storage interconnect layer (SAN) - there are various devices available which will allow you to do replication between disks arrays within the storage interconnect - these generally assume that your interconnect is in reality a fibre channel based SAN - there are are a selection of products available which provide this kind of functionality (as well as lots of other functions) - they can be broadly be split into 'in-band' (such as HP's CASA http://www.hp.com/products1/storage/products/virtualization_appliances/network/sv3000/index.html or or DataCore's SANSymphony http://www.datacore.com/products/prod_home.asp) and 'out-of-band' solutions (such as Store-Age SVM http://www.store-age.com/storeage_web/index.html). Some of the new generation of SAN FC switches will have this kind of capability soon(not yet though)
- Storage device - the options depend largely on what storage device you have - all the major disk arrays support synchronous and asynchronous data replication, and they all cost a lot! (not least beacuse you usually need a v. expensive disk array at both ends)
I still think your best option is to go with VxVM and VVR.
Hope this is usefull
Duncan
I am an HPE Employee
