<?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 vg00 system disk different on 11.23 than 11.11? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386377#M198565</link>
    <description>The procedure for Integrity (!) servers is totally different.&lt;BR /&gt;If you run 11.23 or 11.31 on a PA-RISC the procedure is very similar to 11.11.&lt;BR /&gt;&lt;BR /&gt;Reference:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Mirroring a Boot Disk with LVM on HP-UX 11i for HP Integrity Servers"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Sep 2007 05:06:05 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-09-26T05:06:05Z</dc:date>
    <item>
      <title>mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386369#M198557</link>
      <description>I'm trying to add /dev/dsk/c2t0d0 to vg00 which already has c2t1d0 as it's only disk.  Both are I'm using the following commands:&lt;BR /&gt;0. pvcreate -B /dev/rdsk/c2t2d0 &lt;BR /&gt;1. mkboot /dev/rdsk/c2t2d0&lt;BR /&gt;2. mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;3. for LVOL in `ls /dev/vg00/l*`&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 $LVOL&lt;BR /&gt;done&lt;BR /&gt;4. lvlnboot -v &amp;lt;- Just to make sure it is all clean&lt;BR /&gt;&lt;BR /&gt;Some of the errors I'm getting is:&lt;BR /&gt;# mkboot /dev/rdsk/c2t0d0&lt;BR /&gt;-W requires file system on device /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c2t0d0&lt;BR /&gt;-a specified but no current boot area on /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;Are there any steps I'm missing.  This was a surefire way while on 11.11.&lt;BR /&gt;&lt;BR /&gt;Both disks are  HP 73.4GST373453LC&lt;BR /&gt;&lt;BR /&gt;Thanks....&lt;BR /&gt;..Joe&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 11:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386369#M198557</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2004-09-24T11:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386370#M198558</link>
      <description>As far as I've been told there is no difference in the proces. My complete reference on the subject.&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;SEP</description>
      <pubDate>Fri, 24 Sep 2004 11:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386370#M198558</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-24T11:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386371#M198559</link>
      <description>YES, there is a different procedure on 11.23 than on 11.11.&lt;BR /&gt;&lt;BR /&gt;Check out knowledge base article KBRC00014526&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072837833" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072837833&lt;/A&gt;</description>
      <pubDate>Fri, 24 Sep 2004 11:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386371#M198559</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-09-24T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386372#M198560</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;procedure for doing mirror on HP-UX 11.23&lt;BR /&gt;Itanium is quite different because you have to&lt;BR /&gt;create partitions for EFI, HPUX and HPSP.&lt;BR /&gt;You can create this by idisk command. After that we use partitions 2 for LVM root disk.&lt;BR /&gt;In appendix there is my script for 11.23 itanium.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Sep 2004 12:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386372#M198560</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-09-24T12:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386373#M198561</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;There is quite a bit.. You can't use any commands that would update the LIF as there is no LIF concept on Itaniums. Also, you would see sliced disks instead of partitioned ones.. For ex., c2t0d0 would  be c2t0d0s1 for eFI partition and c2t0d0s2 for root disk paritition.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 24 Sep 2004 12:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386373#M198561</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-24T12:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386374#M198562</link>
      <description>I just have to say...ty ty ty&lt;BR /&gt;&lt;BR /&gt;I just got a rx2600 and have been beating my head against the wall.&lt;BR /&gt;&lt;BR /&gt;I give these responses a 10 since the person asking the question did not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 24 Nov 2004 14:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386374#M198562</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2004-11-24T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386375#M198563</link>
      <description>Would someone post a revised procedure so I can update my bookmarks?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Nov 2004 14:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386375#M198563</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-24T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386376#M198564</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Check out &lt;A href="http://docs.hp.com/en/5992-1910/5992-1910.pdf" target="_blank"&gt;http://docs.hp.com/en/5992-1910/5992-1910.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Wed, 26 Sep 2007 04:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386376#M198564</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2007-09-26T04:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386377#M198565</link>
      <description>The procedure for Integrity (!) servers is totally different.&lt;BR /&gt;If you run 11.23 or 11.31 on a PA-RISC the procedure is very similar to 11.11.&lt;BR /&gt;&lt;BR /&gt;Reference:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Mirroring a Boot Disk with LVM on HP-UX 11i for HP Integrity Servers"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386377#M198565</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-09-26T05:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386378#M198566</link>
      <description>Another resource is the Appendix A chapter "How to mirror the root volume (Integrity servers)" in this well-known document:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386378#M198566</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-09-26T05:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring vg00 system disk different on 11.23 than 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386379#M198567</link>
      <description>And finally, another (different!) procedure to mirror  ** 11.31 ** boot disks.&lt;BR /&gt;&lt;BR /&gt;The procedure is different for both (Integrity and 9000's), because of the different device files.&lt;BR /&gt;&lt;BR /&gt;legacy:&lt;BR /&gt;/dev/dsk/cxtydzsn&lt;BR /&gt;&lt;BR /&gt;new:&lt;BR /&gt;/dev/disk/diskx_pn&lt;BR /&gt;&lt;BR /&gt;See&lt;BR /&gt;&lt;BR /&gt;"Mirroring the Boot Disk on HP Integrity Servers"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6481/ch03s04.html#babegeeh" target="_blank"&gt;http://docs.hp.com/en/5991-6481/ch03s04.html#babegeeh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Mirroring the Boot Disk on HP 9000 Servers"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6481/ch03s04.html#cbdfgcii" target="_blank"&gt;http://docs.hp.com/en/5991-6481/ch03s04.html#cbdfgcii&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;@SEP: consider to use these links to update your bookmarks ;-)</description>
      <pubDate>Wed, 26 Sep 2007 05:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-vg00-system-disk-different-on-11-23-than-11-11/m-p/3386379#M198567</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-09-26T05:23:05Z</dc:date>
    </item>
  </channel>
</rss>

