<?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 the root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778178#M262702</link>
    <description>Pete,&lt;BR /&gt;If lvol5 is mirrored before lvol4 what could happen is reality? &lt;BR /&gt;Suppose i have lvol10 and lvol11 that doesnt need mirroring so i mirror lvol12 and  lvol13 now. If future i need to mirror lvol10 and 11 then is it ok ? Because the sequence of lvols on the mirrored disk would be lvol1,2,3,4,5,6,7,8,9,12,13 and then 10 and 11. Please explain</description>
    <pubDate>Wed, 26 Apr 2006 10:42:29 GMT</pubDate>
    <dc:creator>d.yoman</dc:creator>
    <dc:date>2006-04-26T10:42:29Z</dc:date>
    <item>
      <title>mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778174#M262698</link>
      <description>I have a 146GB root disk. It needs to be mirrored with another disk of same capacity. There are around 15 lvols that include standard lvols created by OS and secondary swap and some data related lvols. I want to know which lvols should be mirrored in exact sequence. also want to know what problems may be faced if lvols dont have staring PE same on the mirrored disk. Any additional precautions to be taken while mirroring the disk. The do's and don'ts .&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 10:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778174#M262698</guid>
      <dc:creator>d.yoman</dc:creator>
      <dc:date>2006-04-26T10:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778175#M262699</link>
      <description>First the procedure:&lt;BR /&gt;&lt;BR /&gt;1. Create a physical volume with a boot reserved area&lt;BR /&gt;"pvcreate -B /dev/rdsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;2. Add the physical volume to the root VG&lt;BR /&gt;"vgextend /dev/vg00 /dev/dsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;3. Use mkboot to place the boot utilities in the boot area and add the AUTO file&lt;BR /&gt;&lt;BR /&gt;"mkboot /dev/rdsk/c1t6d0"&lt;BR /&gt;"mkboot -a "hpux -lq" /dev/rdsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;4. Use mkboot to update the AUTO file on the primary boot disk&lt;BR /&gt;"mkboot -a "hpux -lq" /dev/rdsk/c0t6d0"&lt;BR /&gt;&lt;BR /&gt;5. Mirror the stand, root and swap logical volumes&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0"&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0"&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;6. Modify your alternate boot path&lt;BR /&gt;"setboot -a 8/8.6.0 # use the path of your new boot disk"&lt;BR /&gt;&lt;BR /&gt;7. Edit /stand/bootconf and add your new mirrored boot disk.&lt;BR /&gt;&lt;BR /&gt;That's all there is to it.  You may notice that I left out any&lt;BR /&gt;lvlnboot commands. That is because they are not&lt;BR /&gt;necessary - see the man page:&lt;BR /&gt;&lt;BR /&gt;"This command should be run in recovery mode (-R)&lt;BR /&gt;whenever the configuration of the root volume group is&lt;BR /&gt;affected by one of the following commands: lvextend,&lt;BR /&gt;lvmerge, lvreduce, lvsplit, pvmove, lvremove, vgextend,&lt;BR /&gt;or vgreduce (see lvextend(1M), lvmerge(1M), lvreduce(1M),&lt;BR /&gt;lvsplit(1M), pvmove(1M), lvremove(1M), vgextend(1M), and&lt;BR /&gt;vgreduce(1M)). Starting with HP-UX Release 10.0, this is&lt;BR /&gt;done automatically."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then the recommendations:&lt;BR /&gt;&lt;BR /&gt;I would mirror all your logical volumes.  I would prefer to keep my data separate from my root OS lvols, but if that is not possible, make sure everything is mirrored so you are protected in case of disk failure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 26 Apr 2006 10:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778175#M262699</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-04-26T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778176#M262700</link>
      <description>The only requirement is that lvol1 through lvol3 be mirrored first, in that order. Beyond that, it doesn't matter.</description>
      <pubDate>Wed, 26 Apr 2006 10:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778176#M262700</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-04-26T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778177#M262701</link>
      <description>@Pete: &lt;BR /&gt;&lt;BR /&gt;Sorry, there is more than PA-RISC in this world.&lt;BR /&gt;&lt;BR /&gt;If you have an Integrity (Itanium) server, the procedure is different. &lt;BR /&gt;If you have a PA-RISC based server, follow Petes advise.&lt;BR /&gt;&lt;BR /&gt;please post the output of&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;&lt;BR /&gt;The Itanium procedure is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000082066576" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000082066576&lt;/A&gt;</description>
      <pubDate>Wed, 26 Apr 2006 10:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778177#M262701</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-04-26T10:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778178#M262702</link>
      <description>Pete,&lt;BR /&gt;If lvol5 is mirrored before lvol4 what could happen is reality? &lt;BR /&gt;Suppose i have lvol10 and lvol11 that doesnt need mirroring so i mirror lvol12 and  lvol13 now. If future i need to mirror lvol10 and 11 then is it ok ? Because the sequence of lvols on the mirrored disk would be lvol1,2,3,4,5,6,7,8,9,12,13 and then 10 and 11. Please explain</description>
      <pubDate>Wed, 26 Apr 2006 10:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778178#M262702</guid>
      <dc:creator>d.yoman</dc:creator>
      <dc:date>2006-04-26T10:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778179#M262703</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Since it is the root disk and you have the same capacity disk available for mirroring , it is better to mirror all the LVs.  Here is the procedure to mirror the root disk.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -fB /dev/rdsk/cxtxd0&lt;BR /&gt;# mkboot -l /dev/rdsk/cxtxd0&lt;BR /&gt;# mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cxtxd0&lt;BR /&gt;# lifcp /dev/rdsk/cxtxd0:AUTO -&lt;BR /&gt;# vgextend /dev/vgXX /dev/dsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;# bdf ( see how many Lvs you have , also take the swap LVs also and use the same number of lvs in the loop script below)&lt;BR /&gt;&lt;BR /&gt;Here is a small loop script to mirror all the LVs.. &lt;BR /&gt; &lt;BR /&gt;for i in 1 2 3 4 5 6 7 8 ;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cxtxd0&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;#lvlnboot â  R&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 10:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778179#M262703</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2006-04-26T10:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778180#M262704</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Since it is the root disk and you have the same capacity disk available for mirroring , it is better to mirror all the LVs.  Here is the procedure to mirror the root disk.&lt;BR /&gt;&lt;BR /&gt;# pvcreate -fB /dev/rdsk/cxtxd0&lt;BR /&gt;# mkboot -l /dev/rdsk/cxtxd0&lt;BR /&gt;# mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cxtxd0&lt;BR /&gt;# lifcp /dev/rdsk/cxtxd0:AUTO -&lt;BR /&gt;# vgextend /dev/vgXX /dev/dsk/cxtxd0&lt;BR /&gt;&lt;BR /&gt;# bdf ( see how many Lvs you have , also take the swap LVs also and use the same number of lvs in the loop script below)&lt;BR /&gt;&lt;BR /&gt;Here is a small loop script to mirror all the LVs.. &lt;BR /&gt; &lt;BR /&gt;for i in 1 2 3 4 5 6 7 8 ;do&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cxtxd0&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;#lvlnboot â  R&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck &lt;BR /&gt;&lt;BR /&gt;James&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 10:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778180#M262704</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2006-04-26T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778181#M262705</link>
      <description>Thanks to all of you but please reply to my comment above and lets talk about the DON't s and their effect.</description>
      <pubDate>Wed, 26 Apr 2006 10:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778181#M262705</guid>
      <dc:creator>d.yoman</dc:creator>
      <dc:date>2006-04-26T10:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778182#M262706</link>
      <description>As said above, the order ONLY realy matters for LVOL's 1, 2 and 3.&lt;BR /&gt;&lt;BR /&gt;The other LVOLs can be mirrored in any order.  It really does not matter.  I don't know of any performance penalty.  HP-UX keeps track of the PE's for the mirrors.  The mirrors do not have to be on the exact same PE's.</description>
      <pubDate>Wed, 26 Apr 2006 10:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778182#M262706</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-26T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778183#M262707</link>
      <description>Again, its essential to take the right procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are mirroring an Integrity machine with the procedure for a PA-RISC system, you will get a mirrored disk, but this disk will *NEVER* boot.&lt;BR /&gt;&lt;BR /&gt;Important like suggested by others:&lt;BR /&gt;&lt;BR /&gt;mirror first lvol1, lvol2 and lvol3.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 10:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778183#M262707</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-04-26T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778184#M262708</link>
      <description>OK, then, for Itanium, the procedure is outlined here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 26 Apr 2006 10:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778184#M262708</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-04-26T10:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778185#M262709</link>
      <description>what if lvol14 and lvol 12 are swap partitions and mirrored as lvol14 first and then lvol12</description>
      <pubDate>Wed, 26 Apr 2006 10:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778185#M262709</guid>
      <dc:creator>d.yoman</dc:creator>
      <dc:date>2006-04-26T10:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778186#M262710</link>
      <description>It doesn't matter.&lt;BR /&gt;&lt;BR /&gt;For the record though -- Having multiple swap areas on the same disk is not necessarily a good idea.  Depending on their priority, if you actually start paging then you could get a serious performance hit and LOTS of head thrashing on the disk if it is trying to write to multiple swap partitions of the same priority.</description>
      <pubDate>Wed, 26 Apr 2006 10:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778186#M262710</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-26T10:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778187#M262711</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have a question on the same topic.&lt;BR /&gt;&lt;BR /&gt;We have 146gb local disk with all the O.S partitions.  I am planning to configure 16GB swap space in one logical volume in the same disk.  Is it O.K to have the swap lvol in the same O.S disk?  &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Raji</description>
      <pubDate>Wed, 26 Apr 2006 11:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778187#M262711</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2006-04-26T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778188#M262712</link>
      <description>after say 6 months what should one check so that he can be assured that the failure of a disk wont cause any trouble.  i need commands and their expected output and what to concentrate in  the output</description>
      <pubDate>Wed, 26 Apr 2006 11:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778188#M262712</guid>
      <dc:creator>d.yoman</dc:creator>
      <dc:date>2006-04-26T11:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778189#M262713</link>
      <description>You should have a script that checks for "stale" extents.&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00 |grep stale | wc -l&lt;BR /&gt;&lt;BR /&gt;Ideally that should come back with a count of 0.  If it is any other number then one of the LVOLs has stale extents.  You could then do an 'lvdisplay -v' on the lvol to see how many extents are stale.  &lt;BR /&gt;&lt;BR /&gt;Stale extents generally indicate some sort of disk problem, possibly a bad spot on the disk.  If all LVOLs in the VG show stale, then you disk is likely dead.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 11:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778189#M262713</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-26T11:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778190#M262714</link>
      <description>first check, if your disks are both bootable:&lt;BR /&gt;&lt;BR /&gt;e.g.&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/c1t15d0 (0/0/1/1.15.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c3t15d0 (0/0/2/1.15.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t15d0&lt;BR /&gt;                        /dev/dsk/c3t15d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t15d0&lt;BR /&gt;                        /dev/dsk/c3t15d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t15d0&lt;BR /&gt;                        /dev/dsk/c3t15d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t15d0, 0&lt;BR /&gt;&lt;BR /&gt;This is indicating a non-bootable pair of vg00 disks:&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/c1t15d0 (0/0/1/1.15.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c3t15d0 (0/0/2/1.15.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t15d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t15d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t15d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t15d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now check the mirror:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v|more&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      19     &lt;BR /&gt;Open LV                     19     &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      2      &lt;BR /&gt;Act PV                      2      &lt;BR /&gt;Max PE per PV               4350         &lt;BR /&gt;VGDA                        4   &lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    8680    &lt;BR /&gt;Alloc PE                    7106    &lt;BR /&gt;Free PE                     1574    &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            152             &lt;BR /&gt;   Current LE                  19        &lt;BR /&gt;   Allocated PE                38          &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg03/lvol3|more&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg03/lvol3&lt;BR /&gt;VG Name                     /dev/vg03&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            8680            &lt;BR /&gt;Current LE                  2170      &lt;BR /&gt;Allocated PE                4340        &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(important for lvdisplay)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mirror copies               1 - you have 1 mirror copy&lt;BR /&gt;&lt;BR /&gt;LV Status                   available/syncd           - your mirror is syncd&lt;BR /&gt;&lt;BR /&gt;(if you have "stale" you have a problem)&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 11:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778190#M262714</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-04-26T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778191#M262715</link>
      <description>whats the meaining of Allocation : Strict &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;Allocation : Strict / Contiguous&lt;BR /&gt;&lt;BR /&gt;what is the difference?</description>
      <pubDate>Wed, 26 Apr 2006 11:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778191#M262715</guid>
      <dc:creator>d.yoman</dc:creator>
      <dc:date>2006-04-26T11:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring the root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778192#M262716</link>
      <description>Strict means that you can't mirror an LVOL to the same disk.&lt;BR /&gt;&lt;BR /&gt;Contiguous means that the PE's for an LVOL must be available in one big chunk on the disk.  The PE's can't be split up.&lt;BR /&gt;&lt;BR /&gt;LVOL's 1, 2 and 3 (/stand, PRI SWAP and /) MUST be contiguous.  Others do not have to be.&lt;BR /&gt;&lt;BR /&gt;Have a look at the lvcreate, lvextend man pages for more information on strict, strict contiguous, etc.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 11:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-the-root-disk/m-p/3778192#M262716</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-26T11:33:05Z</dc:date>
    </item>
  </channel>
</rss>

