<?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: Mirror bootable disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297030#M337516</link>
    <description>&lt;BR /&gt;&amp;gt; 2) Why we create the mirror bootable disk. How we know which disk is used for system disk. and how we select the disk for mirror bootable disk. &lt;BR /&gt;&lt;BR /&gt;Mirror bootable disk is for redundancy purpose,Suppose if your primary boot disk got failed you can run the show using the mirrored one (You can have maximum 2 copies)&lt;BR /&gt;&lt;BR /&gt;The below command give you the existing boot disks information&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have to buy Mirror Unix software for doing this (It is based on No of active cpu cores)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Miroring the root volume group: &lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;1) swlist -l bundle&lt;BR /&gt;&lt;BR /&gt;This will display MirrorDisk/UX if installed on the system. If MirrorDisk/UX isn't found, then it will need to be loaded. This product **is not** part of the standard Core-OS, It must be purchased.&lt;BR /&gt;&lt;BR /&gt;2) pvcreate -fB /dev/rdsk/c1t2d0 The -B option is used to create a bootable Physical Volume.&lt;BR /&gt;&lt;BR /&gt;3) vgextend vg00 /dev/dsk/c1t2d0 This adds the Physical Volume to the root volume group.&lt;BR /&gt;&lt;BR /&gt;4) mkboot /dev/rdsk/c1t2d0 Make sure to use the character device file when using mkboot.&lt;BR /&gt;&lt;BR /&gt;5) mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c1t2d0 **** or ****&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cXtXdX **** on both disks !!! ***&lt;BR /&gt;&lt;BR /&gt;6) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t2d0 &lt;BR /&gt;&lt;BR /&gt;This command extends the mirror to the specified Physical Volume.&lt;BR /&gt;&lt;BR /&gt;**NOTE: The lvextend command must be done on all logical volumes on the primary disk. This means that lvextend has to be done on lvol1 -&amp;gt; lvolX. This also includes /dev/vg00/lvol2, which by default is primary swap. lvol1 must be the first logical volume mirrored; if it is not, then you will not be able to boot from the mirror.&lt;BR /&gt;&lt;BR /&gt;7) lvlnboot -b /dev/vg00/lvol1 Specifies the boot "/stand" logical volume (10.20 &amp;amp; 11.0)&lt;BR /&gt;&lt;BR /&gt;8) lvlnboot -r /dev/vg00/lvol3 Specifies the root "/" logical volume.&lt;BR /&gt;&lt;BR /&gt;***NOTE: The root logical volume is /dev/vg00/lvol1 for HP-UX 10.01 &amp;amp; 10.10, and /dev/vg00/lvol3 (as in this example) is the root logical volume in 10.20 &amp;amp; 11.0. &lt;BR /&gt;&lt;BR /&gt;9) lvlnboot -s /dev/vg00/lvol2 Specifies the swap logical volume.&lt;BR /&gt;&lt;BR /&gt;To determine where the swap logical volume is located use the swapinfo command.&lt;BR /&gt;&lt;BR /&gt;10) lvlnboot -d /dev/vg00/lvol2 Specifies the dump logical volume.&lt;BR /&gt;&lt;BR /&gt;11) lvlnboot -R Recovers any BDRA info. &lt;BR /&gt;&lt;BR /&gt;12) lvlnboot -v Verify boot, root, swap and dump settings. &lt;BR /&gt;&lt;BR /&gt;13) setboot This displays the currently set Primary and Alternate boot paths.&lt;BR /&gt;&lt;BR /&gt;14) setboot -a mirror_disk_hardware_address Changes the Alternate Boot Path to the path of the Root Mirror.&lt;BR /&gt;&lt;BR /&gt;15) shutdown -r now Reboot with no grace period&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Oct 2008 09:49:03 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2008-10-30T09:49:03Z</dc:date>
    <item>
      <title>Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297027#M337513</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;     I have two doughts&lt;BR /&gt;&lt;BR /&gt;1) How can we get the how many cpu's are added to my server. and cpu's information&lt;BR /&gt;&lt;BR /&gt;2) Why we create the mirror bootable disk. How we know which disk is used for system disk. and how we select the disk for mirror bootable disk.</description>
      <pubDate>Thu, 30 Oct 2008 09:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297027#M337513</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-10-30T09:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297028#M337514</link>
      <description>Hi Anjan,&lt;BR /&gt;&lt;BR /&gt;How many CPU cores&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnkC processor&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#top&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#sam &amp;gt;performance monitors&amp;gt;system properties&amp;gt;processor&lt;BR /&gt;&lt;BR /&gt;For detailed information of the CPU`s &lt;BR /&gt;====================================&lt;BR /&gt;&lt;BR /&gt;#echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm</description>
      <pubDate>Thu, 30 Oct 2008 09:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297028#M337514</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-10-30T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297029#M337515</link>
      <description>1) run&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnCprocessor&lt;BR /&gt;&lt;BR /&gt;Information depends on server platform and OS version.&lt;BR /&gt;&lt;BR /&gt;For Integrities you can use&lt;BR /&gt;&lt;BR /&gt;# machinfo&lt;BR /&gt;&lt;BR /&gt;2) For redundancy. If one of the disks fails, your system will continue to run.&lt;BR /&gt;&lt;BR /&gt;Boot disks are usually part of vg00, run&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg00&lt;BR /&gt;and&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;to get this information.&lt;BR /&gt;&lt;BR /&gt;How to mirror? See appendix here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 09:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297029#M337515</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-10-30T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297030#M337516</link>
      <description>&lt;BR /&gt;&amp;gt; 2) Why we create the mirror bootable disk. How we know which disk is used for system disk. and how we select the disk for mirror bootable disk. &lt;BR /&gt;&lt;BR /&gt;Mirror bootable disk is for redundancy purpose,Suppose if your primary boot disk got failed you can run the show using the mirrored one (You can have maximum 2 copies)&lt;BR /&gt;&lt;BR /&gt;The below command give you the existing boot disks information&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have to buy Mirror Unix software for doing this (It is based on No of active cpu cores)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Miroring the root volume group: &lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;1) swlist -l bundle&lt;BR /&gt;&lt;BR /&gt;This will display MirrorDisk/UX if installed on the system. If MirrorDisk/UX isn't found, then it will need to be loaded. This product **is not** part of the standard Core-OS, It must be purchased.&lt;BR /&gt;&lt;BR /&gt;2) pvcreate -fB /dev/rdsk/c1t2d0 The -B option is used to create a bootable Physical Volume.&lt;BR /&gt;&lt;BR /&gt;3) vgextend vg00 /dev/dsk/c1t2d0 This adds the Physical Volume to the root volume group.&lt;BR /&gt;&lt;BR /&gt;4) mkboot /dev/rdsk/c1t2d0 Make sure to use the character device file when using mkboot.&lt;BR /&gt;&lt;BR /&gt;5) mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c1t2d0 **** or ****&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cXtXdX **** on both disks !!! ***&lt;BR /&gt;&lt;BR /&gt;6) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t2d0 &lt;BR /&gt;&lt;BR /&gt;This command extends the mirror to the specified Physical Volume.&lt;BR /&gt;&lt;BR /&gt;**NOTE: The lvextend command must be done on all logical volumes on the primary disk. This means that lvextend has to be done on lvol1 -&amp;gt; lvolX. This also includes /dev/vg00/lvol2, which by default is primary swap. lvol1 must be the first logical volume mirrored; if it is not, then you will not be able to boot from the mirror.&lt;BR /&gt;&lt;BR /&gt;7) lvlnboot -b /dev/vg00/lvol1 Specifies the boot "/stand" logical volume (10.20 &amp;amp; 11.0)&lt;BR /&gt;&lt;BR /&gt;8) lvlnboot -r /dev/vg00/lvol3 Specifies the root "/" logical volume.&lt;BR /&gt;&lt;BR /&gt;***NOTE: The root logical volume is /dev/vg00/lvol1 for HP-UX 10.01 &amp;amp; 10.10, and /dev/vg00/lvol3 (as in this example) is the root logical volume in 10.20 &amp;amp; 11.0. &lt;BR /&gt;&lt;BR /&gt;9) lvlnboot -s /dev/vg00/lvol2 Specifies the swap logical volume.&lt;BR /&gt;&lt;BR /&gt;To determine where the swap logical volume is located use the swapinfo command.&lt;BR /&gt;&lt;BR /&gt;10) lvlnboot -d /dev/vg00/lvol2 Specifies the dump logical volume.&lt;BR /&gt;&lt;BR /&gt;11) lvlnboot -R Recovers any BDRA info. &lt;BR /&gt;&lt;BR /&gt;12) lvlnboot -v Verify boot, root, swap and dump settings. &lt;BR /&gt;&lt;BR /&gt;13) setboot This displays the currently set Primary and Alternate boot paths.&lt;BR /&gt;&lt;BR /&gt;14) setboot -a mirror_disk_hardware_address Changes the Alternate Boot Path to the path of the Root Mirror.&lt;BR /&gt;&lt;BR /&gt;15) shutdown -r now Reboot with no grace period&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 09:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297030#M337516</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-10-30T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297031#M337517</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;1) How can we get the how many cpu's are added to my server. and cpu's information&lt;BR /&gt;To useing this commands you can find how many cpu's are install into your system&lt;BR /&gt;&lt;BR /&gt;top&lt;BR /&gt;ioscan&lt;BR /&gt;machinfo&lt;BR /&gt;sam&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;2) Why we create the mirror bootable disk. &lt;BR /&gt;&lt;BR /&gt;If primary disk got bad then we can use the mirror copy of bootable disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; How we know which disk is used for system disk. and how we select the disk for mirror bootable disk. &lt;BR /&gt;&lt;BR /&gt;To find out Which are the bootable disk give this command&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 30 Oct 2008 09:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297031#M337517</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-30T09:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297032#M337518</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;1) How can we get the how many cpu's are added to my server. and cpu's information&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnkC processor&lt;BR /&gt;# echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep "CPU Module"&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;Above commands will give you the processor details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;2) Why we create the mirror bootable disk. How we know which disk is used for system disk. and how we select the disk for mirror bootable disk.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Not much clarity on your second question. Anyway Mirror bootable disk is to boot the system in the event of primary disk failure.&lt;BR /&gt;You need to find the free disk to create mirror disk. use ioscan command to get the list of available disks. you can compare this #ioscan -fnC disk output with #strings /etc/lvmtab output to find the free disks. &lt;BR /&gt;&lt;BR /&gt;Disks part of root volume groups(mostly vg00) are the system disks.&lt;BR /&gt;&lt;BR /&gt;If you can clearly explain what you need we can explain further..&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 09:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297032#M337518</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-30T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297033#M337519</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) How can we get the how many cpu's are added to my server. and cpu's information&lt;BR /&gt;&lt;BR /&gt;step 1:- ioscan -fnkC processor&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnkC processor&lt;BR /&gt;Class       I  H/W Path  Driver    S/W State H/W Type  Description&lt;BR /&gt;===================================================================&lt;BR /&gt;processor   0  33        processor CLAIMED   PROCESSOR Processor&lt;BR /&gt;&lt;BR /&gt;step 2:- SAM&lt;BR /&gt;&lt;BR /&gt;step 3:- cstm --&amp;gt; for more specfic details&lt;BR /&gt;&lt;BR /&gt;2. Why we create the mirror bootable disk..?&lt;BR /&gt;&lt;BR /&gt;to avoid single point of failure&lt;BR /&gt;&lt;BR /&gt;How we know which disk is used for system disk...?&lt;BR /&gt;&lt;BR /&gt;Example:-&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c1t2d0 (0/0/1/1.2.0) --  Boot Disk --&amp;gt; PRIMARY disk&lt;BR /&gt;        /dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk Aleternative boot disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t2d0&lt;BR /&gt;                        /dev/dsk/c2t2d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t2d0&lt;BR /&gt;                        /dev/dsk/c2t2d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t2d0&lt;BR /&gt;                        /dev/dsk/c2t2d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t2d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. how we select the disk for mirror bootable disk..?&lt;BR /&gt;&lt;BR /&gt;Once you system booting up&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot process when prompted for it by pressing another keys&lt;BR /&gt;&lt;BR /&gt;Main Menu &amp;gt; BO &lt;PRI&gt; eg BO Pri --&amp;gt; refer to primary disk or eg BO Alt --&amp;gt; refers to "Mirror disk" or "Alternative disk"&lt;BR /&gt;&lt;BR /&gt;eg Bo 0/0/2/0.2.0 --&amp;gt; refer to your HW_path of your mirror_disk&lt;BR /&gt;&lt;BR /&gt;Interact with IPL? &amp;gt; N&lt;BR /&gt;&lt;BR /&gt;now the server is booted with your "mirror_disk"&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRI&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297033#M337519</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-30T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297034#M337520</link>
      <description>Hi, Thanks to All.&lt;BR /&gt;&lt;BR /&gt;        My dought is which type of disk selected for mirror bootable disk. I mean we can any disk.or any  rules for select the mirror bootable disk</description>
      <pubDate>Thu, 30 Oct 2008 10:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297034#M337520</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-10-30T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297035#M337521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To determine which disk the currently running kernel was booted from, use&lt;BR /&gt;adb as follows (must be root):&lt;BR /&gt;&lt;BR /&gt;# KERNEL=/stand/vmunix  # set this var to the currently running kernel&lt;BR /&gt;# echo 'boot_string/S' | adb $KERNEL /dev/mem | grep /&lt;BR /&gt;    boot_string:    disc(8/4.5.0;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Thu, 30 Oct 2008 10:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297035#M337521</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2008-10-30T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297036#M337522</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is preferred to use internal disk for mirror boot disk. And also it would be better if it is in different controller.&lt;BR /&gt;&lt;BR /&gt;The reason is that if both primary and mirror disks are in different controller we can achieve high availablity one step higher.&lt;BR /&gt;If both primary disk and its controller also fails still we can run the server since mirror disk is connected to another controller.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297036#M337522</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-30T10:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror bootable disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297037#M337523</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; My dought is which type of disk selected for mirror bootable disk. I mean we can any disk.or any rules for select the mirror bootable disk &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes ..you can choose Any disk and which does not belong to any volume_group,&lt;BR /&gt;&lt;BR /&gt;simple rule :-&lt;BR /&gt;============&lt;BR /&gt;also mirror disk should be same capacity /size of you another root disk and better if in different controller.&lt;BR /&gt;&lt;BR /&gt;Create a boot area on the mirror disk. &lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c1t5d0&lt;BR /&gt;mkboot â  a "hpux â  lq" /dev/rdsk/c1t5d0&lt;BR /&gt;lvextend -m 1 for all of the logical volumes to the include the mirrror disk&lt;BR /&gt;&lt;BR /&gt;List files in the mirrors lif area &lt;BR /&gt;&lt;BR /&gt;lifls /dev/rdsk/c1t5d0 - This should return the following: &lt;BR /&gt;&lt;BR /&gt;ISL AUTO HPUX PAD LABEL &lt;BR /&gt;&lt;BR /&gt;Verify that "hpux â  lq" is in the AUTO file on both disks. &lt;BR /&gt;&lt;BR /&gt;lifcp /dev/rdsk/c1t5d0:AUTO - &lt;BR /&gt;&lt;BR /&gt;lifcp /dev/rdsk/c1t4d0:AUTO â   &lt;BR /&gt;&lt;BR /&gt;3. Reboot the system using the mirror disk. &lt;BR /&gt;&lt;BR /&gt;shutdown â  r â  y 0 &lt;BR /&gt;&lt;BR /&gt;Break during the boot sequence. &lt;BR /&gt;&lt;BR /&gt;BOOT_ADMIN&amp;gt; boot 8/8.5.0 --&amp;gt; &lt;HW_PATH_MIRROR_DISK&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/HW_PATH_MIRROR_DISK&gt;</description>
      <pubDate>Thu, 30 Oct 2008 13:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-bootable-disk/m-p/4297037#M337523</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-30T13:37:01Z</dc:date>
    </item>
  </channel>
</rss>

