<?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 Re: fastest copy from one to another server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130323#M804516</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you would have to create a .rhosts file with access 600 on the remote host and add the local host and user, you want to allow access. Then use rcp -pr /src userremote@remote:/dst/&lt;BR /&gt;The userremote, in case the local and remote user are not the same.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Nov 2003 11:21:09 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2003-11-27T11:21:09Z</dc:date>
    <item>
      <title>fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130315#M804508</link>
      <description>I have a new rp 5420 with hpux 11 and i want to copy some directories with their subdir from one d280 with hpux 10.20. Ican,t do it with tapes because the d280 has a dlt, and the rp has an ultrium unit, so iÂ´m doing it with a client ftp in a pc, but it is too slow. Â¿what command can i use to copy directly from one server to the other? Both servers are in the same</description>
      <pubDate>Thu, 27 Nov 2003 09:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130315#M804508</guid>
      <dc:creator>Ignacio Rodríguez Arrós</dc:creator>
      <dc:date>2003-11-27T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130316#M804509</link>
      <description>Hi Ignacio,&lt;BR /&gt;&lt;BR /&gt;In the hpux 10.20 server, cd to the directory whose contents you wan to copy:&lt;BR /&gt;&lt;BR /&gt;#tar cvpf - . | remsh &amp;lt;11.0 IP address&amp;gt; -l root "cd &lt;DESTINATION dir=""&gt;;tar vxpf -"&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/DESTINATION&gt;</description>
      <pubDate>Thu, 27 Nov 2003 09:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130316#M804509</guid>
      <dc:creator>Mister_Z</dc:creator>
      <dc:date>2003-11-27T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130317#M804510</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# cd /source_dir&lt;BR /&gt;# find . | cpio -o | remsh server " cd /target_dir ; cpio -idum "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 09:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130317#M804510</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-27T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130318#M804511</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;one suggestion more:&lt;BR /&gt;&lt;BR /&gt;fbackup -i /src -f - | remsh remote -l root(cd /dst; frecover -Xrf -)&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 09:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130318#M804511</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-27T09:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130319#M804512</link>
      <description>Oops,&lt;BR /&gt;&lt;BR /&gt;something missing:&lt;BR /&gt;&lt;BR /&gt;fbackup -i /src -f - | remsh remote -l root "(cd /dst; frecover -Xrf -)"&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 09:38:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130319#M804512</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-27T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130320#M804513</link>
      <description>The fastest way I found was to tar/gzip them up, then rcp them to the new server.&lt;BR /&gt;&lt;BR /&gt;If on the same subnet, then mount the remote dir via NFS and use vxdump:&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /some/dir | (cd /mnt/some/dir/on/new/server ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 27 Nov 2003 09:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130320#M804513</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-27T09:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130321#M804514</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;an alternative would be:&lt;BR /&gt;&lt;BR /&gt;rcp -pr /src remote:/dst/&lt;BR /&gt;&lt;BR /&gt;thats also quite fast.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 09:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130321#M804514</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-27T09:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130322#M804515</link>
      <description>If i use rcp what may i do in the remoste host to permit to write in it from the local server (the remote server denied access from local if i donÂ´t log like a remote use</description>
      <pubDate>Thu, 27 Nov 2003 11:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130322#M804515</guid>
      <dc:creator>Ignacio Rodríguez Arrós</dc:creator>
      <dc:date>2003-11-27T11:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130323#M804516</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you would have to create a .rhosts file with access 600 on the remote host and add the local host and user, you want to allow access. Then use rcp -pr /src userremote@remote:/dst/&lt;BR /&gt;The userremote, in case the local and remote user are not the same.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 11:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130323#M804516</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-27T11:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130324#M804517</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I forgot to say, that .rhosts must be in the home directory of the remote host.&lt;BR /&gt;Example of a line in .rhosts:&lt;BR /&gt;d280-hostname user-on-d280&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 11:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130324#M804517</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-27T11:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: fastest copy from one to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130325#M804518</link>
      <description>Hi&lt;BR /&gt;Are you overwriting the destination directory with almost similiar data from the source? Check out Remote Sync for HP (rsync) &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rsync.samba.org" target="_blank"&gt;http://rsync.samba.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its the best for daily backup</description>
      <pubDate>Thu, 27 Nov 2003 21:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastest-copy-from-one-to-another-server/m-p/3130325#M804518</guid>
      <dc:creator>kenny chia</dc:creator>
      <dc:date>2003-11-27T21:08:47Z</dc:date>
    </item>
  </channel>
</rss>

