<?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: Mirrrorin boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684566#M644489</link>
    <description>Gerardo&lt;BR /&gt;&lt;BR /&gt;I don't think you are entirely correct&lt;BR /&gt;&lt;BR /&gt;Attached is the method from the HP reference guide&lt;BR /&gt;&lt;BR /&gt;XIII) How to create a mirrored boot disk&lt;BR /&gt;&lt;BR /&gt;      Note the following example is using the disk c1t6d0 as the&lt;BR /&gt;      mirrored boot disk and c0t6d0 as the boot disk.&lt;BR /&gt;&lt;BR /&gt;      1) Initialize the disk and make it bootable&lt;BR /&gt;       pvcreate -B /dev/rdsk/c1t6d0&lt;BR /&gt;            Note: the -B parameter tell pvcreate that this will be a&lt;BR /&gt;            bootable disk.&lt;BR /&gt;      2) Add the physical volume to the volume group&lt;BR /&gt;            vgextend /dev/vg01 /dev/dsk/c1t6d0&lt;BR /&gt;      3) Use mkboot to place the boot utilities in the boot area and add&lt;BR /&gt;         the AUTO file.&lt;BR /&gt;            mkboot /dev/dsk/c1t6d0&lt;BR /&gt;            mkboot -a "hpux -lq" /dev/rdsk/c1t6d0&lt;BR /&gt;      4) Use mkboot to update the AUTO file on the primary boot&lt;BR /&gt;         disk.&lt;BR /&gt;            mkboot -a "hpux -lq" /dev/rdsk/c0t6d0&lt;BR /&gt;      5) Mirror the stand, root and swap logical volumes&lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;         Note: LVM will resynchronize the new mirror copies. This step will&lt;BR /&gt;         takes several minutes&lt;BR /&gt;&lt;BR /&gt;         Repeat the lvextend for all other logical volumes on the boot&lt;BR /&gt;         mirror.&lt;BR /&gt;      6) Modify your alternate boot path to point to the mirror copy of the&lt;BR /&gt;         boot disk.&lt;BR /&gt;            setboot -a 8/8.6.0  # Use the Hardware path for your new&lt;BR /&gt;                                         boot disk.&lt;BR /&gt;&lt;BR /&gt;Pay attention to the initial mkboot. You have specified rdsk , this should be dsk.&lt;BR /&gt;&lt;BR /&gt;also your upper and lowercase characters with the mkboot command (forgive if typo)&lt;BR /&gt;&lt;BR /&gt;Hope this is ok&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Sat, 16 Mar 2002 08:52:40 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2002-03-16T08:52:40Z</dc:date>
    <item>
      <title>Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684564#M644487</link>
      <description>Check this procedure&lt;BR /&gt;&lt;BR /&gt;1) Pvcreate ???Bf  /dev/rdsk/cxtyd0 or without f  if is not a new disk&lt;BR /&gt;2) Mkboot  /dev/rdsk/cxtyd0&lt;BR /&gt;3) Mkboot ???a ???hpux ???lq (52.5.0;0)/stand/vmunix??? /dev/rdsk/cxtyd0 where 52.5.0 is the address of the boot disk.&lt;BR /&gt;4) Vgextend /dev/vg00 /dev/dsk/cxtyd0&lt;BR /&gt;5) Lvextend ???m 1 /dev/vg00/lvol1 /dev/dsk/cxtyd0   (add all logical vol. of vg00)&lt;BR /&gt;6) Lvlnboot ???R /dev/vg00&lt;BR /&gt;7) Lvlnboot ???v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gerardo</description>
      <pubDate>Fri, 15 Mar 2002 23:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684564#M644487</guid>
      <dc:creator>Gerardo Mora</dc:creator>
      <dc:date>2002-03-15T23:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684565#M644488</link>
      <description>Is it a Question or answer?&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2002 23:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684565#M644488</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-15T23:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684566#M644489</link>
      <description>Gerardo&lt;BR /&gt;&lt;BR /&gt;I don't think you are entirely correct&lt;BR /&gt;&lt;BR /&gt;Attached is the method from the HP reference guide&lt;BR /&gt;&lt;BR /&gt;XIII) How to create a mirrored boot disk&lt;BR /&gt;&lt;BR /&gt;      Note the following example is using the disk c1t6d0 as the&lt;BR /&gt;      mirrored boot disk and c0t6d0 as the boot disk.&lt;BR /&gt;&lt;BR /&gt;      1) Initialize the disk and make it bootable&lt;BR /&gt;       pvcreate -B /dev/rdsk/c1t6d0&lt;BR /&gt;            Note: the -B parameter tell pvcreate that this will be a&lt;BR /&gt;            bootable disk.&lt;BR /&gt;      2) Add the physical volume to the volume group&lt;BR /&gt;            vgextend /dev/vg01 /dev/dsk/c1t6d0&lt;BR /&gt;      3) Use mkboot to place the boot utilities in the boot area and add&lt;BR /&gt;         the AUTO file.&lt;BR /&gt;            mkboot /dev/dsk/c1t6d0&lt;BR /&gt;            mkboot -a "hpux -lq" /dev/rdsk/c1t6d0&lt;BR /&gt;      4) Use mkboot to update the AUTO file on the primary boot&lt;BR /&gt;         disk.&lt;BR /&gt;            mkboot -a "hpux -lq" /dev/rdsk/c0t6d0&lt;BR /&gt;      5) Mirror the stand, root and swap logical volumes&lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol2&lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;         Note: LVM will resynchronize the new mirror copies. This step will&lt;BR /&gt;         takes several minutes&lt;BR /&gt;&lt;BR /&gt;         Repeat the lvextend for all other logical volumes on the boot&lt;BR /&gt;         mirror.&lt;BR /&gt;      6) Modify your alternate boot path to point to the mirror copy of the&lt;BR /&gt;         boot disk.&lt;BR /&gt;            setboot -a 8/8.6.0  # Use the Hardware path for your new&lt;BR /&gt;                                         boot disk.&lt;BR /&gt;&lt;BR /&gt;Pay attention to the initial mkboot. You have specified rdsk , this should be dsk.&lt;BR /&gt;&lt;BR /&gt;also your upper and lowercase characters with the mkboot command (forgive if typo)&lt;BR /&gt;&lt;BR /&gt;Hope this is ok&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 16 Mar 2002 08:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684566#M644489</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-16T08:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684567#M644490</link>
      <description>Gerardo,&lt;BR /&gt;&lt;BR /&gt;You should follow the procedures that Steven provided. making a disk bootable is one thing, its entirely different to "mirror" the root disk. Without the mirroring of vg00, you aren't doing yourself any favors by having "multiple" bootable disks.&lt;BR /&gt;&lt;BR /&gt;You need to have purchased a HPux Mirroring license to do any of this. &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 16 Mar 2002 14:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684567#M644490</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-16T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684568#M644491</link>
      <description>hi gerardo&lt;BR /&gt;&lt;BR /&gt;the correct steps are:&lt;BR /&gt; &lt;BR /&gt;1) Pvcreate ???Bf /dev/rdsk/cxtyd0 or without f if is not a new disk &lt;BR /&gt;f parameter means FORCE and you must use it on an old disk with an LVM structure on it&lt;BR /&gt;&lt;BR /&gt;2) Vgextend /dev/vg00 /dev/dsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;3) Mkboot /dev/rdsk/cxtyd0 &lt;BR /&gt;4) Mkboot ???a ???hpux ???lq (;0)/stand/vmunix??? /dev/rdsk/cxtyd0 the address of alternate disk is not necessary because ;0 means use default &lt;BR /&gt;-lq mean no quorum, if you don't use this option, the server can't reboot without an human participation&lt;BR /&gt;5) Lvextend ???m 1 /dev/vg00/lvol1 /dev/dsk/cxtyd0 (add all logical vol. of vg00) &lt;BR /&gt;&lt;BR /&gt;Correct, but you must have HPUX mirror installed. It's very important mirror the lvol1, lvol2 and lvol3 in order because they must to occupy continuous space&lt;BR /&gt;&lt;BR /&gt;6) Lvlnboot ???R /dev/vg00 &lt;BR /&gt;7) Lvlnboot ???v /dev/vg00 &lt;BR /&gt;</description>
      <pubDate>Sat, 16 Mar 2002 18:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684568#M644491</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-03-16T18:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684569#M644492</link>
      <description>&lt;BR /&gt;Follow these instructions:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/screen=ckiSearchResults?nodeId=c0&amp;amp;mode=id&amp;amp;searchString=LVMKBRC00005103" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/screen=ckiSearchResults?nodeId=c0&amp;amp;mode=id&amp;amp;searchString=LVMKBRC00005103&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 16 Mar 2002 19:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684569#M644492</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-16T19:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrrorin boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684570#M644493</link>
      <description>1) pvcreate ???Bf /dev/rdsk/cxtyd0 &lt;BR /&gt;2) vgextend /dev/vg00 /dev/dsk/cxtyd0 &lt;BR /&gt;3) mkboot /dev/rdsk/cxtyd0 &lt;BR /&gt;4) mkboot ???a ???hpux ???lq (;0)/stand/vmunix??? /dev/rdsk/cxtyd0 the &lt;BR /&gt;5) lvextend ???m 1 /dev/vg00/lvol1 /dev/dsk/cxtyd0 (add all logical vol. of vg00)&lt;BR /&gt; &lt;BR /&gt;*** Remember while doing mirroring it is important to do mirroring for lvols in fix order. Do the mirroring in sequence for all logical volumes of vg00 exactly as it was created before.(for that you need to do vgdispaly -v /dev/vg00, and do mirroring as per the lvol order displayed .)&lt;BR /&gt;&lt;BR /&gt;6) lvlnboot ???s /dev/vg00/lvol2(if lvol2 is swap)&lt;BR /&gt;7) lvlnboot ???d /dev/vg00/lvol2(if lvol2 is dump too)&lt;BR /&gt;6) Lvlnboot ???R /dev/vg00 &lt;BR /&gt;7) Lvlnboot ???v /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;Do not forget steps 6 and 7 as it is not mentioned in other replies.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Piyush.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Mar 2002 08:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrrorin-boot-disk/m-p/2684570#M644493</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-17T08:45:46Z</dc:date>
    </item>
  </channel>
</rss>

