<?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: Third Mirror for Root VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531161#M648802</link>
    <description>If all you want to do is recover one or more system files&lt;BR /&gt;that may become corrupted, I would probably opt for&lt;BR /&gt;using fbackup, specifying only the system filesystems (/var, /opt, /usr, /var, etc)&lt;BR /&gt;&lt;BR /&gt;If you want to protect yourself from a catastrophic system&lt;BR /&gt;failure, I'd opt for using Ignite's make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;Both options are free and work great.  And, they are&lt;BR /&gt;easy to use.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;JLS</description>
    <pubDate>Tue, 22 May 2001 17:02:14 GMT</pubDate>
    <dc:creator>Joel Shank</dc:creator>
    <dc:date>2001-05-22T17:02:14Z</dc:date>
    <item>
      <title>Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531154#M648795</link>
      <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;I am using HP-UX 11.00 with Online JFS and Mirror Disk/UX. The root VG is mirrored and working fine.&lt;BR /&gt;&lt;BR /&gt;As we know the current mirroring does support if there is any harddisk/controller failure.. but does not come to any help if the data corruption/accidental deletion happens. TO overcome this situation I would like to build a third mirror for Root VG and use it as a safe copy. This copy will get synchronised Once a week and will be split. SO that any corruption/deletion happens on original root VG, this disk will not be effected and we can use this disk for restoring any configuration file changes and other stuff.&lt;BR /&gt;&lt;BR /&gt;I am wondering did any of you did this kind of thing OR do you suggest any thing better. If you have done some thing similar, will it be possible for you to supply the commands you have used and other steps which I should take care.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time&lt;BR /&gt;Cheers,&lt;BR /&gt;Manju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 06:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531154#M648795</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2001-05-22T06:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531155#M648796</link>
      <description>&lt;BR /&gt;Theres nothing wrong with using a 3rd mirror as an extra backup of VG00. Lots of people use it. However, it is no substitue for an offline safe backup. Even if you have your 3rd mirror online if you suffer a disaster, or say there is a bug in the mirroring software your 3rd mirror could be corrupted also or destroyed.&lt;BR /&gt;&lt;BR /&gt;We use make_recovery tape backups of VG00 instead. Much safer as they can be restored to a variety of systems and root disk sizes and can be stored offline in a safe or out of the building.&lt;BR /&gt;&lt;BR /&gt;It sounds like in your case you want some extra security so play safe and use ignite and store your tapes away in a safe place.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 06:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531155#M648796</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-05-22T06:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531156#M648797</link>
      <description>Hi&lt;BR /&gt;As Stefen says ignite is the option you require, it is free and available from here:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It installs without a reboot, I run it normally once a week and also if I have made system changes.&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn     &lt;BR /&gt;&lt;BR /&gt;Will cover your system VG -  See man make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula                                                                   &lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 06:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531156#M648797</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-05-22T06:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531157#M648798</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;I am already using the Ignite-UX to take the backup of ROOT VG. My worry was, if I have to restore it from the tape.. It will take 1-2 hours. where as If I have third mirror, I can just boot from this disk.&lt;BR /&gt;&lt;BR /&gt;This one I would like to implement this on production system to minimise any kind of outages possible. As you might see.. it is quite safe with way our setup is .. but require some outage on system if I have to restore from the TAPE.&lt;BR /&gt;&lt;BR /&gt;Any further suggestions are welcome.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Manju&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 06:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531157#M648798</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2001-05-22T06:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531158#M648799</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In my environment, I have a 3rd set of mirror for the root LVs. However, synchronization is performed on a number of conditions such as:&lt;BR /&gt;1) there are no PANIC messages in the last entries of last output.&lt;BR /&gt;2) the product definitions of the OS files are fine. I use pdfdiff and pdfck commands to detect changes in the checksums OS files.&lt;BR /&gt;&lt;BR /&gt;In this way, I make sure that synchronization of the mirrors only occurs when the server is in a healthy state.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 22 May 2001 09:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531158#M648799</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-05-22T09:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531159#M648800</link>
      <description>Hi&lt;BR /&gt;I've done something in my own environment (with my co-workers) that has worked very well and may be what you are looking for.  I have posted it several times, but instead of looking for it I'll post it again.  We mirrored vg00 (primary and 1 mirror).  Then we used another disk for a backup copy of root which we copied weekly.   Once set up properly you can boot from it anytime - recoveries are then the time it take to boot from the disk.&lt;BR /&gt;&lt;BR /&gt;Here are the Long Instructions to create a "vgbroot"&lt;BR /&gt;&lt;BR /&gt;"Copy of POST"&lt;BR /&gt;I've made a backup root device hundreds of times. &lt;BR /&gt;&lt;BR /&gt;Here is the manual way to create a secondary bootable device as a copy of the primary root disk (not a mirror). &lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;primary disk= /dev/dsk/c0t6d0 &lt;BR /&gt;seconday disk= /dev/dsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgbroot &lt;BR /&gt;mknod /dev/vgbroot group c 64 0x020000 &lt;BR /&gt;Note: make sure minor node is unique - your choice. &lt;BR /&gt;&lt;BR /&gt;pvcreate -fB /dev/rdsk/c4t6d0 &lt;BR /&gt;mkboot /dev/rdsk/c4t6d0 &lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c4t6d0 &lt;BR /&gt;lifcp /dev/rdsk/c4t6d0:AUTO - &lt;BR /&gt;Note: this is to confirm your AUTO file is ok. &lt;BR /&gt;&lt;BR /&gt;vgcreate /dev/vgbroot /dev/dsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofstand} -s y -C y -r n -n bstand /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofswap} -s y -C y -c n -r n -M n -n bswap /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofroot} -s y -C y -r n -n broot /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofusr} -s y -n busr  /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeoftmp} -s y -n btmp  /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;Continue in this manner for every lvol on your primary root disk matching the order on the disk, the size and using any naming convention you want (e.g. blvol1, blvol2, etc) I like broot, bswap, etc. Likewise the volume group can be any name (vgbroot, vg02, vgaltboot, etc) &lt;BR /&gt;&lt;BR /&gt;***Next steps are important or you won't boot from the new disk. &lt;BR /&gt;lvlnboot -b /dev/vgbroot/bstand &lt;BR /&gt;lvlnboot -r /dev/vgbroot/broot &lt;BR /&gt;lvlnboot -s /dev/vgbroot/bswap &lt;BR /&gt;lvlnboot -d /dev/vgbroot/bswap &lt;BR /&gt;&lt;BR /&gt;lvlnboot -v &lt;BR /&gt;check the output should have vg00 and vgbroot as bootable volume groups. &lt;BR /&gt;&lt;BR /&gt;dd all the lvols on the primary disk to the lvols on the second disk. You can also mount and use cpio if you wish. &lt;BR /&gt;Example: &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg00/rlvol1 of=/dev/vgbroot/rbstand bs=64k (or whatever bs you want to use) &lt;BR /&gt;&lt;BR /&gt;After your dd's or cpio's are complete, then fsck your filesystems. &lt;BR /&gt;&lt;BR /&gt;Need to edit the fstab on the 2d disk so that it will properly mount file systems. &lt;BR /&gt;&lt;BR /&gt;mkdir /mnt &lt;BR /&gt;mount /dev/vgbroot/broot /mnt &lt;BR /&gt;cd /mnt/etc &lt;BR /&gt;cp fstab fstab.vg00 &lt;BR /&gt;edit /mnt/etc/fstab &lt;BR /&gt;change the "vg00" to "vgbroot" for all the file systems you put on the second bootable device.&lt;BR /&gt;Save the file. Also copy the file to /mnt/etc/fstab.vgbroot&lt;BR /&gt;&lt;BR /&gt;umount /dev/vgbroot/broot &lt;BR /&gt;&lt;BR /&gt;You should now be able to boot to the second bootable device (either use setboot -p to change you boot path or interrupt the boot and select the second disk boot path). After that the system should come up and run and include all your other mount points, applications, etc. &lt;BR /&gt;&lt;BR /&gt;This process can be automated and changed, etc. &lt;BR /&gt;It has saved us many times and shortened what could have been major outages to a simple reboot. &lt;BR /&gt;Hope this helps. &lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 16:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531159#M648800</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-05-22T16:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531160#M648801</link>
      <description>Hi&lt;BR /&gt;I've done something in my own environment (with my co-workers) that has worked very well and may be what you are looking for.  I have posted it several times, but instead of looking for it I'll post it again.  We mirrored vg00 (primary and 1 mirror).  Then we used another disk for a backup copy of root which we copied weekly.   Once set up properly you can boot from it anytime - recoveries are then the time it take to boot from the disk.&lt;BR /&gt;&lt;BR /&gt;Here are the Long Instructions to create a "vgbroot"&lt;BR /&gt;&lt;BR /&gt;I've made a backup root device hundreds of times. &lt;BR /&gt;&lt;BR /&gt;Here is the manual way to create a secondary bootable device as a copy of the primary root disk (not a mirror). &lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;primary disk= /dev/dsk/c0t6d0 &lt;BR /&gt;seconday disk= /dev/dsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgbroot &lt;BR /&gt;mknod /dev/vgbroot group c 64 0x020000 &lt;BR /&gt;Note: make sure minor node is unique - your choice. &lt;BR /&gt;&lt;BR /&gt;pvcreate -fB /dev/rdsk/c4t6d0 &lt;BR /&gt;mkboot /dev/rdsk/c4t6d0 &lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c4t6d0 &lt;BR /&gt;lifcp /dev/rdsk/c4t6d0:AUTO - &lt;BR /&gt;Note: this is to confirm your AUTO file is ok. &lt;BR /&gt;&lt;BR /&gt;vgcreate /dev/vgbroot /dev/dsk/c4t6d0 &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofstand} -s y -C y -r n -n bstand /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofswap} -s y -C y -c n -r n -M n -n bswap /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofroot} -s y -C y -r n -n broot /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeofusr} -s y -n busr  /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;lvcreate -L {sizeoftmp} -s y -n btmp  /dev/vgbroot &lt;BR /&gt;&lt;BR /&gt;Continue in this manner for every lvol on your primary root disk matching the order on the disk, the size and using any naming convention you want (e.g. blvol1, blvol2, etc) I like broot, bswap, etc. Likewise the volume group can be any name (vgbroot, vg02, vgaltboot, etc) &lt;BR /&gt;&lt;BR /&gt;***Next steps are important or you won't boot from the new disk. &lt;BR /&gt;lvlnboot -b /dev/vgbroot/bstand &lt;BR /&gt;lvlnboot -r /dev/vgbroot/broot &lt;BR /&gt;lvlnboot -s /dev/vgbroot/bswap &lt;BR /&gt;lvlnboot -d /dev/vgbroot/bswap &lt;BR /&gt;&lt;BR /&gt;lvlnboot -v &lt;BR /&gt;check the output should have vg00 and vgbroot as bootable volume groups. &lt;BR /&gt;&lt;BR /&gt;dd all the lvols on the primary disk to the lvols on the second disk. You can also mount and use cpio if you wish. &lt;BR /&gt;Example: &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg00/rlvol1 of=/dev/vgbroot/rbstand bs=64k (or whatever bs you want to use) &lt;BR /&gt;&lt;BR /&gt;After your dd's or cpio's are complete, then fsck your filesystems. &lt;BR /&gt;&lt;BR /&gt;Need to edit the fstab on the 2d disk so that it will properly mount file systems. &lt;BR /&gt;&lt;BR /&gt;mkdir /mnt &lt;BR /&gt;mount /dev/vgbroot/broot /mnt &lt;BR /&gt;cd /mnt/etc &lt;BR /&gt;cp fstab fstab.vg00 &lt;BR /&gt;edit /mnt/etc/fstab &lt;BR /&gt;change the "vg00" to "vgbroot" for all the file systems you put on the second bootable device.&lt;BR /&gt;Save the file. Also copy the file to /mnt/etc/fstab.vgbroot&lt;BR /&gt;&lt;BR /&gt;umount /dev/vgbroot/broot &lt;BR /&gt;&lt;BR /&gt;You should now be able to boot to the second bootable device (either use setboot -p to change you boot path or interrupt the boot and select the second disk boot path). After that the system should come up and run and include all your other mount points, applications, etc. &lt;BR /&gt;&lt;BR /&gt;This process can be automated and changed, etc. &lt;BR /&gt;It has saved us many times and shortened what could have been major outages to a simple reboot. &lt;BR /&gt;Hope this helps. &lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 16:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531160#M648801</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-05-22T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531161#M648802</link>
      <description>If all you want to do is recover one or more system files&lt;BR /&gt;that may become corrupted, I would probably opt for&lt;BR /&gt;using fbackup, specifying only the system filesystems (/var, /opt, /usr, /var, etc)&lt;BR /&gt;&lt;BR /&gt;If you want to protect yourself from a catastrophic system&lt;BR /&gt;failure, I'd opt for using Ignite's make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;Both options are free and work great.  And, they are&lt;BR /&gt;easy to use.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;JLS</description>
      <pubDate>Tue, 22 May 2001 17:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531161#M648802</guid>
      <dc:creator>Joel Shank</dc:creator>
      <dc:date>2001-05-22T17:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Third Mirror for Root VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531162#M648803</link>
      <description />
      <pubDate>Tue, 22 May 2001 17:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/third-mirror-for-root-vg/m-p/2531162#M648803</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-22T17:38:12Z</dc:date>
    </item>
  </channel>
</rss>

