- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- best performance files alignment between two nodes
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
09-06-2002 05:00 AM
09-06-2002 05:00 AM
best performance files alignment between two nodes
I work in the high availability systems area.
We want to design an active-standby mechanism where the standby node is periodically updated with the relevant data files stored in the active node.
Taking into account that only the changed files should be copied, and some files can be slightly changed even if its size is very big, can you suggest to me a tool or a mechanism to realize a low cost - high performances data alignment?
Thank you in advance
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:03 AM
09-06-2002 05:03 AM
Re: best performance files alignment between two nodes
Problem with doing mirror on remote mounts via scripts is that there may be corruption and a lot of syncing to be done on switch over..
I think you need to push for tru64's clustered filesystem to be integrated.. I believe it's due some time next year..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:07 AM
09-06-2002 05:07 AM
Re: best performance files alignment between two nodes
Anyway thanks Bill!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 06:39 AM
09-06-2002 06:39 AM
Re: best performance files alignment between two nodes
The only other scheme that I can suggest is that you compute a checksum for every block of a file and store those block number, cksum tuples in some sort of database (which might simply be a file). You then have a daemon which reads the data files and computes new checksums. If those checksums differ from the original values or if new blocks have been added to the data then those blocks are sent and the checksum database is updated with the new values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 07:21 AM
09-06-2002 07:21 AM
Re: best performance files alignment between two nodes
what type of data? The reason I ask is that Oracle has a replication facility.
tx,
c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 07:29 AM
09-06-2002 07:29 AM
Re: best performance files alignment between two nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 04:52 AM
09-08-2002 04:52 AM
Re: best performance files alignment between two nodes
http://forums.itrc.hp.com/cm/TopSolutions/1,,BR62571!1!questions,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 11:28 PM
09-08-2002 11:28 PM
Re: best performance files alignment between two nodes
sorry but I couldn't understand the meaning of your reply: what have I to do in your mind?
regards
Enrico