<?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: strange LVM issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250394#M331444</link>
    <description>I have just checked and the following sam patch is installed:-&lt;BR /&gt;&lt;BR /&gt; PHCO_34974            cumulative SAM patch&lt;BR /&gt;&lt;BR /&gt;I checked out the current one on the HP website and it has hordes of dependancies, would you still recommend me downloading and installing it?</description>
    <pubDate>Tue, 12 Aug 2008 10:10:53 GMT</pubDate>
    <dc:creator>Nyck_1</dc:creator>
    <dc:date>2008-08-12T10:10:53Z</dc:date>
    <item>
      <title>strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250383#M331433</link>
      <description>I have just gone into sam to check a logical volume on one of my Itanium 11.23 servers and before it displayed the logical volume information the following message popped up:-&lt;BR /&gt;&lt;BR /&gt;The Logical Volume Manager shows this device file, /dev/dsk/c2t0d0s2, with hardware path, 0/4/1/0.0.0.0.0, as belonging to Volume group vg00. SAM has determined that this hardware path is not currently active because either the device is disconnected, or this is not the primary path to a multiple path physical volume.&lt;BR /&gt;&lt;BR /&gt;What on earth is going on here?&lt;BR /&gt;&lt;BR /&gt;I can see nothing wrong with this server!</description>
      <pubDate>Tue, 12 Aug 2008 09:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250383#M331433</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250384#M331434</link>
      <description>Use the "vgdisplay -v /dev/vg00 |more" command to check the status of the vg00 and the disk. SAM is not always reliable, maybe the "s2" in the disk device was confusing. Check if there are SAM patches available for your server.</description>
      <pubDate>Tue, 12 Aug 2008 09:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250384#M331434</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-08-12T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250385#M331435</link>
      <description>what your ioscan -fnC disk is saying? is it claimed or any other status?&lt;BR /&gt;&lt;BR /&gt;check your raid controller.</description>
      <pubDate>Tue, 12 Aug 2008 09:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250385#M331435</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-08-12T09:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250386#M331436</link>
      <description>the vgdisplay -v stuff seems fine:-&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00 |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                      9      &lt;BR /&gt;Open LV                     9      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      1      &lt;BR /&gt;Act PV                      1      &lt;BR /&gt;Max PE per PV               4356         &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;PE Size (Mbytes)            32              &lt;BR /&gt;Total PE                    4346    &lt;BR /&gt;Alloc PE                    3848    &lt;BR /&gt;Free PE                     498     &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)            1792            &lt;BR /&gt;   Current LE                  56        &lt;BR /&gt;   Allocated PE                56          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            16384           &lt;BR /&gt;   Current LE                  512       &lt;BR /&gt;   Allocated PE                512         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2048            &lt;BR /&gt;   Current LE                  64        &lt;BR /&gt;   Allocated PE                64          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            30720           &lt;BR /&gt;   Current LE                  960       &lt;BR /&gt;   Allocated PE                960         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            10240           &lt;BR /&gt;   Current LE                  320       &lt;BR /&gt;   Allocated PE                320         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2048            &lt;BR /&gt;   Current LE                  64        &lt;BR /&gt;   Allocated PE                64          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            10240           &lt;BR /&gt;   Current LE                  320       &lt;BR /&gt;   Allocated PE                320         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            16896           &lt;BR /&gt;   Current LE                  528       &lt;BR /&gt;   Allocated PE                528         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lv_swapext&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            32768           &lt;BR /&gt;   Current LE                  1024      &lt;BR /&gt;   Allocated PE                1024        &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0s2&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4346    &lt;BR /&gt;   Free PE                     498     &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;   Proactive Polling           On</description>
      <pubDate>Tue, 12 Aug 2008 09:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250386#M331436</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T09:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250387#M331437</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if lvdisplay -v output and ioscan output is ok. have look at this patch. your problem is patched here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_36562&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main" target="_blank"&gt;http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_36562&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main&lt;/A&gt;|search|&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Tue, 12 Aug 2008 09:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250387#M331437</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-08-12T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250388#M331438</link>
      <description>The ioscan output seems fine also:-&lt;BR /&gt;&lt;BR /&gt; ioscan -fnC disk&lt;BR /&gt;Class        I  H/W Path        Driver         S/W State   H/W Type     Description&lt;BR /&gt;====================================================================================&lt;BR /&gt;disk         9  0/0/2/1.0.16.0.0         sdisk          CLAIMED     DEVICE       TEAC    DV-28E-V&lt;BR /&gt;                               /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk         1  0/4/1/0.0.0.0.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t0d0     /dev/dsk/c2t0d0s2   /dev/rdsk/c2t0d0    /dev/rdsk/c2t0d0s2&lt;BR /&gt;                               /dev/dsk/c2t0d0s1   /dev/dsk/c2t0d0s3   /dev/rdsk/c2t0d0s1  /dev/rdsk/c2t0d0s3&lt;BR /&gt;disk         2  0/4/1/0.0.0.1.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t1d0   /dev/rdsk/c2t1d0&lt;BR /&gt;disk         3  0/4/1/0.0.0.2.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t2d0   /dev/rdsk/c2t2d0&lt;BR /&gt;disk         4  0/4/1/0.0.0.3.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t3d0   /dev/rdsk/c2t3d0&lt;BR /&gt;disk         5  0/4/1/0.0.0.4.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t4d0   /dev/rdsk/c2t4d0&lt;BR /&gt;disk         6  0/4/1/0.0.0.5.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t5d0   /dev/rdsk/c2t5d0&lt;BR /&gt;disk         7  0/4/1/0.0.0.6.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t6d0   /dev/rdsk/c2t6d0&lt;BR /&gt;disk         8  0/4/1/0.0.0.7.0          sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c2t7d0     /dev/dsk/c2t7d0s2   /dev/rdsk/c2t7d0    /dev/rdsk/c2t7d0s2&lt;BR /&gt;                               /dev/dsk/c2t7d0s1   /dev/dsk/c2t7d0s3   /dev/rdsk/c2t7d0s1  /dev/rdsk/c2t7d0s3&lt;BR /&gt;disk        10  0/6/0/0/0/0/1/0/0/0.0.0  sdisk          CLAIMED     DEVICE       HP      LOGICAL VOLUME&lt;BR /&gt;                               /dev/dsk/c1t0d0   /dev/rdsk/c1t0d0&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Aug 2008 09:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250388#M331438</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250389#M331439</link>
      <description>I'm a bit confused about YOUR configuration overall.&lt;BR /&gt;&lt;BR /&gt;Your (un-mirrored !!!) boot disk:&lt;BR /&gt;&lt;BR /&gt;disk 1 0/4/1/0.0.0.0.0 sdisk CLAIMED DEVICE HP DG146ABAB4 &lt;BR /&gt;/dev/dsk/c2t0d0 /dev/dsk/c2t0d0s2 /dev/rdsk/c2t0d0 /dev/rdsk/c2t0d0s2 &lt;BR /&gt;/dev/dsk/c2t0d0s1 /dev/dsk/c2t0d0s3 /dev/rdsk/c2t0d0s1 /dev/rdsk/c2t0d0s3 &lt;BR /&gt;&lt;BR /&gt;Another (?) boot disk:&lt;BR /&gt;&lt;BR /&gt;disk 8 0/4/1/0.0.0.7.0 sdisk CLAIMED DEVICE HP DG146ABAB4 &lt;BR /&gt;/dev/dsk/c2t7d0 /dev/dsk/c2t7d0s2 /dev/rdsk/c2t7d0 /dev/rdsk/c2t7d0s2 &lt;BR /&gt;/dev/dsk/c2t7d0s1 /dev/dsk/c2t7d0s3 /dev/rdsk/c2t7d0s1 /dev/rdsk/c2t7d0s3 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is either a rx3600 or rx6600 with "plain" SAS disks, right?</description>
      <pubDate>Tue, 12 Aug 2008 10:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250389#M331439</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-12T10:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250390#M331440</link>
      <description>sorry for previous post. wrong version. for 11.23:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_36563&amp;amp;sel={hpux:11.23,}&amp;amp;BC=main" target="_blank"&gt;http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_36563&amp;amp;sel={hpux:11.23,}&amp;amp;BC=main&lt;/A&gt;|search|&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Aug 2008 10:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250390#M331440</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-08-12T10:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250391#M331441</link>
      <description>Its an rx6600 running 11.23, the root disk is not mirrored as our company does not like to spend money. When this server was bought it has 11.23 pre-installed and that would of been on c2t7d0, reason why it looks like we have two root disks. This server has got a built in P400 raid array hence the c1t0d0 bit.</description>
      <pubDate>Tue, 12 Aug 2008 10:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250391#M331441</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T10:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250392#M331442</link>
      <description>The annoying thing is that I cannot remember if this has done this before. I think this is the first time I have used sam to look at the logical devices since I built this server 2-3 months ago.&lt;BR /&gt;&lt;BR /&gt;I will download the 11.23 sam patch and see what happens.</description>
      <pubDate>Tue, 12 Aug 2008 10:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250392#M331442</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T10:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250393#M331443</link>
      <description>&amp;gt;&amp;gt;"the root disk is not mirrored as our company does not like to spend money"&lt;BR /&gt;&lt;BR /&gt;You don't need mirrordisk/UX, but you can have hardware mirroring (Integrated RAID) on this system for free.&lt;BR /&gt;&lt;BR /&gt;Think about this!&lt;BR /&gt;&lt;BR /&gt;What action did you take when the notification popped up?</description>
      <pubDate>Tue, 12 Aug 2008 10:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250393#M331443</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-12T10:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250394#M331444</link>
      <description>I have just checked and the following sam patch is installed:-&lt;BR /&gt;&lt;BR /&gt; PHCO_34974            cumulative SAM patch&lt;BR /&gt;&lt;BR /&gt;I checked out the current one on the HP website and it has hordes of dependancies, would you still recommend me downloading and installing it?</description>
      <pubDate>Tue, 12 Aug 2008 10:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250394#M331444</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T10:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250395#M331445</link>
      <description>From the patch text I really like this fix:&lt;BR /&gt;&lt;BR /&gt;10. JAGag47682 - 8606495760) SAM exhibits incorrect behavior.&lt;BR /&gt;&lt;BR /&gt;;-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You only have the previous patch installed, see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/patch/patchTree.do?patchid=PHCO_36563&amp;amp;sel={hpux:11.23,}&amp;amp;BC=main" target="_blank"&gt;http://www12.itrc.hp.com/service/patch/patchTree.do?patchid=PHCO_36563&amp;amp;sel={hpux:11.23,}&amp;amp;BC=main&lt;/A&gt;|search|patchDetail{PHCO_36563,{hpux:11.23,}}|</description>
      <pubDate>Tue, 12 Aug 2008 10:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250395#M331445</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-12T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250396#M331446</link>
      <description>Yes the Hardware raid is free, but does that not only apply to the P400 array disks?&lt;BR /&gt;&lt;BR /&gt;the root disk is not one of those.&lt;BR /&gt;&lt;BR /&gt;The messages were just info and I just clicked on the ok tab</description>
      <pubDate>Tue, 12 Aug 2008 10:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250396#M331446</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250397#M331447</link>
      <description>No, not only the P400.&lt;BR /&gt;&lt;BR /&gt;You can create 2 pairs of mirrored disk on the built-in SAS controller.</description>
      <pubDate>Tue, 12 Aug 2008 10:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250397#M331447</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-12T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250398#M331448</link>
      <description>For the integrated mirror see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90071/ch03s01.html" target="_blank"&gt;http://docs.hp.com/en/J6369-90071/ch03s01.html&lt;/A&gt;</description>
      <pubDate>Tue, 12 Aug 2008 10:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250398#M331448</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-12T10:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250399#M331449</link>
      <description>I now have the patch bundle so I can install it when I can get a time to reboot the server.&lt;BR /&gt;&lt;BR /&gt;I will speak to the people who own the server about mirroring the root disk, from what I remember there was a reason as to why they did not want it to be done in the first place.</description>
      <pubDate>Tue, 12 Aug 2008 10:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250399#M331449</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T10:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250400#M331450</link>
      <description>You already know what happens if this single boot disk dies one day ...&lt;BR /&gt;&lt;BR /&gt;I would strongly suggest to mirror it.</description>
      <pubDate>Tue, 12 Aug 2008 10:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250400#M331450</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-12T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: strange LVM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250401#M331451</link>
      <description>Yup I know exactly what will happen and I will tell em I told u so:-)&lt;BR /&gt;&lt;BR /&gt;I have managed to persuade them to let me mirror the Sun servers with VVM or SDS and I'm currently working on the AIX servers along with the HP ones.&lt;BR /&gt;&lt;BR /&gt;cheers for the excellent replies as usual!</description>
      <pubDate>Tue, 12 Aug 2008 10:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-lvm-issue/m-p/4250401#M331451</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-08-12T10:50:15Z</dc:date>
    </item>
  </channel>
</rss>

