<?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: Migrating Raw filesystem to another server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124232#M802805</link>
    <description>To backup the raw Dbspaces you need a backup software like omniback or netbackup with the database integration, or if you can attach both the drives to same system then mirror them, split them and move them to another system, buts thats a bit difficult&lt;BR /&gt;The other easy way would be to do a dd after you connect both the disks to same system and then move the backedup disk to another system.</description>
    <pubDate>Wed, 19 Nov 2003 22:53:02 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-11-19T22:53:02Z</dc:date>
    <item>
      <title>Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124230#M802803</link>
      <description>We are upgrading one of our customerâ  s servers that have a couple of RAW fileystems on it to a new server. I was wondering what would be the best way to migrate the RAW filesystems to the new server.  I was hoping for a command like &lt;BR /&gt; tar cvf - . |remsh server_a â  cd  &lt;DIR&gt;; tar xvf&lt;/DIR&gt;</description>
      <pubDate>Wed, 19 Nov 2003 22:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124230#M802803</guid>
      <dc:creator>Russell Campbell</dc:creator>
      <dc:date>2003-11-19T22:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124231#M802804</link>
      <description>We don't migrate the contents of raw filesystems.  fbackup can't back them up, so we use the database utility (rman for oracle adabck for adabas) to backup the files to a normal filesystem or tape.&lt;BR /&gt;&lt;BR /&gt;Then we create a new raw disk area on the target system and restore the data using the utilities.&lt;BR /&gt;&lt;BR /&gt;I have used Ignite to replicate raw disk areas, but the data wasn't usable.  They had to be initialized all over again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 19 Nov 2003 22:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124231#M802804</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-19T22:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124232#M802805</link>
      <description>To backup the raw Dbspaces you need a backup software like omniback or netbackup with the database integration, or if you can attach both the drives to same system then mirror them, split them and move them to another system, buts thats a bit difficult&lt;BR /&gt;The other easy way would be to do a dd after you connect both the disks to same system and then move the backedup disk to another system.</description>
      <pubDate>Wed, 19 Nov 2003 22:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124232#M802805</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-11-19T22:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124233#M802806</link>
      <description>Use the applications backup utility or 'dd'.  For example:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/vg##/rlvol# of=/dev/rmt/0m bs=2048&lt;BR /&gt;&lt;BR /&gt;The block size can be 512 or 4096, it depends.  Raw blocks are 512 mb but you can go much bigger as long as its octal.  20480?</description>
      <pubDate>Wed, 19 Nov 2003 23:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124233#M802806</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-11-19T23:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124234#M802807</link>
      <description>&lt;BR /&gt;I would use gzip -c &lt;BR /&gt;&lt;BR /&gt;Raw devices are not all that magically.&lt;BR /&gt;&lt;BR /&gt;dd is not the only thing that can address them.&lt;BR /&gt;&lt;BR /&gt;Depending on the platform you may want to feed gzip with data read by dd though.&lt;BR /&gt;&lt;BR /&gt;On other platforms still I found it recommended to use a private 'rawcopy' tool (attached) as that was slightly more efficient with fifo's than dd.&lt;BR /&gt;&lt;BR /&gt;Your milage will vary. Try first... if you can.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 00:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124234#M802807</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-11-20T00:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124235#M802808</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;To copy raw lvols from one host to another using the network that's what you can do :&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/vgXX/rlvolYY | gzip -c | remsh target-host "gunzip -c | dd of=/dev/vgXX/rlvolYY&lt;BR /&gt;&lt;BR /&gt;To copy raw lvols from one host to another using a tape, you can do (assuming that 0m is your tape device and that you have several rlvols to copy called rlvol1, rlvol2, etc...) :&lt;BR /&gt;&lt;BR /&gt;#mt -f /dev/rmt/0m rew&lt;BR /&gt;#dd if=/dev/vgXX/rlvol1 of=/dev/rmt/0mn bs=4096k&lt;BR /&gt;#dd if=/dev/vgXX/rlvol2 of=/dev/rmt/0mn bs=4096k&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;and on the destination host :&lt;BR /&gt;#mt -f /dev/rmt/0m rew&lt;BR /&gt;#dd if=/dev/rmt/0mn of=/dev/vgXX/rlvol1 bs=4096k&lt;BR /&gt;#dd if=/dev/rmt/0mn of=/dev/vgXX/rlvol2 of=/dev/rmt/0mn bs=4096k&lt;BR /&gt;etc..&lt;BR /&gt;&lt;BR /&gt;The usage of the '0mn' will allow each raw lvol to be sequentially written on the tape with no rewind.&lt;BR /&gt;&lt;BR /&gt;I would also strongly recommend you to issue cksum to check if everything was fine after.&lt;BR /&gt;&lt;BR /&gt;do this on both hosts and compare the results :&lt;BR /&gt;#cksum /dev/vgXX/rlvolYY&lt;BR /&gt;&lt;BR /&gt;Hope this helps,  Bye.&lt;BR /&gt;&lt;BR /&gt;Francis DERDEYN - HP-UX ASCE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 00:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124235#M802808</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-11-20T00:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124236#M802809</link>
      <description>Sorry for the typo.  I forgot the '"' at the end :&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/vgXX/rlvolYY | gzip -c | remsh target-host "gunzip -c | dd of=/dev/vgXX/rlvolYY"</description>
      <pubDate>Thu, 20 Nov 2003 00:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124236#M802809</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-11-20T00:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124237#M802810</link>
      <description>Thanks everyone for you replies. We do have netbackup and we where planning to use that to move the data to the new servers but I was just thinking there has to be another way.</description>
      <pubDate>Thu, 20 Nov 2003 09:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124237#M802810</guid>
      <dc:creator>Russell Campbell</dc:creator>
      <dc:date>2003-11-20T09:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Raw filesystem to another server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124238#M802811</link>
      <description>And the best way is to use dd and pipe it accross the LAN to your destination server and o its new raw device on that server.  And to optimize the transfer, use gzip or compress on the pipe as illustrated in the examples above.&lt;BR /&gt;&lt;BR /&gt;Or if your new server's disks could be hooked up to the existing server, do the dd's locally. Once done, move the disks back  to the new server and your golden.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 09:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrating-raw-filesystem-to-another-server/m-p/3124238#M802811</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-11-20T09:56:47Z</dc:date>
    </item>
  </channel>
</rss>

