<?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 Boot Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670029#M243604</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;To see which disk you booted from, do:&lt;BR /&gt;&lt;BR /&gt;# echo boot_string/S|adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Nov 2005 11:23:26 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2005-11-14T11:23:26Z</dc:date>
    <item>
      <title>Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670020#M243595</link>
      <description>Hello All,&lt;BR /&gt;i'm trying to create mirror boot disk.&lt;BR /&gt;but please find the below error mesg.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c2t2d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 8683.&lt;BR /&gt;vgcreate: Volume group "/dev/vg01" could not be created:&lt;BR /&gt;VGRA for the disk is too big for the specified parameters. Increase the&lt;BR /&gt;extent size or decrease max_PVs/max_LVs and try again.&lt;BR /&gt;#&lt;BR /&gt;so do i need to change any parameters.&lt;BR /&gt;And our maxvgs parameter is holding the value 10.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 13:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670020#M243595</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-11-11T13:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670021#M243596</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The Volume Group Reserved Area (VGRA) is too big to fit into one physical disk extent.&lt;BR /&gt;&lt;BR /&gt;You will need to recreate the volume group specifying a larger PE size, a smaller number of physical volumes, or a larger number of maximum physical extents.&lt;BR /&gt;&lt;BR /&gt;These parameters are fixed at 'vgcreate'.  See the man pages for more information.&lt;BR /&gt;&lt;BR /&gt;I suggest a larger '-s pe_size' and/or a much larger '-e pe_max'.  These have the most firect impact on the size of the VGRA.&lt;BR /&gt;&lt;BR /&gt;Your kernel 'maxvgs' parameter does not come into play for this.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 11 Nov 2005 13:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670021#M243596</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-11T13:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670022#M243597</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The disk size seems to be atleast 36Gb here. So you shall increase PE_Size parameter here to atleast 16MB. Use&lt;BR /&gt;&lt;BR /&gt;#vgcreate -s 32 /dev/vg01 /dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;maxvg will not effect this unless you have approached 10 vgs in your system which shall not be the case here.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 11 Nov 2005 13:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670022#M243597</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-11T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670023#M243598</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;BTW, if you are trying to mirror the boot disk (vg00) you should follow this:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/cXtYdZ&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cXtYdZ&lt;BR /&gt;# mkboot /dev/rdsk/cXtYdZ&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ&lt;BR /&gt;# for LV in 1 2 3 4 5 6 7 8&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; lvextend -m 1 /dev/vg00/lvol${LV} /dev/dsk/cXtYdZ&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ #...or original volume, too...&lt;BR /&gt;# setboot -a [alternate_path] #...for new mirror...&lt;BR /&gt;# lifcp /dev/rdsk/xCtYdZ:AUTO - #...copy to stdout for verification&lt;BR /&gt;&lt;BR /&gt;Note that you must start with a 'pvcreate -B'.  Note too, that you 'vgextend' instead of 'vgcreate' your mirror.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 11 Nov 2005 13:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670023#M243598</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-11T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670024#M243599</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;JRF is right. you should not be creating a new VG for mirroring root rather shall be doing a vgextend. If the disk used now is bigger than the existing disk in vg00 then these parameters above can not be changed and you might have problems in allocating the whole disk space.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 11 Nov 2005 13:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670024#M243599</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-11T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670025#M243600</link>
      <description>Hello JRF,&lt;BR /&gt;Thanks for your kind support.&lt;BR /&gt;we have created mirror boot disk.&lt;BR /&gt;&lt;BR /&gt;we have booted from the alternative disk.&lt;BR /&gt;But how can i know from which disk (pri/ alt ) i have booted from. &lt;BR /&gt;&lt;BR /&gt;Do we have any cmds. to check from which disk i have booted.&lt;BR /&gt;&lt;BR /&gt;once again thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Cheers :)&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Nov 2005 02:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670025#M243600</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-11-12T02:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670026#M243601</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use setboot command to findout the pri/alt paths. This will display the physical hardware path. Check the followings&lt;BR /&gt;&lt;BR /&gt;Krishna-/&amp;gt;lvlnboot -v vg00&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/c0t4d0 (0/0/1/1/0.4.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c16t6d0 (2/0/2/1/0.6.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c16t6d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c16t6d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c16t6d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t4d0, 0&lt;BR /&gt;Dump: lvol9     on:     /dev/dsk/c0t4d0, 1&lt;BR /&gt;&lt;BR /&gt;Krishna-/&amp;gt;setboot&lt;BR /&gt;Primary bootpath : 0/0/1/1/0.4.0&lt;BR /&gt;Alternate bootpath : 2/0/11/1/0.0.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;Autosearch is ON (enabled)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunil</description>
      <pubDate>Sat, 12 Nov 2005 06:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670026#M243601</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-11-12T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670027#M243602</link>
      <description>Hi Srini&lt;BR /&gt;&lt;BR /&gt;The solution text and Parameter table is here in this useful link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/6054/Limits_wp.htm" target="_blank"&gt;http://docs.hp.com/en/6054/Limits_wp.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Let us know if that didnot serve the purpose.&lt;BR /&gt;&lt;BR /&gt;Vinod</description>
      <pubDate>Sun, 13 Nov 2005 19:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670027#M243602</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-11-13T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670028#M243603</link>
      <description>Thanks Krishna and vinod.&lt;BR /&gt;For ur cmds and document.</description>
      <pubDate>Mon, 14 Nov 2005 11:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670028#M243603</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-11-14T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Boot Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670029#M243604</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;To see which disk you booted from, do:&lt;BR /&gt;&lt;BR /&gt;# echo boot_string/S|adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-boot-disk/m-p/3670029#M243604</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-14T11:23:26Z</dc:date>
    </item>
  </channel>
</rss>

