HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File replicator in HP-UX environment
Operating System - HP-UX
1825715
Members
3011
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-2001 05:12 AM
06-04-2001 05:12 AM
Hi all,
I need to build an efficient engine to replicate files fron an active host to a spare one.
So far, we used scripts based on "rcp" command.
Now we want to use a compiled application (written in C or C++), and we want to use HP-UX libraries in order to minimize the time required to replicate the files.
The simplest way is to execute a system("rcp file1 host2:/path/file1") command.
Is there any method more efficient?
I thank you in advance.
I need to build an efficient engine to replicate files fron an active host to a spare one.
So far, we used scripts based on "rcp" command.
Now we want to use a compiled application (written in C or C++), and we want to use HP-UX libraries in order to minimize the time required to replicate the files.
The simplest way is to execute a system("rcp file1 host2:/path/file1") command.
Is there any method more efficient?
I thank you in advance.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 05:34 AM
06-04-2001 05:34 AM
Re: File replicator in HP-UX environment
Ok, I'll takeinto account rdist, thanks!
Anyway,
do you think developping a client-server application can result in a faster transfer between the two hosts? In the ideal situation the transfer time cannot be less the transfer rate / file size, isn't it? I'd like to be as closer as possible to it.
Anyway,
do you think developping a client-server application can result in a faster transfer between the two hosts? In the ideal situation the transfer time cannot be less the transfer rate / file size, isn't it? I'd like to be as closer as possible to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 06:42 AM
06-04-2001 06:42 AM
Re: File replicator in HP-UX environment
For max control and efficiency, we developed a custom app (client, server) that performs file delivery - that's probably you're best bet. It's fairly trivial.
If you have control of the app that gen's the file in the first place, you can easily effect file delivery by adding some RPC hooks at the end of the delivery process.
Grow your own is fairly painless.
If you have control of the app that gen's the file in the first place, you can easily effect file delivery by adding some RPC hooks at the end of the delivery process.
Grow your own is fairly painless.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP