<?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: Root disk mirroring question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911161#M284573</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;for 11.11&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;Its very simlar for 11.23 most of this will work there as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 11 Dec 2006 16:27:50 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-12-11T16:27:50Z</dc:date>
    <item>
      <title>Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911160#M284572</link>
      <description>&lt;!--!*#--&gt;Hello everyone,&lt;BR /&gt;I have a system that I'm attempting to add a secondary off line mirror for the root disk.&lt;BR /&gt;My goal is to have a mirror that is brought into sync every month but not constantly updated like the primary mirror.&lt;BR /&gt;&lt;BR /&gt;The reasoning is that we could restore from a data loss faster if we could copy the data from the secondary mirror then restore the rest from Netbackup.&lt;BR /&gt;&lt;BR /&gt;Without saying too much (that could be read) I'm not saying that I think this is the best way to handle the situation but it's the mandate that has been handed down.&lt;BR /&gt;&lt;BR /&gt;My question is how would I go about setting up such a mirror? &lt;BR /&gt;Since this has very limited uses it's not something I've looked into much.&lt;BR /&gt;&lt;BR /&gt;Any direction would be most appreciated.</description>
      <pubDate>Mon, 11 Dec 2006 16:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911160#M284572</guid>
      <dc:creator>Travis Harp_1</dc:creator>
      <dc:date>2006-12-11T16:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911161#M284573</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;for 11.11&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;Its very simlar for 11.23 most of this will work there as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Dec 2006 16:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911161#M284573</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-12-11T16:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911162#M284574</link>
      <description>You can do a copy via dd.  Have a look at Clay Stephenson's response in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1060083" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1060083&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2006 16:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911162#M284574</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-12-11T16:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911163#M284575</link>
      <description>&lt;!--!*#--&gt;Thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;It looks to me like the first option is a standard mirror which would be modified as soon as a change is made to the primary.&lt;BR /&gt;&lt;BR /&gt;What we are looking for is something like a third mirror that you would take off-line for a data backup and then re-sync after the backup.&lt;BR /&gt;The difference is that we want to sync it up every month then stop synching until the next month..&lt;BR /&gt;&lt;BR /&gt;The dd option is something I've thought about but if memory serves dd doesn't check for bad blocks so it might introduce corruption.&lt;BR /&gt;&lt;BR /&gt;Is there a way to set an interval for synching the mirror?</description>
      <pubDate>Mon, 11 Dec 2006 16:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911163#M284575</guid>
      <dc:creator>Travis Harp_1</dc:creator>
      <dc:date>2006-12-11T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911164#M284576</link>
      <description>No, there is not any way to a sync interval for a mirror.  Once it is mirrored it will stay in sync.&lt;BR /&gt;&lt;BR /&gt;Another option may be rsync, but that could be very slow, at least the first time.&lt;BR /&gt;&lt;BR /&gt;My preference would be dd.</description>
      <pubDate>Mon, 11 Dec 2006 17:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911164#M284576</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-12-11T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911165#M284577</link>
      <description>Sure - you can do a third mirror - then use lvsplit to take it out - wait a month - then lvmerge.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 11 Dec 2006 18:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911165#M284577</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-12-11T18:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911166#M284578</link>
      <description>set up a root cron runs once a month. Set up a 3rd disk as boot disk and 2nd mirror copy. lvsplit /dev/vg00/lvol9...do for each LVs, do lvol3 last, a month late do lvmerger /dev/vg00/lvol9b /dev/vg00/lvol9, do for each LVs, then lvsplit right after it. make sure do vgsync before each lvsplit...&lt;BR /&gt;You better off make a ignite tape once a week....hard to convenice up manager...&lt;BR /&gt;&lt;BR /&gt;Cheer</description>
      <pubDate>Wed, 13 Dec 2006 12:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911166#M284578</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2006-12-13T12:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Root disk mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911167#M284579</link>
      <description>I would certainly do just the 1 mirror + the dd'ed lifeboat -- and you are better protected than with a 3rd mirror. If you are truly concerned about dirty blocks (although I have never had a lifeboat fail to boot after the automatic fsck's are performed) then there is a fix for that as well. Temporarily vgimport as (/dev/vg31 for example) the lifeboat disk and then activate the VG. You probably have to override quorum and then do an fsck on each of the filesystem. You have that data in your current vg00 and then deactivate the VG. You now have a completely fsck'ed and marked clean boot lifeboat. The real key to making lifeboats is to choose a time when the system is relatively quiescent.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-mirroring-question/m-p/3911167#M284579</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-12-13T12:14:50Z</dc:date>
    </item>
  </channel>
</rss>

