<?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: rdist, rsync or something else? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166554#M457212</link>
    <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Would it have to be shutdown even if I run rsync as a daemon?&lt;BR /&gt;&lt;BR /&gt;br,&lt;BR /&gt;Kenneth</description>
    <pubDate>Fri, 27 Mar 2009 10:05:07 GMT</pubDate>
    <dc:creator>kgraff</dc:creator>
    <dc:date>2009-03-27T10:05:07Z</dc:date>
    <item>
      <title>rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166551#M457209</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I need to copy everything, about 250Gb, from one LV to another LV on the same host. Most of the files are Oracle dbfiles. &lt;BR /&gt;I could use tar in a nifty way, but that would require Oracle to be shutdown for quit a long time, and that's not very appealing.&lt;BR /&gt;From the manual I gather, using rdist would be pretty much the same. But what about rsync? Or is there another way I don't know of? Windows-guys have Robocopy, and that would have been nice, but there's no such for Unix, right?&lt;BR /&gt;&lt;BR /&gt;br&lt;BR /&gt;Kenneth</description>
      <pubDate>Fri, 27 Mar 2009 09:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166551#M457209</guid>
      <dc:creator>kgraff</dc:creator>
      <dc:date>2009-03-27T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166552#M457210</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Rsync is very good to synchronise directory, backuping them to another location etc.&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.5/&lt;/A&gt;</description>
      <pubDate>Fri, 27 Mar 2009 09:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166552#M457210</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-27T09:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166553#M457211</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Choices:&lt;BR /&gt;&lt;BR /&gt;dd if=/source of=/dest&lt;BR /&gt;&lt;BR /&gt;scp -rp source destination&lt;BR /&gt;&lt;BR /&gt;rsync can do it as well.&lt;BR /&gt;&lt;BR /&gt;The oracle databases must be shut down to get clean copies.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 27 Mar 2009 09:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166553#M457211</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-27T09:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166554#M457212</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Would it have to be shutdown even if I run rsync as a daemon?&lt;BR /&gt;&lt;BR /&gt;br,&lt;BR /&gt;Kenneth</description>
      <pubDate>Fri, 27 Mar 2009 10:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166554#M457212</guid>
      <dc:creator>kgraff</dc:creator>
      <dc:date>2009-03-27T10:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166555#M457213</link>
      <description>I allways recomend rsync, it's a great tool.&lt;BR /&gt;&lt;BR /&gt;you can download it from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have attached a file with a quick guide for several command tools for copying data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Mar 2009 10:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166555#M457213</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-03-27T10:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166556#M457214</link>
      <description>Hi,&lt;BR /&gt;Stop the database before doing rsync even in daemon mode.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Mar 2009 10:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166556#M457214</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-27T10:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166557#M457215</link>
      <description>Using the raw device always improves performance with copy.&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/vg00/rlvol11 of=/dev/vg00/rlvol13 bs=1024k&lt;BR /&gt;&lt;BR /&gt;Once copy is complete, use fsck before you mount the vol.</description>
      <pubDate>Fri, 27 Mar 2009 10:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166557#M457215</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-27T10:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166558#M457216</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I could use tar in a nifty way, but that&lt;BR /&gt;&amp;gt; would require Oracle to be shutdown for&lt;BR /&gt;&amp;gt; quit a long time, and that's not very&lt;BR /&gt;&amp;gt; appealing.&lt;BR /&gt;&lt;BR /&gt;Is copying your data base files while they're&lt;BR /&gt;open and changing _more_ appealing?&lt;BR /&gt;&lt;BR /&gt;cpio, "pax", rdist, rsync, "tar", whatever,&lt;BR /&gt;who cares?  I don't see how you can expect to&lt;BR /&gt;copy any files which are in use, and then&lt;BR /&gt;expect the results to have much value, no&lt;BR /&gt;matter how you do the copying.</description>
      <pubDate>Fri, 27 Mar 2009 11:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166558#M457216</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-27T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166559#M457217</link>
      <description>&amp;gt;cpio, "pax", rdist, rsync, "tar", whatever,&lt;BR /&gt;&amp;gt;who cares?  I don't see how you can expect to&lt;BR /&gt;&amp;gt;copy any files which are in use, and then&lt;BR /&gt;&amp;gt;expect the results to have much value, no&lt;BR /&gt;&amp;gt;matter how you do the copying.&lt;BR /&gt;&lt;BR /&gt;Well, my question really was if there are such a way, like Robocopy, not wether you care  which tool I use. But thank you very much for sharing your opinion.</description>
      <pubDate>Fri, 27 Mar 2009 12:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166559#M457217</guid>
      <dc:creator>kgraff</dc:creator>
      <dc:date>2009-03-27T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166560#M457218</link>
      <description>got enough answers</description>
      <pubDate>Fri, 27 Mar 2009 12:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166560#M457218</guid>
      <dc:creator>kgraff</dc:creator>
      <dc:date>2009-03-27T12:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: rdist, rsync or something else?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166561#M457219</link>
      <description>the problem is the "clean copy", not the tools.  with oracle up, the database, and hence the dbfiles would be changing while the copy is in process.  Leads to inconsistencies in the location you "copied to".&lt;BR /&gt;&lt;BR /&gt;on way, if the source location is mirrored is to:&lt;BR /&gt;&lt;BR /&gt;1) stop oracle, &lt;BR /&gt;2) do an lvsplit, &lt;BR /&gt;3) start oracle,&lt;BR /&gt;4) copy from the split and then &lt;BR /&gt;5)lvmerge. &lt;BR /&gt;&lt;BR /&gt;The issues here would be that:&lt;BR /&gt;* Without 2 mirrors inplace already, you're leaving your db unmirrored for the duration of the copy&lt;BR /&gt;&lt;BR /&gt;* Since you've split off the original db, and then brought it back up, the copy probably won't be identical to the original, as it won't reflect the changes made while the copy is being made.  You might be able to do something with logs/journals to "catch up"&lt;BR /&gt;&lt;BR /&gt;Even a windows-like robocopy would not address any of the above.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Mar 2009 13:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rdist-rsync-or-something-else/m-p/5166561#M457219</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-03-27T13:01:08Z</dc:date>
    </item>
  </channel>
</rss>

