<?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: Backing up a raw device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859052#M95628</link>
    <description>thanks guys,&lt;BR /&gt;&lt;BR /&gt;I was hoping for something more advanced than the dd option as I need to backup many raw devices, and be able to restore them individually and quickly. I know Veritas NetBackup can do raw-partitions, but I was hoping for a HP option.</description>
    <pubDate>Fri, 06 Dec 2002 10:48:43 GMT</pubDate>
    <dc:creator>Alan Casey</dc:creator>
    <dc:date>2002-12-06T10:48:43Z</dc:date>
    <item>
      <title>Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859048#M95624</link>
      <description>Hi,&lt;BR /&gt;Does anyone know any tools/software that can be used to backup a raw device to tape?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2002 10:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859048#M95624</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-12-06T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859049#M95625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the basic dd ...&lt;BR /&gt;&lt;BR /&gt;dd if=rawdevice of=tape bs=512k&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 06 Dec 2002 10:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859049#M95625</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-12-06T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859050#M95626</link>
      <description>&lt;BR /&gt;The only tool you should use to do this is dd. eg; dd if=/dev/vgxx/rlvolyy of=/dev/rmt/Xm bs=1024k&lt;BR /&gt;&lt;BR /&gt;You need a blocksize from 64-1024k for best performance.&lt;BR /&gt;&lt;BR /&gt;Be wary though, dd does no error checking and is not guaranteed to work. In my experience it works fine but you should take precautions like reading the tape back using dd to check its all redable, and do multiple backups to be safe!&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2002 10:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859050#M95626</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-06T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859051#M95627</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;dd is the tool, use a reasonably large blocksize and specify the character raw device file.&lt;BR /&gt;&lt;BR /&gt;To backup...&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg??/rlvol? of=/dev/rmt/0mn bs=64k&lt;BR /&gt;&lt;BR /&gt;and to restore...&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/tmt/0mn of=/dev/vg??/rlvol? bs=64k&lt;BR /&gt;&lt;BR /&gt;You might want to experiment with various block sizes and pick the one that runs the quickest.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 06 Dec 2002 10:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859051#M95627</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-12-06T10:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859052#M95628</link>
      <description>thanks guys,&lt;BR /&gt;&lt;BR /&gt;I was hoping for something more advanced than the dd option as I need to backup many raw devices, and be able to restore them individually and quickly. I know Veritas NetBackup can do raw-partitions, but I was hoping for a HP option.</description>
      <pubDate>Fri, 06 Dec 2002 10:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859052#M95628</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-12-06T10:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859053#M95629</link>
      <description>&lt;BR /&gt;All High level backup solutions can also backup raw partitions;&lt;BR /&gt;&lt;BR /&gt;Veritas Netbackup&lt;BR /&gt;Legato Networker&lt;BR /&gt;HP Omniback&lt;BR /&gt;&lt;BR /&gt;so HP's Omniback is the high level backup software from HP.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2002 10:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859053#M95629</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-06T10:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up a raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859054#M95630</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We use Legato-Networker.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;&lt;BR /&gt;ps. beleave veritas does have the option to use raw devices.</description>
      <pubDate>Fri, 06 Dec 2002 10:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backing-up-a-raw-device/m-p/2859054#M95630</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-06T10:54:20Z</dc:date>
    </item>
  </channel>
</rss>

