<?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: LVM problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317604#M186852</link>
    <description>To me it looks like you have only one path to each of your LUNS: c16t0d[012]&lt;BR /&gt;The other 3 devices are other LUNS, apparently empty ones. Check out your configuration of your disk array for this.&lt;BR /&gt;&lt;BR /&gt;Also check out your devices. It looks like there is a really strange device:  /dev/insf26567&lt;BR /&gt;I think you can savely remove it with rmsf&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Jun 2004 02:30:47 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2004-06-29T02:30:47Z</dc:date>
    <item>
      <title>LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317596#M186844</link>
      <description>Hi all !&lt;BR /&gt;&lt;BR /&gt;I have the following problem:&lt;BR /&gt;&lt;BR /&gt;I have server and disk storage. There are 3 LUNs on disk storage. In ioscan output on server I see 6 device files:&lt;BR /&gt;/dev/dsk/c16t0d0&lt;BR /&gt;/dev/dsk/c16t0d1&lt;BR /&gt;/dev/dsk/c16t0d1&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c16t1d0&lt;BR /&gt;/dev/dsk/c16t2d0&lt;BR /&gt;/dev/dsk/c16t3d0&lt;BR /&gt;&lt;BR /&gt;2 device files for each LUN, because there are two path to one LUN.&lt;BR /&gt;I'm vgimporting a volume group that exists on 3 LUNs&lt;BR /&gt;&lt;BR /&gt;vgimport /dev/vg_sap /dev/dsk/c16t0d0 /dev/dsk/c16t0d1 /dev/dsk/c16t0d2&lt;BR /&gt;&lt;BR /&gt;successfully&lt;BR /&gt;&lt;BR /&gt;but I cant vgextend volume group with the last 3 disks (alternative paths).&lt;BR /&gt;&lt;BR /&gt;The output of vgextend is :&lt;BR /&gt;# vgextend /dev/vg_sap /dev/dsk/c16t1d0&lt;BR /&gt;vgextend: Couldn't open physical volume "/dev/dsk/c16t1d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;What should I do to solve this problem?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 00:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317596#M186844</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-06-29T00:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317597#M186845</link>
      <description>Be sure you can access the disk thru the alternate path. Thiscan be tested with 'diskinfo /dev/rdsk/c16t1d0'.&lt;BR /&gt;My guess is that this will fail and you will need to check you HW. The fact that the dev-files are present means that the path probably worked at some point.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 29 Jun 2004 01:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317597#M186845</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-06-29T01:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317598#M186846</link>
      <description>Hi!&lt;BR /&gt;Yes you're right the "diskinfo" failed&lt;BR /&gt;&lt;BR /&gt;#diskinfo /dev/rdsk/c16t1d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c16t1d0:&lt;BR /&gt;             vendor: HP      &lt;BR /&gt;         product id: A5277A          &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 0 Kbytes&lt;BR /&gt;   bytes per sector: 0&lt;BR /&gt;&lt;BR /&gt;:(</description>
      <pubDate>Tue, 29 Jun 2004 01:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317598#M186846</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-06-29T01:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317599#M186847</link>
      <description>I guess, alternate paths of LUNs are not listed in /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;You have written, your primary paths are:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c16t0d0&lt;BR /&gt;/dev/dsk/c16t0d1------&amp;gt;same disk&lt;BR /&gt;/dev/dsk/c16t0d1------&amp;gt;same disk.&lt;BR /&gt;&lt;BR /&gt;I guess, it's typo mistake. If not pls check with ioscan output again.&lt;BR /&gt;&lt;BR /&gt;Have you tried with 'diskinfo' on primary and alternate disk?&lt;BR /&gt;&lt;BR /&gt;If it is device related problem, then 'ioscan' and 'insf -e' can help you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Richard</description>
      <pubDate>Tue, 29 Jun 2004 01:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317599#M186847</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-06-29T01:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317600#M186848</link>
      <description>I think the c16t[123]d0 devices are NOT your alternate paths. If they are, I don't see why you want this alternate path, since you still use the same controller for the primary and alternate path, leaving a SPOF...&lt;BR /&gt;&lt;BR /&gt;Running ioscan and insf -e, as suggested above, should install device files if there is an alternate path not yet installed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 01:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317600#M186848</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-06-29T01:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317601#M186849</link>
      <description>Well diskinfo isn't failing totally. It sees a device. But of zero size! So there sure is something wrong with this setup.&lt;BR /&gt;also I would have expected teh alternate dev-files to be:&lt;BR /&gt;/dev/dsk/c16t1d0&lt;BR /&gt;/dev/dsk/c16t1d1&lt;BR /&gt;/dev/dsk/c16t1d2&lt;BR /&gt;&lt;BR /&gt;Do vgextend on the other dev-files fail in the same way?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 29 Jun 2004 01:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317601#M186849</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-06-29T01:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317602#M186850</link>
      <description>yes , /dev/dsk/c16t1d1 is typo mistake&lt;BR /&gt;&lt;BR /&gt;disks are&lt;BR /&gt;&lt;BR /&gt;c16t0d0&lt;BR /&gt;c16t0d1&lt;BR /&gt;c16t0d2&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t0d0s2&lt;BR /&gt;/dev/vg_sap&lt;BR /&gt;/dev/dsk/c16t0d0&lt;BR /&gt;/dev/dsk/c16t0d1&lt;BR /&gt;/dev/dsk/c16t0d2&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      6  0/1/1/0.3.8.0.0.0.0     sdisk      CLAIMED     DEVICE       HP      A5277A&lt;BR /&gt;                           /dev/dsk/c16t0d0   /dev/rdsk/c16t0d0&lt;BR /&gt;disk      7  0/1/1/0.3.8.0.0.0.1     sdisk      CLAIMED     DEVICE       HP      A5277A&lt;BR /&gt;                           /dev/dsk/c16t0d1   /dev/rdsk/c16t0d1&lt;BR /&gt;disk      8  0/1/1/0.3.8.0.0.0.2     sdisk      CLAIMED     DEVICE       HP      A5277A&lt;BR /&gt;                           /dev/dsk/c16t0d2   /dev/insf26567     /dev/rdsk/c16t0d2&lt;BR /&gt;disk      9  0/1/1/0.3.8.0.0.1.0     sdisk      CLAIMED     DEVICE       HP      A5277A&lt;BR /&gt;                           /dev/dsk/c16t1d0   /dev/rdsk/c16t1d0&lt;BR /&gt;disk     10  0/1/1/0.3.8.0.0.2.0     sdisk      CLAIMED     DEVICE       HP      A5277A&lt;BR /&gt;                           /dev/dsk/c16t2d0   /dev/rdsk/c16t2d0&lt;BR /&gt;disk     11  0/1/1/0.3.8.0.0.3.0     sdisk      CLAIMED     DEVICE       HP      A5277A&lt;BR /&gt;                           /dev/dsk/c16t3d0   /dev/rdsk/c16t3d0&lt;BR /&gt;disk     12  0/1/1/0.3.8.0.0.3.7     sdisk      CLAIMED     DEVICE       HP      Universal Xport&lt;BR /&gt;                           /dev/dsk/c16t3d7   /dev/rdsk/c16t3d7&lt;BR /&gt;disk      2  0/1/2/0.2.21.255.0.0.0  sdisk      CLAIMED     DEVICE       HP      C1113M&lt;BR /&gt;                           /dev/dsk/c13t0d0   /dev/rdsk/c13t0d0&lt;BR /&gt;disk      3  0/1/2/0.2.21.255.0.0.1  sdisk      CLAIMED     DEVICE       HP      C1113M&lt;BR /&gt;                           /dev/dsk/c13t0d1   /dev/rdsk/c13t0d1&lt;BR /&gt;disk      4  0/1/2/0.2.21.255.0.0.2  sdisk      CLAIMED     DEVICE       HP      C1113M&lt;BR /&gt;                           /dev/dsk/c13t0d2   /dev/rdsk/c13t0d2&lt;BR /&gt;disk      5  0/1/2/0.2.21.255.0.0.3  sdisk      CLAIMED     DEVICE       HP      C1113M&lt;BR /&gt;                           /dev/dsk/c13t0d3   /dev/rdsk/c13t0d3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;diskinfo on each of the 3 disks from /etc/lvmtab is successful&lt;BR /&gt;&lt;BR /&gt;insf -e didnt help&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 02:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317602#M186850</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-06-29T02:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317603#M186851</link>
      <description>Post vgdisplay -v vg_sap.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;richard</description>
      <pubDate>Tue, 29 Jun 2004 02:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317603#M186851</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-06-29T02:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317604#M186852</link>
      <description>To me it looks like you have only one path to each of your LUNS: c16t0d[012]&lt;BR /&gt;The other 3 devices are other LUNS, apparently empty ones. Check out your configuration of your disk array for this.&lt;BR /&gt;&lt;BR /&gt;Also check out your devices. It looks like there is a really strange device:  /dev/insf26567&lt;BR /&gt;I think you can savely remove it with rmsf&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 02:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317604#M186852</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-06-29T02:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317605#M186853</link>
      <description># vgdisplay -v vg_sap&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg_sap&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                      21     &lt;BR /&gt;Open LV                     21     &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      3      &lt;BR /&gt;Act PV                      3      &lt;BR /&gt;Max PE per PV               65535        &lt;BR /&gt;VGDA                        6   &lt;BR /&gt;PE Size (Mbytes)            16              &lt;BR /&gt;Total PE                    19497   &lt;BR /&gt;Alloc PE                    16323   &lt;BR /&gt;Free PE                     3174    &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/vg_sap/lvol1&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            1712            &lt;BR /&gt;   Current LE                  107       &lt;BR /&gt;   Allocated PE                107         &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol2&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            800             &lt;BR /&gt;   Current LE                  50        &lt;BR /&gt;   Allocated PE                50          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol3&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            304             &lt;BR /&gt;   Current LE                  19        &lt;BR /&gt;   Allocated PE                19          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol4&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3008            &lt;BR /&gt;   Current LE                  188       &lt;BR /&gt;   Allocated PE                188         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol5&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            512             &lt;BR /&gt;   Current LE                  32        &lt;BR /&gt;   Allocated PE                32          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol6&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            12000           &lt;BR /&gt;   Current LE                  750       &lt;BR /&gt;   Allocated PE                750         &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol7&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            22000           &lt;BR /&gt;   Current LE                  1375      &lt;BR /&gt;   Allocated PE                1375        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol8&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            40960           &lt;BR /&gt;   Current LE                  2560      &lt;BR /&gt;   Allocated PE                2560        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol9&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            55296           &lt;BR /&gt;   Current LE                  3456      &lt;BR /&gt;   Allocated PE                3456        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol10&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            24000           &lt;BR /&gt;   Current LE                  1500      &lt;BR /&gt;   Allocated PE                1500        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol11&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            18000           &lt;BR /&gt;   Current LE                  1125      &lt;BR /&gt;   Allocated PE                1125        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol12&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            192             &lt;BR /&gt;   Current LE                  12        &lt;BR /&gt;   Allocated PE                12          &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol13&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            192             &lt;BR /&gt;   Current LE                  12        &lt;BR /&gt;   Allocated PE                12          &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol14&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            192             &lt;BR /&gt;   Current LE                  12        &lt;BR /&gt;   Allocated PE                12          &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol15&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            192             &lt;BR /&gt;   Current LE                  12        &lt;BR /&gt;   Allocated PE                12          &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol16&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            70000           &lt;BR /&gt;   Current LE                  4375      &lt;BR /&gt;   Allocated PE                4375        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol17&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            112             &lt;BR /&gt;   Current LE                  7         &lt;BR /&gt;   Allocated PE                7           &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol18&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3072            &lt;BR /&gt;   Current LE                  192       &lt;BR /&gt;   Allocated PE                192         &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol19&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3504            &lt;BR /&gt;   Current LE                  219       &lt;BR /&gt;   Allocated PE                219         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol36&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            112             &lt;BR /&gt;   Current LE                  7         &lt;BR /&gt;   Allocated PE                7           &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg_sap/lvol37&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            5008            &lt;BR /&gt;   Current LE                  313       &lt;BR /&gt;   Allocated PE                313         &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c16t0d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    5413    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c16t0d1&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    5413    &lt;BR /&gt;   Free PE                     1433    &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c16t0d2&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    8671    &lt;BR /&gt;   Free PE                     1741    &lt;BR /&gt;   Autoswitch                  On</description>
      <pubDate>Tue, 29 Jun 2004 03:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317605#M186853</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-06-29T03:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317606#M186854</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;definitely the problem is the size of alternate path, it is zero! You should solve it before to vgextend the alternate path.&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vg_sap /dev/dsk/c16t2d0&lt;BR /&gt;# vgextend /dev/vg_sap /dev/dsk/c16t3d0&lt;BR /&gt;&lt;BR /&gt;Do they fail with the same error?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Tue, 29 Jun 2004 06:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317606#M186854</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-06-29T06:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317607#M186855</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Yes they fail with the same error&lt;BR /&gt;&lt;BR /&gt;dont know what to do</description>
      <pubDate>Tue, 29 Jun 2004 06:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317607#M186855</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-06-29T06:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317608#M186856</link>
      <description>How to solve problem with zero alternative path?</description>
      <pubDate>Tue, 29 Jun 2004 06:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317608#M186856</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-06-29T06:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: LVM problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317609#M186857</link>
      <description>In my view the size being zero means that the dev-files are not "pointing" to the right devices. More of a HW than a SW problem. I would reccomend re-checking the cabeling. And remove the faulty dev-files and reboot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 29 Jun 2004 06:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-problem/m-p/3317609#M186857</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-06-29T06:29:11Z</dc:date>
    </item>
  </channel>
</rss>

