<?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: Using BCVs with Linux for backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919904#M46010</link>
    <description>This is a very interesting problem.&lt;BR /&gt;&lt;BR /&gt;- Are you running RH or SuSE?&lt;BR /&gt;- Are you just using Linux filesystems (by that I mean ext3, reiserfs etc) or LVM?&lt;BR /&gt;&lt;BR /&gt;The things you need to consider:&lt;BR /&gt;&lt;BR /&gt;1) How many systems are being backed up on this node?&lt;BR /&gt;2) If you have more than one system being backed up, are the mount points different across the nodes?&lt;BR /&gt;&lt;BR /&gt;The other added pain is that if you do have more than 1 node being backed up, and you run more than one backup at a time, your drive assignments may change (unless you have implemented persistance on your FC controller) or....&lt;BR /&gt;&lt;BR /&gt;you can use labels to work out where to mount a filesystem (look at e2label) - so that takes care of mounting ext2/ext3 filesystems if you don't care about drive assignments.&lt;BR /&gt;&lt;BR /&gt;I just verified that this also works with reiserfs (I wasn't sure when I started writing this).....&lt;BR /&gt;&lt;BR /&gt;javelin:~ # umount /distribution&lt;BR /&gt;javelin:~ # reiserfstune /dev/hda13&lt;BR /&gt;reiserfstune: Journal device has not been specified. Assuming journal is on the main device (/dev/hda13).&lt;BR /&gt; &lt;BR /&gt;Current parameters:&lt;BR /&gt; &lt;BR /&gt;Filesystem state: consistent&lt;BR /&gt; &lt;BR /&gt;Reiserfs super block in block 16 on 0x30d of format 3.6 with standard journal&lt;BR /&gt;Count of blocks on the device: 5494222&lt;BR /&gt;Number of bitmaps: 168&lt;BR /&gt;Blocksize: 4096&lt;BR /&gt;Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks): 5443261&lt;BR /&gt;Root block: 64777&lt;BR /&gt;Filesystem is clean&lt;BR /&gt;Tree height: 3&lt;BR /&gt;Hash function used to sort names: "r5"&lt;BR /&gt;Objectid map size 962, max 972&lt;BR /&gt;Journal parameters:&lt;BR /&gt;        Device [0x0]&lt;BR /&gt;        Magic [0x31470a22]&lt;BR /&gt;        Size 8193 blocks (including 1 for journal header) (first block 18)&lt;BR /&gt;        Max transaction length 1024 blocks&lt;BR /&gt;        Max batch size 900 blocks&lt;BR /&gt;        Max commit age 30&lt;BR /&gt;Blocks reserved by journal: 0&lt;BR /&gt;Fs state field: 0x0:&lt;BR /&gt;sb_version: 2&lt;BR /&gt;inode generation number: 13033&lt;BR /&gt;UUID: 54939eea-0c71-477d-916f-a35a9a9ef329&lt;BR /&gt;LABEL:&lt;BR /&gt;Set flags in SB:&lt;BR /&gt;        ATTRIBUTES CLEAN&lt;BR /&gt;&lt;BR /&gt;No label - so lets define one.....&lt;BR /&gt;&lt;BR /&gt;javelin:~ # reiserfstune -l distro /dev/hda13&lt;BR /&gt;reiserfstune: Journal device has not been specified. Assuming journal is on the main device (/dev/hda13).&lt;BR /&gt; &lt;BR /&gt;Current parameters:&lt;BR /&gt; &lt;BR /&gt;Filesystem state: consistent&lt;BR /&gt; &lt;BR /&gt;Reiserfs super block in block 16 on 0x30d of format 3.6 with standard journal&lt;BR /&gt;Count of blocks on the device: 5494222&lt;BR /&gt;Number of bitmaps: 168&lt;BR /&gt;Blocksize: 4096&lt;BR /&gt;Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks): 5443261&lt;BR /&gt;Root block: 64777&lt;BR /&gt;Filesystem is clean&lt;BR /&gt;Tree height: 3&lt;BR /&gt;Hash function used to sort names: "r5"&lt;BR /&gt;Objectid map size 962, max 972&lt;BR /&gt;Journal parameters:&lt;BR /&gt;        Device [0x0]&lt;BR /&gt;        Magic [0x31470a22]&lt;BR /&gt;        Size 8193 blocks (including 1 for journal header) (first block 18)&lt;BR /&gt;        Max transaction length 1024 blocks&lt;BR /&gt;        Max batch size 900 blocks&lt;BR /&gt;        Max commit age 30&lt;BR /&gt;Blocks reserved by journal: 0&lt;BR /&gt;Fs state field: 0x0:&lt;BR /&gt;sb_version: 2&lt;BR /&gt;inode generation number: 13033&lt;BR /&gt;UUID: 54939eea-0c71-477d-916f-a35a9a9ef329&lt;BR /&gt;LABEL: distro&lt;BR /&gt;Set flags in SB:&lt;BR /&gt;        ATTRIBUTES CLEAN&lt;BR /&gt;&lt;BR /&gt;Your fstab entry will look like:&lt;BR /&gt;&lt;BR /&gt;LABEL=distro               /distribution        reiserfs   defaults              1 2&lt;BR /&gt;&lt;BR /&gt;or you can use:&lt;BR /&gt;mount -L distro /distribution&lt;BR /&gt;&lt;BR /&gt;So, as long as your labels are unique, you can take care or mounting your filesystems ready for a backup. You then don't really care *how* linux sees the disks!&lt;BR /&gt;&lt;BR /&gt;The only issue you're going to have is if you are trying to mount the BCV onto the same system you are trying to back up.&lt;BR /&gt;&lt;BR /&gt;Hope that points you in the right direction.&lt;BR /&gt;&lt;BR /&gt;Col</description>
    <pubDate>Fri, 02 Sep 2005 19:57:10 GMT</pubDate>
    <dc:creator>Colin Topliss</dc:creator>
    <dc:date>2005-09-02T19:57:10Z</dc:date>
    <item>
      <title>Using BCVs with Linux for backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919902#M46008</link>
      <description>&lt;BR /&gt;We are trying to use BCVs on an XP512 disk array to perform backups of our Oracle databases running on Linux.&lt;BR /&gt;&lt;BR /&gt;We want to use the same procedure that we currently use with our HP-UX systems which is:&lt;BR /&gt;&lt;BR /&gt;1. Put Database in backup mode&lt;BR /&gt;2. Split the BCVs&lt;BR /&gt;3. Re-mount the BCV on a new mount point.&lt;BR /&gt;4. Copy the archive logs to the BCV&lt;BR /&gt;5. Return the Database to normal mode&lt;BR /&gt;6. Take a tape backup of the BCV (using Data Protector)&lt;BR /&gt;7. After the backup completes unmount the BCV and resync.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The part where we can see possible problems is the remounting of the BCVs on new mount points.&lt;BR /&gt;&lt;BR /&gt;How would linux see these disks?&lt;BR /&gt;What about headers on the disks?&lt;BR /&gt;&lt;BR /&gt;Has anybody had any experience with this kind of setup?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 08:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919902#M46008</guid>
      <dc:creator>Mark Bly</dc:creator>
      <dc:date>2005-08-22T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using BCVs with Linux for backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919903#M46009</link>
      <description>I think the technical things are same with your HPUX system.You must export BCV mapfile and reimport them to another linux server that running backup job.</description>
      <pubDate>Tue, 23 Aug 2005 00:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919903#M46009</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-23T00:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using BCVs with Linux for backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919904#M46010</link>
      <description>This is a very interesting problem.&lt;BR /&gt;&lt;BR /&gt;- Are you running RH or SuSE?&lt;BR /&gt;- Are you just using Linux filesystems (by that I mean ext3, reiserfs etc) or LVM?&lt;BR /&gt;&lt;BR /&gt;The things you need to consider:&lt;BR /&gt;&lt;BR /&gt;1) How many systems are being backed up on this node?&lt;BR /&gt;2) If you have more than one system being backed up, are the mount points different across the nodes?&lt;BR /&gt;&lt;BR /&gt;The other added pain is that if you do have more than 1 node being backed up, and you run more than one backup at a time, your drive assignments may change (unless you have implemented persistance on your FC controller) or....&lt;BR /&gt;&lt;BR /&gt;you can use labels to work out where to mount a filesystem (look at e2label) - so that takes care of mounting ext2/ext3 filesystems if you don't care about drive assignments.&lt;BR /&gt;&lt;BR /&gt;I just verified that this also works with reiserfs (I wasn't sure when I started writing this).....&lt;BR /&gt;&lt;BR /&gt;javelin:~ # umount /distribution&lt;BR /&gt;javelin:~ # reiserfstune /dev/hda13&lt;BR /&gt;reiserfstune: Journal device has not been specified. Assuming journal is on the main device (/dev/hda13).&lt;BR /&gt; &lt;BR /&gt;Current parameters:&lt;BR /&gt; &lt;BR /&gt;Filesystem state: consistent&lt;BR /&gt; &lt;BR /&gt;Reiserfs super block in block 16 on 0x30d of format 3.6 with standard journal&lt;BR /&gt;Count of blocks on the device: 5494222&lt;BR /&gt;Number of bitmaps: 168&lt;BR /&gt;Blocksize: 4096&lt;BR /&gt;Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks): 5443261&lt;BR /&gt;Root block: 64777&lt;BR /&gt;Filesystem is clean&lt;BR /&gt;Tree height: 3&lt;BR /&gt;Hash function used to sort names: "r5"&lt;BR /&gt;Objectid map size 962, max 972&lt;BR /&gt;Journal parameters:&lt;BR /&gt;        Device [0x0]&lt;BR /&gt;        Magic [0x31470a22]&lt;BR /&gt;        Size 8193 blocks (including 1 for journal header) (first block 18)&lt;BR /&gt;        Max transaction length 1024 blocks&lt;BR /&gt;        Max batch size 900 blocks&lt;BR /&gt;        Max commit age 30&lt;BR /&gt;Blocks reserved by journal: 0&lt;BR /&gt;Fs state field: 0x0:&lt;BR /&gt;sb_version: 2&lt;BR /&gt;inode generation number: 13033&lt;BR /&gt;UUID: 54939eea-0c71-477d-916f-a35a9a9ef329&lt;BR /&gt;LABEL:&lt;BR /&gt;Set flags in SB:&lt;BR /&gt;        ATTRIBUTES CLEAN&lt;BR /&gt;&lt;BR /&gt;No label - so lets define one.....&lt;BR /&gt;&lt;BR /&gt;javelin:~ # reiserfstune -l distro /dev/hda13&lt;BR /&gt;reiserfstune: Journal device has not been specified. Assuming journal is on the main device (/dev/hda13).&lt;BR /&gt; &lt;BR /&gt;Current parameters:&lt;BR /&gt; &lt;BR /&gt;Filesystem state: consistent&lt;BR /&gt; &lt;BR /&gt;Reiserfs super block in block 16 on 0x30d of format 3.6 with standard journal&lt;BR /&gt;Count of blocks on the device: 5494222&lt;BR /&gt;Number of bitmaps: 168&lt;BR /&gt;Blocksize: 4096&lt;BR /&gt;Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks): 5443261&lt;BR /&gt;Root block: 64777&lt;BR /&gt;Filesystem is clean&lt;BR /&gt;Tree height: 3&lt;BR /&gt;Hash function used to sort names: "r5"&lt;BR /&gt;Objectid map size 962, max 972&lt;BR /&gt;Journal parameters:&lt;BR /&gt;        Device [0x0]&lt;BR /&gt;        Magic [0x31470a22]&lt;BR /&gt;        Size 8193 blocks (including 1 for journal header) (first block 18)&lt;BR /&gt;        Max transaction length 1024 blocks&lt;BR /&gt;        Max batch size 900 blocks&lt;BR /&gt;        Max commit age 30&lt;BR /&gt;Blocks reserved by journal: 0&lt;BR /&gt;Fs state field: 0x0:&lt;BR /&gt;sb_version: 2&lt;BR /&gt;inode generation number: 13033&lt;BR /&gt;UUID: 54939eea-0c71-477d-916f-a35a9a9ef329&lt;BR /&gt;LABEL: distro&lt;BR /&gt;Set flags in SB:&lt;BR /&gt;        ATTRIBUTES CLEAN&lt;BR /&gt;&lt;BR /&gt;Your fstab entry will look like:&lt;BR /&gt;&lt;BR /&gt;LABEL=distro               /distribution        reiserfs   defaults              1 2&lt;BR /&gt;&lt;BR /&gt;or you can use:&lt;BR /&gt;mount -L distro /distribution&lt;BR /&gt;&lt;BR /&gt;So, as long as your labels are unique, you can take care or mounting your filesystems ready for a backup. You then don't really care *how* linux sees the disks!&lt;BR /&gt;&lt;BR /&gt;The only issue you're going to have is if you are trying to mount the BCV onto the same system you are trying to back up.&lt;BR /&gt;&lt;BR /&gt;Hope that points you in the right direction.&lt;BR /&gt;&lt;BR /&gt;Col</description>
      <pubDate>Fri, 02 Sep 2005 19:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919904#M46010</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2005-09-02T19:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using BCVs with Linux for backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919905#M46011</link>
      <description>Closing old thread.</description>
      <pubDate>Wed, 12 May 2010 07:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-bcvs-with-linux-for-backup/m-p/4919905#M46011</guid>
      <dc:creator>Mark Bly</dc:creator>
      <dc:date>2010-05-12T07:23:16Z</dc:date>
    </item>
  </channel>
</rss>

