<?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: Raw volume backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436481#M206677</link>
    <description>If You have an EMC in behind, use short-term used BCV's; if I guessed correctly and it's all database volumes You might be much better off saving from the DBMS itself especially if not every volume is 100% used.&lt;BR /&gt;&lt;BR /&gt;I think every enterprise backup solution should be able to do reasonably fast backups of the raw volume either.&lt;BR /&gt;&lt;BR /&gt;It now really depends on the hardware at hand and the backup window You have.&lt;BR /&gt;&lt;BR /&gt;Are we talking about a monthly disaster backup or a nightly? hourly?&lt;BR /&gt;&lt;BR /&gt;We don't use raw lv's, so I can only advise a bit - &lt;BR /&gt;&lt;BR /&gt;if there is no 'big' backup software but a big jukebox available, use bacula. best SAN-attach it, map it to the database server, do the backup, unmap it.&lt;BR /&gt;&lt;BR /&gt;even a script simply using dd,gzip and mt will do fine, maybe even better in that case.&lt;BR /&gt;&lt;BR /&gt;if Your backup device is too slow for this, either use separate low-cost diskarrays (e.g. multiple of those 3TB ide-fc, they come at ~$4000 each), this gains best througput for a low price, but You shouldn't trust these farther than You can throw them, so maybe mirror them in LVM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In general I'd strongly advise against backup up the raw lv's as You can't quickly recover that single lost table from them.&lt;BR /&gt;&lt;BR /&gt;Maybe give me and the others some numbers, I'm at work since 8am now and guessing makes the brain ake.&lt;BR /&gt;&lt;BR /&gt;How much data is there to backup (are we talking 136*2GB (buy a bunch of IDE drives *g*) or 136*100GB&lt;BR /&gt;How much capacity do the lv's add up to&lt;BR /&gt;What app wrote the data (maybe someone knows a trick)&lt;BR /&gt;Do You have something like tivoli,networker or openback or or ... at hand&lt;BR /&gt;Do You have at least 75% of the capacity available somewhere (i.e. huge fileserver idling during the time)&lt;BR /&gt;What tapes are You using?&lt;BR /&gt;How much time do You have for the backup&lt;BR /&gt;How much app downtime is allowed&lt;BR /&gt;Will You have to do it again &lt;BR /&gt;How often&lt;BR /&gt;&lt;BR /&gt;add ?'s at Your liking.&lt;BR /&gt;&lt;BR /&gt;Flo&lt;BR /&gt;</description>
    <pubDate>Sat, 04 Dec 2004 05:42:11 GMT</pubDate>
    <dc:creator>Florian Heigl (new acc)</dc:creator>
    <dc:date>2004-12-04T05:42:11Z</dc:date>
    <item>
      <title>Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436477#M206673</link>
      <description>Can anybody tell me how can i take raw volume backup.&lt;BR /&gt;OS HPUX 11.11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Dec 2004 04:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436477#M206673</guid>
      <dc:creator>RBI</dc:creator>
      <dc:date>2004-12-04T04:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436478#M206674</link>
      <description>Maybe give us some more info next time ;)&lt;BR /&gt;&lt;BR /&gt;1. get the volume devicefile, something like /dev/vg08/rlvol38 or /dev/rdsk/cxtydz for a volume out of LVM control.&lt;BR /&gt;2. get tape tape devicefile&lt;BR /&gt;ioscan -fnkCtape (one of those 'best' thinggies)&lt;BR /&gt;3. Assure it's consistent, i.e. put oracle to DBA mode&lt;BR /&gt;4. I'd go with &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg0n/rlvol0n bs=1024k | gzip  &amp;gt; /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;(unless Your tape device uses h/w compression.)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Dec 2004 04:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436478#M206674</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2004-12-04T04:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436479#M206675</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I don't know exactly what you mean by raw volume backup, but if this is for backuping entire disk block by block you can use "dd" :&lt;BR /&gt;i.e.&lt;BR /&gt;dd if=/dev/dsk/cXtYdZ of=/dev/rmt/Wm bs=1024&lt;BR /&gt;&lt;BR /&gt;where /dev/dsk/cXtYdZ is your source (disk)&lt;BR /&gt;where /dev/rmt/Wm is your destination (tape)&lt;BR /&gt;&amp;amp; where bs is the block size (default 512MB)&lt;BR /&gt;&lt;BR /&gt;PS:I heard that with OpenView you can make raw logical volume backup&lt;BR /&gt;&lt;BR /&gt;Stf ;-) &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Dec 2004 04:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436479#M206675</guid>
      <dc:creator>Stf</dc:creator>
      <dc:date>2004-12-04T04:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436480#M206676</link>
      <description>Hi Florian Heigl&lt;BR /&gt;&lt;BR /&gt;Thanks Great solution&lt;BR /&gt;&lt;BR /&gt;But we are having 136 raw logical volumes that we cannot backup like this can u give some other solution&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Dec 2004 05:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436480#M206676</guid>
      <dc:creator>RBI</dc:creator>
      <dc:date>2004-12-04T05:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436481#M206677</link>
      <description>If You have an EMC in behind, use short-term used BCV's; if I guessed correctly and it's all database volumes You might be much better off saving from the DBMS itself especially if not every volume is 100% used.&lt;BR /&gt;&lt;BR /&gt;I think every enterprise backup solution should be able to do reasonably fast backups of the raw volume either.&lt;BR /&gt;&lt;BR /&gt;It now really depends on the hardware at hand and the backup window You have.&lt;BR /&gt;&lt;BR /&gt;Are we talking about a monthly disaster backup or a nightly? hourly?&lt;BR /&gt;&lt;BR /&gt;We don't use raw lv's, so I can only advise a bit - &lt;BR /&gt;&lt;BR /&gt;if there is no 'big' backup software but a big jukebox available, use bacula. best SAN-attach it, map it to the database server, do the backup, unmap it.&lt;BR /&gt;&lt;BR /&gt;even a script simply using dd,gzip and mt will do fine, maybe even better in that case.&lt;BR /&gt;&lt;BR /&gt;if Your backup device is too slow for this, either use separate low-cost diskarrays (e.g. multiple of those 3TB ide-fc, they come at ~$4000 each), this gains best througput for a low price, but You shouldn't trust these farther than You can throw them, so maybe mirror them in LVM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In general I'd strongly advise against backup up the raw lv's as You can't quickly recover that single lost table from them.&lt;BR /&gt;&lt;BR /&gt;Maybe give me and the others some numbers, I'm at work since 8am now and guessing makes the brain ake.&lt;BR /&gt;&lt;BR /&gt;How much data is there to backup (are we talking 136*2GB (buy a bunch of IDE drives *g*) or 136*100GB&lt;BR /&gt;How much capacity do the lv's add up to&lt;BR /&gt;What app wrote the data (maybe someone knows a trick)&lt;BR /&gt;Do You have something like tivoli,networker or openback or or ... at hand&lt;BR /&gt;Do You have at least 75% of the capacity available somewhere (i.e. huge fileserver idling during the time)&lt;BR /&gt;What tapes are You using?&lt;BR /&gt;How much time do You have for the backup&lt;BR /&gt;How much app downtime is allowed&lt;BR /&gt;Will You have to do it again &lt;BR /&gt;How often&lt;BR /&gt;&lt;BR /&gt;add ?'s at Your liking.&lt;BR /&gt;&lt;BR /&gt;Flo&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Dec 2004 05:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436481#M206677</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2004-12-04T05:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436482#M206678</link>
      <description>With so much data and so many volumes, do not consider dd!!  There is nothing in the dd backup that will identify what you backed up or when it was backed up. Even worse, you may be tempted to put multiple backups on the same tape to save money. After a while, you'll probably have a mess on your hands and no way to sort out what you actually have on tape.&lt;BR /&gt; &lt;BR /&gt;But most important, dd is a store-and-pray method. That means that there is no method to verify that the backup was successful. The hardware checksums for the disk and tape are all you have, not enough for valuable data. And as mentioned, you must either shutdown thwe database for the entire duration of the backup (might be many hours), or at least put the database into backup mode.&lt;BR /&gt; &lt;BR /&gt;Using raw disk volumes for a database will more than triple your work as a system adminstrator when compared to filesystem backups. Do yourself (and your company) a big favor: purchase a commercial-grade backup software package such as HP's Data Protector. Most commercial backup tools can integrate raw volume backups into the database, and these programs will create complete backup records both on the tape as well as on a filesystem.</description>
      <pubDate>Sun, 05 Dec 2004 21:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436482#M206678</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-05T21:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436483#M206679</link>
      <description>If you have 136 raw logical volumes. You should give an eye on how to recover from  raw backup and reorganize(many logical volumes are difficult to manage)</description>
      <pubDate>Sun, 05 Dec 2004 21:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436483#M206679</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-05T21:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Raw volume backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436484#M206680</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for raw volume backup the best solution is hp dataprotector.you can have both filesystem and raw backup with this software.you can use full size of tape with this.ie. after backup of one day if space is available you can add second days backup also.this software provides protection of data and easy recovery ,etc.&lt;BR /&gt;this is a licenced software from hp.&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Dec 2004 22:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-volume-backup/m-p/3436484#M206680</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-12-05T22:07:36Z</dc:date>
    </item>
  </channel>
</rss>

