<?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: setup mirroring disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481670#M654616</link>
    <description>A good "cookbook" approach is found in the System Administrators Task Manual.&lt;BR /&gt;&lt;BR /&gt;Here is the link for the 10.20 version of the document.  Most of the information is applicable to version 11 as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt;</description>
    <pubDate>Thu, 11 Jan 2001 20:43:08 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2001-01-11T20:43:08Z</dc:date>
    <item>
      <title>setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481664#M654610</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone point out any procedure that I need to follow in order to setup mirroring.&lt;BR /&gt;&lt;BR /&gt;I have two disks available and I want to resinstall the HPUX11. All FS should be in the first disk and second disk is act as a mirror.&lt;BR /&gt;&lt;BR /&gt;please help</description>
      <pubDate>Thu, 11 Jan 2001 05:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481664#M654610</guid>
      <dc:creator>wanaka_1</dc:creator>
      <dc:date>2001-01-11T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481665#M654611</link>
      <description>Hi Wanaka,&lt;BR /&gt;&lt;BR /&gt;Setup of mirroring is an easy task (c?t?d0 is 2nd disk):&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -B /dev/rdsk/c?t?d0 &lt;BR /&gt;2. vgextend /dev/vg00 /dev/dsk/c?t?d0 &lt;BR /&gt;3. mkboot /dev/rdsk/c?t?d0 &lt;BR /&gt;4. mkboot -a "hpux -lq" /dev/rdsk/c?t,d0 &lt;BR /&gt;5. &lt;BR /&gt;6. For x in 1 2 3 4 5 6 7 8 9&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$x /dev/dsk/c?t?d0&lt;BR /&gt;done &lt;BR /&gt;7. lvlnboot -R &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 06:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481665#M654611</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-11T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481666#M654612</link>
      <description>Hi Wanaka,&lt;BR /&gt;&lt;BR /&gt;Just a few more features to add to Dan's procedure&lt;BR /&gt;&lt;BR /&gt;3.   I do like the -l option. I had some troubles on HPUX 9.X if not used. May be it's OK now, but i'm a bit supersticious ... ?&lt;BR /&gt;5.   mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p LABEL /dev/dsk/c?t?d0 &lt;BR /&gt;5.2  before point number 6, make sure that lvol1 is the boot volume, lvol2 the swap area and lvol3 the root volume.&lt;BR /&gt;     For example, use a pvdisplay -v /dev/dsk/&lt;FIRST disk="" of="" vg00=""&gt; | pg. If not, you MUST do the lvextend first on the boot volume, then swap area, then root volume&lt;BR /&gt;     Order of others logical volumes doesn't matter.&lt;BR /&gt;8    It could be a good idea to add a setboot -a &lt;HW path=""&gt; where HW path can be get with lssf /dev/dsk/c?t?d0.&lt;BR /&gt;&lt;BR /&gt;Eric,&lt;BR /&gt;&lt;BR /&gt;PBFWME : Please Be Fair With My English&lt;BR /&gt;&lt;BR /&gt;&lt;/HW&gt;&lt;/FIRST&gt;</description>
      <pubDate>Thu, 11 Jan 2001 09:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481666#M654612</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2001-01-11T09:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481667#M654613</link>
      <description>Erratum :&lt;BR /&gt;&lt;BR /&gt;In point 5, mkboot should be done on the raw device. Replace /dev/dsk/c?t?d0 with /dev/rdsk/c?t?d0&lt;BR /&gt;&lt;BR /&gt;Eric,&lt;BR /&gt;&lt;BR /&gt;PBFWME : Please Be Fair With My English</description>
      <pubDate>Thu, 11 Jan 2001 09:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481667#M654613</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2001-01-11T09:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481668#M654614</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have written a script to mirror the vg00, see attachment.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 11 Jan 2001 09:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481668#M654614</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-01-11T09:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481669#M654615</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached you will find a document with instructions.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 10:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481669#M654615</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-11T10:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481670#M654616</link>
      <description>A good "cookbook" approach is found in the System Administrators Task Manual.&lt;BR /&gt;&lt;BR /&gt;Here is the link for the 10.20 version of the document.  Most of the information is applicable to version 11 as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt;</description>
      <pubDate>Thu, 11 Jan 2001 20:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481670#M654616</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-11T20:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481671#M654617</link>
      <description>Finally after step 7, it is always good to check if you see both the disks as bootable.&lt;BR /&gt;do lvlnboot -v . this should show lvols on both the disk for root,boot,swap and not sure about dump.A couple of time I ran into problems.After performing step 7 rebooted the system using the mirror copy and it did not come up, finally I had to boot in single user mode and found that the secound disk showed as boot disk but the lvols were not marked as boot root and swap. so I did lvlnboot -r /dev/vg00/lvol3, lvlnboot -b /dev/vg00/lvol2 lvlnboot -s /dev/vg00/lvol2, lvlnboot -d /dev/vgxy/lvoldump.as far as I know we cant configure the dump if does not lie within the 2gb boundry of the physical vol.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Fri, 12 Jan 2001 01:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481671#M654617</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-01-12T01:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: setup mirroring disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481672#M654618</link>
      <description>Just a note:  I assume you have purchased MirrorDisk/UX?  You need it to do mirroring.  It costs extra and is not part of the base OS.</description>
      <pubDate>Tue, 16 Jan 2001 13:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mirroring-disk/m-p/2481672#M654618</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2001-01-16T13:48:05Z</dc:date>
    </item>
  </channel>
</rss>

