<?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 Backup raw mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064704#M904285</link>
    <description>Please you help.&lt;BR /&gt;&lt;BR /&gt;I want to make a backup of my database and it is working in raw mode.&lt;BR /&gt;&lt;BR /&gt;Can you tell me which is the best way to do it with unix commands...i mean tar, cpio or dd,&lt;BR /&gt;thanks</description>
    <pubDate>Fri, 05 Sep 2003 15:49:19 GMT</pubDate>
    <dc:creator>Javier Ortiz Guajardo</dc:creator>
    <dc:date>2003-09-05T15:49:19Z</dc:date>
    <item>
      <title>Backup raw mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064704#M904285</link>
      <description>Please you help.&lt;BR /&gt;&lt;BR /&gt;I want to make a backup of my database and it is working in raw mode.&lt;BR /&gt;&lt;BR /&gt;Can you tell me which is the best way to do it with unix commands...i mean tar, cpio or dd,&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 05 Sep 2003 15:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064704#M904285</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-09-05T15:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Backup raw mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064705#M904286</link>
      <description>If your database is on faw disk you will need to use a database utility to create a backup.&lt;BR /&gt;&lt;BR /&gt;Using tar or cpio on a raw disk area won't get a good backup.&lt;BR /&gt;&lt;BR /&gt;For oracle the tool is rman.&lt;BR /&gt;For software ag the tool is adabck&lt;BR /&gt;&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 05 Sep 2003 15:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064705#M904286</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-05T15:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Backup raw mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064706#M904287</link>
      <description>If you are using raw devices then your only option is dd because the other commands must use a filesystem. Dd is not a very robust choice so you are far better off using the database backup tools (e.g. RMAN if Oracle).&lt;BR /&gt;&lt;BR /&gt;If only 1 server is accessing the data (e.g not an Oracle parallel server, for example) then you could use OnlineJFS with cooked files but with mincache=direct,convosync=direct to bypass the buffer cache and do exactly whar raw i/o does.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 15:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064706#M904287</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-09-05T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Backup raw mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064707#M904288</link>
      <description>could you tell me the sintax to backup 2 or more raw areas with dd command and the target is a tape?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 05 Sep 2003 16:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064707#M904288</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-09-05T16:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup raw mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064708#M904289</link>
      <description>Hi,&lt;BR /&gt;Example of a dd backup to tape, substitute the raw devicfine and the tape devicefile with the files actual in your case. Don't forget to shutdown the database before.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rlvol1 of=/dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;A better tool for rawdevice backup is OmniBack/DataProtector (do you have any backup application installed.&lt;BR /&gt;&lt;BR /&gt;And as mentioned by other, a such backup should only be used for special needs. There is better ways to backup an Oracle database.</description>
      <pubDate>Fri, 05 Sep 2003 16:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064708#M904289</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-09-05T16:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backup raw mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064709#M904290</link>
      <description>Dd will have to backup only 1 raw partition at a time and you must use the norewind devices. I also suggest that you use a fairly large blocking factor to speed output.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rlvol1 of=/dev/rmt/1mnb bs=256k&lt;BR /&gt;&lt;BR /&gt;followed by the next partition&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rlvol2 of=/dev/rmt/1mnb bs=256k&lt;BR /&gt;&lt;BR /&gt;The bad news is that you must make sure there is enough room on the tape because unlike cpio, dd will not prompt you for new media. You can make dd span tapes because you are able to specify starting offset in the input file.&lt;BR /&gt;&lt;BR /&gt;I can only reemphasize that dd is a very poor choice for a backup because you really have no integrity tests. Under HP-UX 11.x (and especially 11.11), I think you will be hard pressed to demonstrate any performance benefits from using raw devices in a database.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Sep 2003 16:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-raw-mode/m-p/3064709#M904290</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-09-05T16:52:13Z</dc:date>
    </item>
  </channel>
</rss>

