<?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 extend volume problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662242#M242235</link>
    <description>Dear All&lt;BR /&gt;when i try to extend my logical volume i get the following error&lt;BR /&gt;"The command used to extend logical volumes, /sbin/lvextend, has       ^&lt;BR /&gt;failed.  The stderr output from the command is shown below.  The&lt;BR /&gt;logical volume has not been extended.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;&lt;BR /&gt;this volume group&lt;BR /&gt;lvextend: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;lvlnboot: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;&lt;BR /&gt;this volume group&lt;BR /&gt;lvlnboot: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;vgcfgbackup: Warning: couldn't query physical volume&lt;BR /&gt;"/dev/dsk/c4t12d0":"&lt;BR /&gt;what is the cause and solution for this problem.</description>
    <pubDate>Tue, 01 Nov 2005 15:41:34 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2005-11-01T15:41:34Z</dc:date>
    <item>
      <title>extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662242#M242235</link>
      <description>Dear All&lt;BR /&gt;when i try to extend my logical volume i get the following error&lt;BR /&gt;"The command used to extend logical volumes, /sbin/lvextend, has       ^&lt;BR /&gt;failed.  The stderr output from the command is shown below.  The&lt;BR /&gt;logical volume has not been extended.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;&lt;BR /&gt;this volume group&lt;BR /&gt;lvextend: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;lvlnboot: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;&lt;BR /&gt;this volume group&lt;BR /&gt;lvlnboot: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;vgcfgbackup: Warning: couldn't query physical volume&lt;BR /&gt;"/dev/dsk/c4t12d0":"&lt;BR /&gt;what is the cause and solution for this problem.</description>
      <pubDate>Tue, 01 Nov 2005 15:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662242#M242235</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-11-01T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662243#M242236</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;It sounds like the physical disk may not be viable.  Do:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c4t12d0 of=/dev/null bs=1k count=10&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 Nov 2005 15:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662243#M242236</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-01T15:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662244#M242237</link>
      <description>Fadia:&lt;BR /&gt;It appears that your disk c4t12d0 may be offline. You can check by running an ioscan -fnC disk to verify that the disk is claimed. If it is, try a diskinfo -v /dev/rdsk/c4t12d0 for infomation about the disk.&lt;BR /&gt;&lt;BR /&gt;Did you just add the disk to the box? you may need to do a insf -e and a pvcreate if you just added the disk.&lt;BR /&gt;&lt;BR /&gt;more info please...</description>
      <pubDate>Tue, 01 Nov 2005 15:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662244#M242237</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2005-11-01T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662245#M242238</link>
      <description>Hi Fadia&lt;BR /&gt;&lt;BR /&gt;Looks like there is some issue with the disk "/dev/dsk/c4t12d0":&lt;BR /&gt; you can run a diskinfo on that&lt;BR /&gt;#diskinfo /dev/rdsk/c4t12d0 and check you can also run a pvdisplay and see what it returns if this was not added you need to do a pvcreate..if that fails and still the disk is online and if you are sure that this disk in not used anywhere else you can do a pvcreate -f (make sure bware ***)&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 01 Nov 2005 15:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662245#M242238</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-11-01T15:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662246#M242239</link>
      <description>Dear all&lt;BR /&gt;the disk is claimed from the ioscan and there ia no problem from diskinfo for this disk&lt;BR /&gt;# ioscan -funC disk&lt;BR /&gt;Class     I  H/W Path      Driver S/W State   H/W Type     Description&lt;BR /&gt;======================================================================&lt;BR /&gt;disk      1  0/0/1/1.2.0   sdisk CLAIMED     DEVICE       HP 36.4GMAN3367MC&lt;BR /&gt;                          /dev/dsk/c1t2d0   /dev/rdsk/c1t2d0&lt;BR /&gt;disk      2  0/0/2/0.0.0   sdisk CLAIMED     DEVICE       HP 36.4GMAN3367MC&lt;BR /&gt;                          /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      3  0/0/2/0.2.0   sdisk CLAIMED     DEVICE       HP 36.4GMAN3367MC&lt;BR /&gt;                          /dev/dsk/c2t2d0   /dev/rdsk/c2t2d0&lt;BR /&gt;disk      4  0/0/2/1.2.0   sdisk CLAIMED     DEVICE       HP      DVD-ROM 305&lt;BR /&gt;                          /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;disk      5  0/8/0/0.8.0   sdisk CLAIMED     DEVICE       HP 36.4GMAN3367MC&lt;BR /&gt;                          /dev/dsk/c4t8d0   /dev/rdsk/c4t8d0&lt;BR /&gt;disk      6  0/8/0/0.10.0  sdisk CLAIMED     DEVICE       HP 36.4GMAN3367MC&lt;BR /&gt;                          /dev/dsk/c4t10d0   /dev/rdsk/c4t10d0&lt;BR /&gt;disk      7  0/8/0/0.12.0  sdisk CLAIMED     DEVICE       HP 36.4GST336706LC&lt;BR /&gt;                          /dev/dsk/c4t12d0   /dev/rdsk/c4t12d0&lt;BR /&gt;disk      8  0/8/0/0.14.0  sdisk CLAIMED     DEVICE       HP 36.4GST336706LC&lt;BR /&gt;                          /dev/dsk/c4t14d0   /dev/rdsk/c4t14d0&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/c4t12d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c4t12d0:&lt;BR /&gt;             vendor: HP 36.4G&lt;BR /&gt;         product id: ST336706LC&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 35566480 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;          rev level: HP05&lt;BR /&gt;    blocks per disk: 71132960&lt;BR /&gt;        ISO version: 0&lt;BR /&gt;       ECMA version: 0&lt;BR /&gt;       ANSI version: 2&lt;BR /&gt;    removable media: no&lt;BR /&gt;    response format: 2&lt;BR /&gt;   (Additional inquiry bytes: (32)46 (33)44 (34)30 (35)4c (36)56 (37)43 (38)30 (&lt;BR /&gt;39)20 (40)20 (41)20 (42)20 (43)53 (44)45 (45)41 (46)47 (47)41 (48)54 (49)45 (50)&lt;BR /&gt;20 (51)c (52)0 (53)0 (54)0 (55)0 (56)0 (57)0 (58)0 (59)0 (60)0 (61)0 (62)0 (63)0&lt;BR /&gt; (64)0 (65)0 (66)0 (67)0 (68)0 (69)0 (70)0 (71)0 (72)0 (73)0 (74)0 (75)0 (76)0 (&lt;BR /&gt;77)0 (78)0 (79)0 (80)0 (81)0 (82)0 (83)0 (84)0 (85)0 (86)0 (87)0 (88)0 (89)0 (90&lt;BR /&gt;)0 (91)0 (92)43 (93)6f (94)70 (95)79 (96)72 (97)69 (98)67 (99)68 (100)74 (101)20&lt;BR /&gt; (102)28 (103)63 (104)29 (105)20 (106)32 (107)30 (108)30 (109)32 (110)20 (111)53&lt;BR /&gt; (112)65 (113)61 (114)67 (115)61 (116)74 (117)65 (118)20 (119)41 (120)6c (121)6c&lt;BR /&gt; (122)20 (123)4 (124)3d (125)67 (126)20 (127)0 (128)0 (129)2 (130)0 (131)0 (132)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Nov 2005 22:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662246#M242239</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-11-01T22:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662247#M242240</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;may i know what is the exact lvextend command (with arguments) used?&lt;BR /&gt;&lt;BR /&gt;also, from which volume group is this disk, "/dev/dsk/c4t12d0" associated, please reply with vgdisplay, i.e. :&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v &lt;VOLUME group=""&gt;&lt;BR /&gt;&lt;BR /&gt;regards.&lt;/VOLUME&gt;</description>
      <pubDate>Tue, 01 Nov 2005 22:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662247#M242240</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-11-01T22:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662248#M242241</link>
      <description>the amazing thing that the vg01 that u02 found in does not have this disk on it and this disk is unused,but why this happened i do not know ,another thing that the logical volume increase but the used size still the same ,i try to do extenfs command to this file system and then i intarupt it i try then to mount it it does not work i do the fsck command and it give me the following error;&lt;BR /&gt;#&lt;BR /&gt;# fsck /dev/vg01/ru02&lt;BR /&gt;vxfs fsck: invalid device config entry found&lt;BR /&gt;log replay in progress&lt;BR /&gt;#&lt;BR /&gt;another problem</description>
      <pubDate>Tue, 01 Nov 2005 23:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662248#M242241</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-11-01T23:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662249#M242242</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This shall not happen unless the VG has been extended to this disk. For the LVOL and the file system part what does the "vgdisplay -v /dev/vg01" and "lvdisplay -v /dev/vg01/lvol1" say ?&lt;BR /&gt;&lt;BR /&gt;Also post "strings /etc/lvmtab"? &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 02 Nov 2005 00:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662249#M242242</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-02T00:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662250#M242243</link>
      <description>1-# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;/dev/dsk/c4t12d0&lt;BR /&gt;/dev/vg03&lt;BR /&gt;C,N^&lt;BR /&gt;/dev/dsk/c4t14d0&lt;BR /&gt;/dev/dsk/c4t8d0&lt;BR /&gt;/dev/vg02&lt;BR /&gt;/dev/dsk/c4t10d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg01&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&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                      2&lt;BR /&gt;Open LV                     2&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      3&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               8683&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    17362&lt;BR /&gt;Alloc PE                    16950&lt;BR /&gt;Free PE                     412&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;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/u01&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            30000&lt;BR /&gt;   Current LE                  7500&lt;BR /&gt;   Allocated PE                7500&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg01/u02&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            37800&lt;BR /&gt;   Current LE                  9450&lt;BR /&gt;   Allocated PE                9450&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    8681&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but the disk is configured as unused &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Nov 2005 05:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662250#M242243</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-11-02T05:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662251#M242244</link>
      <description>What is the output from pvdisplay -v /dev/dsk/c4t12d0  ?</description>
      <pubDate>Wed, 02 Nov 2005 06:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662251#M242244</guid>
      <dc:creator>ralph barber</dc:creator>
      <dc:date>2005-11-02T06:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662252#M242245</link>
      <description>it is # pvdisplay -v /dev/dsk/c4t12d0&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t12d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay: Couldn't retrieve the names of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg01".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c4t12d0".</description>
      <pubDate>Wed, 02 Nov 2005 06:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662252#M242245</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-11-02T06:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: extend volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662253#M242246</link>
      <description>Try vgchange -a y /dev/vg01 and then see if the problem still persists</description>
      <pubDate>Wed, 02 Nov 2005 06:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-volume-problem/m-p/3662253#M242246</guid>
      <dc:creator>ralph barber</dc:creator>
      <dc:date>2005-11-02T06:52:00Z</dc:date>
    </item>
  </channel>
</rss>

