<?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 data copy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994944#M913482</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to copy a large volume (140 GB) nfs mounted on one hp-ux server to the newly created volume on XP256 that will be mounted on a different hp-ux server. We can export nfs volume to the second machine and do cp. What else could be done? Looking for the best timing solution with the least impact on the environment.&lt;BR /&gt;Elena.</description>
    <pubDate>Wed, 11 Jun 2003 16:45:31 GMT</pubDate>
    <dc:creator>Elena Leontieva</dc:creator>
    <dc:date>2003-06-11T16:45:31Z</dc:date>
    <item>
      <title>data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994944#M913482</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to copy a large volume (140 GB) nfs mounted on one hp-ux server to the newly created volume on XP256 that will be mounted on a different hp-ux server. We can export nfs volume to the second machine and do cp. What else could be done? Looking for the best timing solution with the least impact on the environment.&lt;BR /&gt;Elena.</description>
      <pubDate>Wed, 11 Jun 2003 16:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994944#M913482</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-06-11T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994945#M913483</link>
      <description>Elena,&lt;BR /&gt;&lt;BR /&gt;I would lean toward restoring a tape backup onto the new system.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Jun 2003 16:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994945#M913483</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-11T16:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994946#M913484</link>
      <description>cd /oldvol&lt;BR /&gt;&lt;BR /&gt;find . ???print | cpio ???pcxvdmu /newvol&lt;BR /&gt;&lt;BR /&gt;is how I would do it.</description>
      <pubDate>Wed, 11 Jun 2003 17:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994946#M913484</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-06-11T17:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994947#M913485</link>
      <description>if you do this routinely, the fastest way to do it is to have the two machines each with a dedicated NIC, then wire them together "back to back".  Then you can NFS mount them across that connection rather than using the bandwidth of your regular LAN.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 11 Jun 2003 17:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994947#M913485</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-06-11T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994948#M913486</link>
      <description>Elena,&lt;BR /&gt;&lt;BR /&gt;If the two servers are network linked, you can use rcp to copy data remotely.  &lt;BR /&gt;Both rcp and nfs use remote procedure call (RPC) to transfer data.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Wed, 11 Jun 2003 17:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994948#M913486</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-06-11T17:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994949#M913487</link>
      <description>I would take NFS as the last chance during these type of file transfers. I would do any of the following in the order:&lt;BR /&gt;&lt;BR /&gt;1) ftp ( i think this the fastest one)&lt;BR /&gt;2) rcp&lt;BR /&gt;3) fbackup with remsh ( you can use compression if needed)&lt;BR /&gt;4) cpio with remsh&lt;BR /&gt;5) rdump or vxdump&lt;BR /&gt;6) tar backup with remsh&lt;BR /&gt;7) NFS</description>
      <pubDate>Wed, 11 Jun 2003 17:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994949#M913487</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-06-11T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994950#M913488</link>
      <description>r- commands are disabled in our environment.&lt;BR /&gt;&lt;BR /&gt;Elena.</description>
      <pubDate>Wed, 11 Jun 2003 17:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994950#M913488</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-06-11T17:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994951#M913489</link>
      <description>this would require .rhosts to be set up&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /oldvol&lt;BR /&gt;find . -print | cpio -ocxa | remsh &lt;SYSTEM name=""&gt; ???cd /newvol;cpio -icxvdmu???&lt;BR /&gt;&lt;/SYSTEM&gt;</description>
      <pubDate>Wed, 11 Jun 2003 17:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994951#M913489</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-06-11T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: data copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994952#M913490</link>
      <description>Hello Elena!&lt;BR /&gt;&lt;BR /&gt;Do you have SSH? Than you could you with &lt;BR /&gt;s-commands and not r-commands!&lt;BR /&gt;&lt;BR /&gt;The to of the fastest way to copy files&lt;BR /&gt;(a lot of files and a lot of space)&lt;BR /&gt;is to use the tar command with pipe to remote:&lt;BR /&gt;tar cf - &lt;SRC dir=""&gt; | ssh &lt;DIST host=""&gt; "(cd &lt;DIST dir=""&gt; ; tar xf -)"&lt;BR /&gt;&lt;BR /&gt;or with the dump/restore (but you maybe don't have this tools, need to install):&lt;BR /&gt;dump -0 -f - &lt;SRC dir=""&gt; | ssh &lt;DIST host=""&gt; "(cd &lt;DIST dir=""&gt; ; restore -f -)"&lt;BR /&gt;&lt;BR /&gt;If you don't have any remote copy tools&lt;BR /&gt;you will need to export the voliume and use&lt;BR /&gt;nfs to copy but it's not the best way,&lt;BR /&gt;nfs has his problems.&lt;BR /&gt;&lt;BR /&gt;If you have the SSH package installed&lt;BR /&gt;you can use the: &lt;BR /&gt;scp &lt;SRC&gt; &lt;DIST host=""&gt;:&lt;DIST dir=""&gt;&lt;BR /&gt;But the tar is the best for this actions,&lt;BR /&gt;a few months ago i made a check to find which&lt;BR /&gt;command is the fastest for copy files in the network and it's "tar".&lt;BR /&gt;&lt;BR /&gt;The only problem that you can have is that&lt;BR /&gt;if you will have any problem on the way of the&lt;BR /&gt;copy you will start it again from the beginning&lt;BR /&gt;or to check what's coppied to much balagan.&lt;BR /&gt;&lt;BR /&gt;But the first thing is that your network connection between them is fast and good!&lt;BR /&gt;That's will help you.&lt;BR /&gt;&lt;BR /&gt;(140GB with good speed it's not much!)&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Caesar&lt;/DIST&gt;&lt;/DIST&gt;&lt;/SRC&gt;&lt;/DIST&gt;&lt;/DIST&gt;&lt;/SRC&gt;&lt;/DIST&gt;&lt;/DIST&gt;&lt;/SRC&gt;</description>
      <pubDate>Wed, 11 Jun 2003 18:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-copy/m-p/2994952#M913490</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-11T18:12:43Z</dc:date>
    </item>
  </channel>
</rss>

