<?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: about Mirror disk boot for quarum command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818903#M637809</link>
    <description>revise procedure&lt;BR /&gt;&lt;BR /&gt;first the disk must be init with pvcreate -B command to set a boot disk&lt;BR /&gt;&lt;BR /&gt;create the boot area&lt;BR /&gt;&lt;BR /&gt;#mkboot &lt;DISK&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" &lt;DISK&gt;&lt;BR /&gt;(this in primary and in alternate)&lt;BR /&gt;&lt;BR /&gt;mirror the lif area too&lt;BR /&gt;&lt;BR /&gt;# for i in $(lifls /dev/rdsk/&lt;PRIMARYDISK&gt;)&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt; &amp;gt;lifcp /dev/rdsk/&lt;PDISK&gt;:$i /dev/rdsk/&lt;SDISK&gt;:$i&lt;BR /&gt;&amp;gt;done&lt;BR /&gt;&lt;BR /&gt;you must set the mirror in the same order that primary disks (lvol1, then lvol2, then lvol3 .... until lvol8)&lt;BR /&gt;&lt;BR /&gt;then run the lvlnboot -v command. It says if all it's correct&lt;BR /&gt;&lt;BR /&gt;yopu must set the alternate path from here with the setboot command&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;/SDISK&gt;&lt;/PDISK&gt;&lt;/PRIMARYDISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;</description>
    <pubDate>Fri, 04 Oct 2002 07:54:16 GMT</pubDate>
    <dc:creator>Joaquin Gil de Vergara</dc:creator>
    <dc:date>2002-10-04T07:54:16Z</dc:date>
    <item>
      <title>about Mirror disk boot for quarum command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818900#M637806</link>
      <description>hi,i'm in trouble.&lt;BR /&gt;i'm trying the boot disk which is the alternate.&lt;BR /&gt;&lt;BR /&gt;if i remove the primary disk the system,&lt;BR /&gt;i think changing the alternate boot.&lt;BR /&gt;but the system could't start.&lt;BR /&gt;i checked the disk was configueris the mirror.(used lvdisplay,lifls and lvlnboot)&lt;BR /&gt;  &lt;BR /&gt;i heard the quarum command, but i can find this command.&lt;BR /&gt; &lt;BR /&gt;the system configuration is in details as followings.&lt;BR /&gt;&lt;BR /&gt;Boot Definitions for volume Group /dev/vg00,&lt;BR /&gt;and same hard disk drive insert the system.&lt;BR /&gt;&lt;BR /&gt;Please Help!!&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 07:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818900#M637806</guid>
      <dc:creator>ROY_16</dc:creator>
      <dc:date>2002-10-04T07:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: about Mirror disk boot for quarum command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818901#M637807</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You should have done the following command on both of your bootable disks: &lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cXtXdX &lt;BR /&gt;&lt;BR /&gt;This enable the quorum thing. &lt;BR /&gt;You need to have at least half of the disks available to boot your system ! &lt;BR /&gt;&lt;BR /&gt;By the way you could still do this and then remove the other disk.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 04 Oct 2002 07:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818901#M637807</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-04T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: about Mirror disk boot for quarum command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818902#M637808</link>
      <description>Hi Try booting this way&lt;BR /&gt; &lt;BR /&gt;interrupt the boot sequence &lt;BR /&gt;answer Y to interact with IPL &lt;BR /&gt;then boot  &lt;BR /&gt;hpux -lq &lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 07:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818902#M637808</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-10-04T07:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: about Mirror disk boot for quarum command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818903#M637809</link>
      <description>revise procedure&lt;BR /&gt;&lt;BR /&gt;first the disk must be init with pvcreate -B command to set a boot disk&lt;BR /&gt;&lt;BR /&gt;create the boot area&lt;BR /&gt;&lt;BR /&gt;#mkboot &lt;DISK&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" &lt;DISK&gt;&lt;BR /&gt;(this in primary and in alternate)&lt;BR /&gt;&lt;BR /&gt;mirror the lif area too&lt;BR /&gt;&lt;BR /&gt;# for i in $(lifls /dev/rdsk/&lt;PRIMARYDISK&gt;)&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt; &amp;gt;lifcp /dev/rdsk/&lt;PDISK&gt;:$i /dev/rdsk/&lt;SDISK&gt;:$i&lt;BR /&gt;&amp;gt;done&lt;BR /&gt;&lt;BR /&gt;you must set the mirror in the same order that primary disks (lvol1, then lvol2, then lvol3 .... until lvol8)&lt;BR /&gt;&lt;BR /&gt;then run the lvlnboot -v command. It says if all it's correct&lt;BR /&gt;&lt;BR /&gt;yopu must set the alternate path from here with the setboot command&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;/SDISK&gt;&lt;/PDISK&gt;&lt;/PRIMARYDISK&gt;&lt;/DISK&gt;&lt;/DISK&gt;</description>
      <pubDate>Fri, 04 Oct 2002 07:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818903#M637809</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-04T07:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: about Mirror disk boot for quarum command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818904#M637810</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This may help:-&lt;BR /&gt;&lt;BR /&gt;Mirroring the root disk with LVM &lt;BR /&gt;To mirror an existing root volume: &lt;BR /&gt;1. pvcreate -B /dev/rdsk/device (-B creates BDRA area) &lt;BR /&gt;2. vgextend /dev/vg00 /dev/dsk/device &lt;BR /&gt;3. mkboot /dev/rdsk/device (put boot utilities into boot area) &lt;BR /&gt;4. mkboot -a "hpux boot arguements here" /dev/rdsk/device &lt;BR /&gt;5. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/device &lt;BR /&gt;6. lvextend -m 1 /dev/vg00/swaplv /dev/dsk//device &lt;BR /&gt;7. repeat lvextend in sequence for all root logical volumes &lt;BR /&gt;8. lvlnboot -v ( to update the boot information with the new disk) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 04 Oct 2002 08:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818904#M637810</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-04T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: about Mirror disk boot for quarum command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818905#M637811</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;thank you for your help!&lt;BR /&gt;i'll try again.&lt;BR /&gt;&lt;BR /&gt;                       Roy</description>
      <pubDate>Fri, 04 Oct 2002 08:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk-boot-for-quarum-command/m-p/2818905#M637811</guid>
      <dc:creator>ROY_16</dc:creator>
      <dc:date>2002-10-04T08:12:16Z</dc:date>
    </item>
  </channel>
</rss>

