<?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: ignite restore - mirrored volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468448#M16191</link>
    <description>You have to mirror your disks first and then make an Ignite UX recovery tape. This ensures that whenever your recover your server, your mirrored disk will still be intact. I guess you must have made the recovery tape before activating the mirror disk utility</description>
    <pubDate>Wed, 29 Nov 2000 15:43:26 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-11-29T15:43:26Z</dc:date>
    <item>
      <title>ignite restore - mirrored volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468445#M16188</link>
      <description>Just completed a total restore via ignite to our development server which had mirrored volume groups and logical volumes.  The ignite restore didn't put the groups and volumes back together.  Is there a way to do so, other than executing the respective vg &amp;amp; lv commands upon system recovery?&lt;BR /&gt;&lt;BR /&gt;..Joe</description>
      <pubDate>Wed, 29 Nov 2000 14:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468445#M16188</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2000-11-29T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ignite restore - mirrored volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468446#M16189</link>
      <description>Ignite does not treat any mirroring.&lt;BR /&gt;You have to set up mirrors manually after restoring.</description>
      <pubDate>Wed, 29 Nov 2000 14:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468446#M16189</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-11-29T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: ignite restore - mirrored volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468447#M16190</link>
      <description>Ignite doesn't restore the mirror automaticly.&lt;BR /&gt;You can test it with the post_config_cmd, in the&lt;BR /&gt;/var/opt/ignite/recovery/config.recover&lt;BR /&gt;&lt;BR /&gt;I've the following on one of my systems below:&lt;BR /&gt;&lt;BR /&gt;post_config_cmd="&lt;BR /&gt;        /usr/sbin/vgimport -v -m /etc/lvmconf/vg01.mapfile         /dev/vg01          /dev/dsk/c0t9d0         /dev/dsk/c0t10d0&lt;BR /&gt;        /usr/sbin/vgchange -a y /dev/vg01&lt;BR /&gt;        /usr/sbin/vgcfgbackup /dev/vg01&lt;BR /&gt;        /usr/sbin/vgcfgbackup /dev/vg00&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In your case it would look like, to restore a mirror:&lt;BR /&gt;post_config_cmd="&lt;BR /&gt;     vgreduce /dev/vg00 /dev/dsk/c1t6d0&lt;BR /&gt;     pvcreate -f -B /dev/rdsk/c1t6d0&lt;BR /&gt;     vgextend /dev/vg00 /dev/dsk/c1t6d0&lt;BR /&gt;     mkboot /dev/rdsk/c1t6d0&lt;BR /&gt;     mkboot -a \"hpux -lq\" /dev/rdsk/c1t6d0&lt;BR /&gt;     mkboot -a \"hpux -lq\" /dev/rdsk/c0t6d0&lt;BR /&gt;    &lt;BR /&gt;    &lt;BR /&gt;     lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0&lt;BR /&gt;     lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0&lt;BR /&gt;     ...etc&lt;BR /&gt;     lvlvnboot -R&lt;BR /&gt;"&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 15:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468447#M16190</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-11-29T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: ignite restore - mirrored volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468448#M16191</link>
      <description>You have to mirror your disks first and then make an Ignite UX recovery tape. This ensures that whenever your recover your server, your mirrored disk will still be intact. I guess you must have made the recovery tape before activating the mirror disk utility</description>
      <pubDate>Wed, 29 Nov 2000 15:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468448#M16191</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-29T15:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: ignite restore - mirrored volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468449#M16192</link>
      <description>As Rainer and Darrel said, Ignite does NOT do anything with mirroring by default.  &lt;BR /&gt;&lt;BR /&gt;I actually prefer it this way.  If something happens where I have to restore the system from the tape, I want the system back up as soon as possible.  I don't want to wait on it to remirror and of the disks.  I can always do that on the fly after the system is back up.&lt;BR /&gt;&lt;BR /&gt;Another reason I don't want Ignite remirroring automatically is that if I use the Ignite tape to upgrade my OS drives to larger drives (I have recently gone from 8 2GB drives to 2 18GB drives).  In this case the post_recovery script will not do you any good unless you tailor it for the new drives before you start.&lt;BR /&gt;&lt;BR /&gt;Just my 2 cents.</description>
      <pubDate>Wed, 29 Nov 2000 17:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468449#M16192</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-11-29T17:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: ignite restore - mirrored volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468450#M16193</link>
      <description>You should go and have a look at the following URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/docs.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/docs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It has a Whitepaper on [Ignite-UX and Mirrored Disks]. Or maybe it is still available under /opt/ignite/share/doc/diskmirror.pdf.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 29 Nov 2000 22:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-restore-mirrored-volumes/m-p/2468450#M16193</guid>
      <dc:creator>Frederic Soriano</dc:creator>
      <dc:date>2000-11-29T22:57:55Z</dc:date>
    </item>
  </channel>
</rss>

