<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic File replicator in HP-UX environment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535979#M898981</link>
    <description>Hi all,&lt;BR /&gt;I need to build an efficient engine to replicate files fron an active host to a spare one.&lt;BR /&gt;So far, we used scripts based on "rcp" command.&lt;BR /&gt;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.&lt;BR /&gt;The simplest way is to execute a system("rcp file1 host2:/path/file1") command.&lt;BR /&gt;Is there any method more efficient?&lt;BR /&gt;I thank you in advance.</description>
    <pubDate>Mon, 04 Jun 2001 12:12:31 GMT</pubDate>
    <dc:creator>Enrico Venturi</dc:creator>
    <dc:date>2001-06-04T12:12:31Z</dc:date>
    <item>
      <title>File replicator in HP-UX environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535979#M898981</link>
      <description>Hi all,&lt;BR /&gt;I need to build an efficient engine to replicate files fron an active host to a spare one.&lt;BR /&gt;So far, we used scripts based on "rcp" command.&lt;BR /&gt;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.&lt;BR /&gt;The simplest way is to execute a system("rcp file1 host2:/path/file1") command.&lt;BR /&gt;Is there any method more efficient?&lt;BR /&gt;I thank you in advance.</description>
      <pubDate>Mon, 04 Jun 2001 12:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535979#M898981</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2001-06-04T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: File replicator in HP-UX environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535980#M898982</link>
      <description>rdist is more efficient because you lose some fork/exec/socket setup.  Plus, rdist was designed for file replication.  &lt;BR /&gt;&lt;BR /&gt;man rdist for details</description>
      <pubDate>Mon, 04 Jun 2001 12:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535980#M898982</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-06-04T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: File replicator in HP-UX environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535981#M898983</link>
      <description>Ok, I'll takeinto account rdist, thanks!&lt;BR /&gt;Anyway, &lt;BR /&gt;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.</description>
      <pubDate>Mon, 04 Jun 2001 12:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535981#M898983</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2001-06-04T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: File replicator in HP-UX environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535982#M898984</link>
      <description>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.  &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Grow your own is fairly painless.</description>
      <pubDate>Mon, 04 Jun 2001 13:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-replicator-in-hp-ux-environment/m-p/2535982#M898984</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-06-04T13:42:41Z</dc:date>
    </item>
  </channel>
</rss>

