<?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: mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562167#M918865</link>
    <description>Hi Claudio:&lt;BR /&gt;&lt;BR /&gt;First, MirrorDisk/UX needs to be licensed.  Once you have the license (codeword), the product can be found on the Application CD.  I believe it is on the first CD.&lt;BR /&gt;&lt;BR /&gt;A full guide to mirroring can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are attempting to mirror vg00, here is a summary of the steps:&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ #...note raw device... &lt;BR /&gt;# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/cXtYdZ &lt;BR /&gt;# for N in 1 2 3 4 5 6 7 8 #...or more... &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; lvextend -m 1 /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;# lvlnboot -v #...a nice check... &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 06 Aug 2001 16:24:57 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-08-06T16:24:57Z</dc:date>
    <item>
      <title>mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562166#M918864</link>
      <description>Hi All!&lt;BR /&gt;I have a A500 server running HPUX11.0 with two system disks. Now they don't have mirroring and I need to do it. How can I do this?&lt;BR /&gt;Thanx in advance.</description>
      <pubDate>Mon, 06 Aug 2001 16:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562166#M918864</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2001-08-06T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562167#M918865</link>
      <description>Hi Claudio:&lt;BR /&gt;&lt;BR /&gt;First, MirrorDisk/UX needs to be licensed.  Once you have the license (codeword), the product can be found on the Application CD.  I believe it is on the first CD.&lt;BR /&gt;&lt;BR /&gt;A full guide to mirroring can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are attempting to mirror vg00, here is a summary of the steps:&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ #...note raw device... &lt;BR /&gt;# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/cXtYdZ &lt;BR /&gt;# for N in 1 2 3 4 5 6 7 8 #...or more... &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; lvextend -m 1 /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;# lvlnboot -v #...a nice check... &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 06 Aug 2001 16:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562167#M918865</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-06T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562168#M918866</link>
      <description>Hi Claudio:&lt;BR /&gt;&lt;BR /&gt;First you need to install MirrorDisk/UX. Then execute vgdisplay -v vg00. Note the number of logical volumes defined. I've attached a script which will then mirror the typical configuration with 8 logical volumes. If you need more or less logical volumes the changes are obvious. You will need to set the RAW and COOKED device nodes to match your new mirror disk.&lt;BR /&gt;When you have run the script, I would try booting from the mirror. I would also issue a&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cXtYdZ where this device is your original boot disk. This will allow it to boot if the mirror fails.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2001 16:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562168#M918866</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-08-06T16:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562169#M918867</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;You have to have MirrorX software.&lt;BR /&gt;&lt;BR /&gt;If new disks&lt;BR /&gt;#pvcreate -f -B /dev/dsk/cXtYdZ &lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ &lt;BR /&gt;&lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ #...note raw device... &lt;BR /&gt;# mkboot -a "hpux(;0)/stand/vmunix" /dev/rdsk/cXtYdZ &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 -A n /dev/vg00/lvol1  /dev/dsk/cXtYdZ &lt;BR /&gt;lvextend -m 1 -A n /dev/vg00/lvol2  /dev/dsk/cXtYdZ &lt;BR /&gt;lvextend -m 1 -A n /dev/vg00/lvol3  /dev/dsk/cXtYdZ &lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;With such order issuing :&lt;BR /&gt;lvextend lvol1, lvol2, lvol3, ... &lt;BR /&gt;according to the base disk, you will have the mirror in a propre image to the base disk ( this avoid SPAGETTI between base and mirror ! ).&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2001 17:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562169#M918867</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-06T17:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562170#M918868</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;Install the Mirror/UX on the system. Then take full details regarding the&lt;BR /&gt;current root VG(vg00) using "vgdisplay -v /dev/vg00".&lt;BR /&gt;&lt;BR /&gt;Let's assume that the target disk is /dev/dsk/c0t5d0  and the root vg is with 8 lv's.&lt;BR /&gt;&lt;BR /&gt;#pvcreate -B -f /dev/rdsk/c0t5d0 &lt;BR /&gt;#mkboot /dev/rdsk/c2t13d0 &lt;BR /&gt;#mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c0t5d0 &lt;BR /&gt;#vgextend /dev/vg00 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c0t5d0 &lt;BR /&gt;#lvlnboot -r /dev/vg00/lvol3 &lt;BR /&gt;#lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;#lvlnboot -d /dev/vg00/lvol2 &lt;BR /&gt;#lvlnboot -b /dev/vg00/lvol1 &lt;BR /&gt;#lvlnboot -R &lt;BR /&gt;&lt;BR /&gt;Hope this will help a bit.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;N.Harinath.</description>
      <pubDate>Tue, 07 Aug 2001 01:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/2562170#M918868</guid>
      <dc:creator>Harinath N</dc:creator>
      <dc:date>2001-08-07T01:46:17Z</dc:date>
    </item>
  </channel>
</rss>

