<?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 boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919006#M109042</link>
    <description>Looks like you have a few possibilities.&lt;BR /&gt;&lt;BR /&gt;Get another 9Gb disk&lt;BR /&gt;or&lt;BR /&gt;Get another 36gb disk&lt;BR /&gt;or&lt;BR /&gt;Create an ignite tape and build your OS on the 36gb disk &lt;BR /&gt;&lt;BR /&gt;I would purchase an additional 9Gb disk and mirror it to your original disk. That way there is no wastage, and utilise the 36gb for something else. 9gb disks can be sourced fairly cheaply.&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Mar 2003 23:16:28 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-03-04T23:16:28Z</dc:date>
    <item>
      <title>Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918994#M109030</link>
      <description>Is it possible to mirror 9 GB boot disk with 36 GB disk? If yes how to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 04 Mar 2003 20:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918994#M109030</guid>
      <dc:creator>AMAT SA</dc:creator>
      <dc:date>2003-03-04T20:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918995#M109031</link>
      <description>You don't mirror disk-to-disk, you mirror by each lvol.&lt;BR /&gt;&lt;BR /&gt;So, yes you can mirror lvol's on the 9GB disk to the 36GB.&lt;BR /&gt;&lt;BR /&gt;Just vgextend the VG so that the 36GB disk is included in the VG.  Then do an 'lvextend -m 1' for the LVOLs that you want to mirror.&lt;BR /&gt;&lt;BR /&gt;It's as easy as that.</description>
      <pubDate>Tue, 04 Mar 2003 21:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918995#M109031</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-04T21:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918996#M109032</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes.  MirrorDisk/UX implements mirroring at the logical volume level.&lt;BR /&gt;&lt;BR /&gt;Since your 9GB disk undoubtedly was created with a 'max_pe' and 'pe_size' value that maps about 9GB of physical space, however, you will *not* be able to allocate extents on your 36GB disk beyond the number allowed on your 9GB disk.  You can determine the limit by doing a 'vgdisplay'.  Look at the "Max PE per PV" and the "PE Size" to calculate the useable space.&lt;BR /&gt;&lt;BR /&gt;To mirror to the 36GB disk, do:&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 #...for 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;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 21:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918996#M109032</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-04T21:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918997#M109033</link>
      <description>You can.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066581345" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066581345&lt;/A&gt;</description>
      <pubDate>Tue, 04 Mar 2003 21:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918997#M109033</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-03-04T21:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918998#M109034</link>
      <description>Yes, but there are some gotcha's. Not all boxes are able to boot using 36GB drives; some will require a firmware upgrade.&lt;BR /&gt;&lt;BR /&gt;I assume that your 9GB is the current disk. In that case, everything above 9GB will go to waste on the 36GB drive. The number of physical extents and extent size is set at vgcreate time and cannot be altered. &lt;BR /&gt;&lt;BR /&gt;The mirroring is actually done at the LVOL level.&lt;BR /&gt;&lt;BR /&gt;1) pvcreate -B /dev/rdsk/rawnewdisk&lt;BR /&gt;&lt;BR /&gt;2) vgextend /dev/vg00 /dev/dsk/newdisk&lt;BR /&gt;&lt;BR /&gt;3) mkboot -a "hpux -lq (;0)/stand/vmunix /dev/rdsk/rawnewdisk&lt;BR /&gt;&lt;BR /&gt;4) for each lvol in vg00&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvoln /dev/dsk/newdisk&lt;BR /&gt;&lt;BR /&gt;That should do you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 21:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918998#M109034</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-04T21:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918999#M109035</link>
      <description>Yes! There is no difference in mirroring two 9GB and a 9 and 36GB, becuase the mirroring takes place in logical volume level. This document will explain the step by step process:&lt;BR /&gt;&lt;BR /&gt;TKB #LVMKBRC00005103:&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066581345" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066581345&lt;/A&gt;</description>
      <pubDate>Tue, 04 Mar 2003 21:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2918999#M109035</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-04T21:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919000#M109036</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just wanted to give you heads up. If you already have teh volume group setup with 9GB disk and if you didnt' specify non-default options with -e, then you cannot add 36G into the volume group. So you will be better off with create a new volumegroup with 36GB, create filesystems on it, copy the data from 9GB disk, mount the new filesystems on the old mount points, test the application. Once the application is well tested, then remove the old volumegroup to free up the disk and then add the disk to the new volumegroup and then mirror.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Mar 2003 21:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919000#M109036</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-04T21:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919001#M109037</link>
      <description>If the 9Gb disk was the first in the volume group, then you will only get the first 9gb from that disk. Unfortunately that is how LVM works. Your best bet would be to create a new root volume group with the 36Gb disk. &lt;BR /&gt;&lt;BR /&gt;If your willing to lose the rest of your disk, then mirroring is possible at the volume group level.&lt;BR /&gt;&lt;BR /&gt;# for LVOL in /dev/vg00/lv*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $LVOL&lt;BR /&gt;&amp;gt; lvextend -m 1 $LVOL&lt;BR /&gt;&amp;gt; done</description>
      <pubDate>Tue, 04 Mar 2003 21:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919001#M109037</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-04T21:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919002#M109038</link>
      <description>Hi Tully,&lt;BR /&gt;&lt;BR /&gt;We want to use full 36 GB. First disk we added to vg00 was 9 GB. So we can not extend Max PE.&lt;BR /&gt;&lt;BR /&gt;How to create new root volume group without downtime? Or any other options we have to get it done?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 04 Mar 2003 22:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919002#M109038</guid>
      <dc:creator>AMAT SA</dc:creator>
      <dc:date>2003-03-04T22:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919003#M109039</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best and safe option is to use ignite tape recovery process.&lt;BR /&gt;&lt;BR /&gt;Make a make_tape_recovery tape. &lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -v -x inc_entire=vg00 -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Boot through the tape and point the boot disk to 36g disk and install. &lt;BR /&gt;&lt;BR /&gt;Once everything is up and running, add 9g to vg00 and establish mirroring.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Mar 2003 22:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919003#M109039</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-04T22:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919004#M109040</link>
      <description>Your least evil answer is to get another 9GB disk; you could add it to vg00, loose no disk space, and experience no downtime. The 36GB drive could then be in another VG. You could add the 36GB and also experience no downtime but you would lose usable diskspace.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 23:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919004#M109040</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-04T23:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919005#M109041</link>
      <description>Sridhars solution is your best solution for minimal downtime.&lt;BR /&gt;&lt;BR /&gt;Ignite is definitely the answer.</description>
      <pubDate>Tue, 04 Mar 2003 23:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919005#M109041</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-04T23:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919006#M109042</link>
      <description>Looks like you have a few possibilities.&lt;BR /&gt;&lt;BR /&gt;Get another 9Gb disk&lt;BR /&gt;or&lt;BR /&gt;Get another 36gb disk&lt;BR /&gt;or&lt;BR /&gt;Create an ignite tape and build your OS on the 36gb disk &lt;BR /&gt;&lt;BR /&gt;I would purchase an additional 9Gb disk and mirror it to your original disk. That way there is no wastage, and utilise the 36gb for something else. 9gb disks can be sourced fairly cheaply.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 23:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919006#M109042</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-04T23:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919007#M109043</link>
      <description>Hi Amat,&lt;BR /&gt;  If you want to replace the boot disk with 36GB without downtime, then mirroring + spliting and Ignite UX is the best methods.&lt;BR /&gt; &lt;BR /&gt;If you want to increase the lv size's of root vg, then&lt;BR /&gt;you cant use this method. &lt;BR /&gt;&lt;BR /&gt;For this add this disk to a new vg, pvcreate with bootable. create the lv's with required size's. (check for contigeous options for boot, root and swap). &lt;BR /&gt;create fs's (boot lv should be hfs). mount file systems.&lt;BR /&gt;&lt;BR /&gt;copy the files using cpio or any method you are comfortable with. &lt;BR /&gt;&lt;BR /&gt;change the bootpath to new disk using setboot -p HWAddr_of_newdisk.&lt;BR /&gt;&lt;BR /&gt;edit the /stand/bootconf file and change the boot disk device file.&lt;BR /&gt;&lt;BR /&gt;boot into lvm maintenance mode, export the current vg00 &lt;BR /&gt;and the vg you created now. import the newvg to vg00.&lt;BR /&gt;&lt;BR /&gt;now boot to the multi-user mode. &lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Srini.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 00:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-boot-disk/m-p/2919007#M109043</guid>
      <dc:creator>avsrini</dc:creator>
      <dc:date>2003-03-05T00:15:40Z</dc:date>
    </item>
  </channel>
</rss>

