<?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 Root Disk with different drives in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832797#M635282</link>
    <description>Just to very much agree with what Jim F. said.&lt;BR /&gt;&lt;BR /&gt;You may want to run your ignite tape and rebuild your root volume group on the 9GB disk making that the primary drive then mirror over to the 4GB disk. You won't loose the 5GB even though the diskspace is allocated to VG00 it is still usable by you for other things.&lt;BR /&gt;&lt;BR /&gt;have a good day.&lt;BR /&gt;&lt;BR /&gt;fg</description>
    <pubDate>Fri, 25 Oct 2002 15:20:15 GMT</pubDate>
    <dc:creator>fg_1</dc:creator>
    <dc:date>2002-10-25T15:20:15Z</dc:date>
    <item>
      <title>Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832787#M635272</link>
      <description>&lt;BR /&gt;Greetings!&lt;BR /&gt;&lt;BR /&gt;   I have a c240 running HP-UX 11.00 with Mirroring. I'd like to mirror the root disk with an available internal disk. My root disk is a 4g drive and the available disk is a 9gig drive. I looked high and low for information on this but couldn't find any.  &lt;BR /&gt;&lt;BR /&gt;Your advice will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;-john&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2002 14:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832787#M635272</guid>
      <dc:creator>John Downs_1</dc:creator>
      <dc:date>2002-10-24T14:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832788#M635273</link>
      <description>This is the process I used all the time.&lt;BR /&gt;&lt;BR /&gt;o Assuming c1t2d0 is primary disk and c2t2d0 is the disk to be mirrored.&lt;BR /&gt;o Assuming (lvol1=/stand;lvol2=primary swap;lvol3=/;lvol4-&amp;gt;lvol8=the rest)&lt;BR /&gt;&lt;BR /&gt;# swlist -l bundle| grep -i mirror&lt;BR /&gt;=&amp;gt; Make sure you have MirrorUX installed&lt;BR /&gt;# pvcreate -f -B /dev/rdsk/c2t2d0&lt;BR /&gt;# mkboot -l  /dev/rdsk/c2t2d0&lt;BR /&gt;=&amp;gt; Create boot track (place boot utilities in boot area), -l means treat device as LVM disk.&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;=&amp;gt; Add AUTO file in boot LIF area, "lq" option is to bypass quorum check.&lt;BR /&gt;=&amp;gt; Repeat for primary disk (c1t2d0) as well.&lt;BR /&gt;# lifcp /dev/rdsk/c2t2d0:AUTO -&lt;BR /&gt;=&amp;gt; Check content of AUTO file. Repeat for primary disk (c1t2d0).&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c2t2d0&lt;BR /&gt;=&amp;gt; Adding disk to root VG.&lt;BR /&gt;# pvdisplay -v /dev/dsk/c2t2d0&lt;BR /&gt;=&amp;gt; Note of the order of LVs (assuming it's lvol1,lvol2,lvol3,lvol4-&amp;gt;lvol8)&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0&lt;BR /&gt;=&amp;gt; Repeat for lvol2-&amp;gt;lvol8&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1 /dev/vg00&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;=&amp;gt; Update BDRA (root, boot, swap and dump) &lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;=&amp;gt; Check to make sure both disks are listed for root, boot and swap definition.&lt;BR /&gt;# setboot&lt;BR /&gt;=&amp;gt; Display boot path.&lt;BR /&gt;# setboot -a 0/0/2/0.2.0&lt;BR /&gt;=&amp;gt; Change alternate boot path to mirrored disk.&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;=&amp;gt; Interrupt upon bootup and select alt path to boot from in order to test.&lt;BR /&gt;&lt;BR /&gt;For the official doc take a look at the SOftware Recovery Handbook (chap 16)&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/iv/data/documents/DE_SW_UX_swrec_EN_01_E/Introduction.pdf" target="_blank"&gt;http://us-support3.external.hp.com/iv/data/documents/DE_SW_UX_swrec_EN_01_E/Introduction.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2002 14:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832788#M635273</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-24T14:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832789#M635274</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can do it, but if your vg has been created with default options for max PE and PE size, you will not be able to use it entirely (some PE will not be addressed). Theses parameters cannot be modified without reinstalling your system (but you can use ignite).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Thu, 24 Oct 2002 14:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832789#M635274</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-24T14:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832790#M635275</link>
      <description>One more thought .. though this would work just fine (ie using different size mirror disk) but if you can I would recommend the same size root disks. I'm just not used to using differnt size disks plus I do not know if that can affect performance, I doubt it though.</description>
      <pubDate>Thu, 24 Oct 2002 14:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832790#M635275</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-24T14:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832791#M635276</link>
      <description>I would recommend that you install the latest LVM patches before mirroring.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 24 Oct 2002 15:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832791#M635276</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-10-24T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832792#M635277</link>
      <description>As mentioned by jean, if you had not created the VG with that 9GB disk probably you would not able to access excess of 4 GB.&lt;BR /&gt;&lt;BR /&gt;In this situation I would recomend you to take an ignite backup of vg00 and restore it on 9GB disk. And then do the mirroring on the 4GB Disk as described by SK. &lt;BR /&gt;&lt;BR /&gt;And regarding the size difference, nothing will happen. Only the limitation is , you can mirror only upto the size of your smaller disk.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 24 Oct 2002 15:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832792#M635277</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-10-24T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832793#M635278</link>
      <description>Although mirroring should be performed between like disks, it will work. The downside is the the slowest disk (very likely the 4Gb one) will define the overall write speed for the volume.  That is, the faster disk will just be idle which the slower disk finishes.</description>
      <pubDate>Thu, 24 Oct 2002 17:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832793#M635278</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-10-24T17:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832794#M635279</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;    You guys are great! It looks like my only limitation is lossing 5 gig of space on the 9gig drive. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;-john</description>
      <pubDate>Fri, 25 Oct 2002 14:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832794#M635279</guid>
      <dc:creator>John Downs_1</dc:creator>
      <dc:date>2002-10-25T14:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832795#M635280</link>
      <description>John&lt;BR /&gt;&lt;BR /&gt;As Sandip has said reverse the two disks and you will not loose the 5 gig.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 25 Oct 2002 14:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832795#M635280</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-25T14:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832796#M635281</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;You might consider making an Ignite 'make_tape_recovery' tape of vg00 and reinstalling  your system.  If you do so, choose the 9GB disk as the installation target, *or*, preferably, modify the target volume group parameters to specify a 'max_pe' and 'pe_size' value that spans at *least* a 9GB volume.  Then, remirror your volume group.&lt;BR /&gt;&lt;BR /&gt;You can't change the 'max_pe' and 'pe_size' once a volume group is created.&lt;BR /&gt;&lt;BR /&gt;The suggestion above would allow you to replace the 4GB disk with a larger one later and be able to expand utilization of the physical disk beyond 4GB.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 14:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832796#M635281</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832797#M635282</link>
      <description>Just to very much agree with what Jim F. said.&lt;BR /&gt;&lt;BR /&gt;You may want to run your ignite tape and rebuild your root volume group on the 9GB disk making that the primary drive then mirror over to the 4GB disk. You won't loose the 5GB even though the diskspace is allocated to VG00 it is still usable by you for other things.&lt;BR /&gt;&lt;BR /&gt;have a good day.&lt;BR /&gt;&lt;BR /&gt;fg</description>
      <pubDate>Fri, 25 Oct 2002 15:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832797#M635282</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-10-25T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832798#M635283</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;   I've never used ignite. Does it come with the standard install of HP-UX?  Will it allow me to recreate the same boot image/filesystems/patches that I currently have on the 4 gig drive? &lt;BR /&gt;&lt;BR /&gt;-john&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 16:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832798#M635283</guid>
      <dc:creator>John Downs_1</dc:creator>
      <dc:date>2002-10-25T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Root Disk with different drives</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832799#M635284</link>
      <description>Hi (again) John:&lt;BR /&gt;&lt;BR /&gt;A current version of Ignite along with documentation can be obtained from the Ignite site here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/index.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Installation is done with 'swinstall' and includes man pages.  A reboot is not necessary to configure Ignite.&lt;BR /&gt;&lt;BR /&gt;You should always have a current Ignite recovery tape available.  With it, you can capture a bootable image of your root volume group (vg00) and use it to clone or restore a server.  You can also use it to recreate your root volume group logical volume sizes by doing the equivalent of a "cold" install.&lt;BR /&gt;&lt;BR /&gt;Yes, your *complete* system configuration is captured by an Ignite recovery tape.  &lt;BR /&gt;&lt;BR /&gt;Use this to create a tape archive for all of vg00: &lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;The 'make_tape_recovery' command also allows the specification of include or exclude options for other volume groups, and directories (see the man pages), although Ignite is *not* designed to be a backup solution. &lt;BR /&gt;&lt;BR /&gt;For cloning, or for installing, interrupt the boot process and boot from the Ignite tape. You can choose the Advanced Installation tab and resize any filesystems as needed. &lt;BR /&gt;&lt;BR /&gt;I have found that it is easiest to defer network configuration during the Ignite recovery. Indicate when queried by Ignite that you wish to run '/sbin/set_parms' to configure networking afterwards. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 16:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-root-disk-with-different-drives/m-p/2832799#M635284</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T16:35:06Z</dc:date>
    </item>
  </channel>
</rss>

