- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error trying to extend VG
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2011 11:33 PM
06-16-2011 11:33 PM
I created VDISKS on EVA , present them to my server, then I sucessfully ioscan then: they are:
disk 136 0/4/2/1.2.2.0.0.0.5 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c34t0d5 /dev/rdsk/c34t0d5
disk 140 0/4/2/1.2.2.0.0.0.6 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c34t0d6 /dev/rdsk/c34t0d6
disk 144 0/4/2/1.2.2.0.0.0.7 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c34t0d7 /dev/rdsk/c34t0d7
disk 149 0/4/2/1.2.2.0.0.1.0 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c34t1d0 /dev/rdsk/c34t1d0
disk 152 0/4/2/1.2.2.0.0.1.1 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c34t1d1 /dev/rdsk/c34t1d1
I am tring to extend a VG I did the following:
mceldev[133]/ #umount /data1
mceldev[134]/ #pvcreate /dev/rdsk/c34t0d6
Physical volume "/dev/rdsk/c34t0d5" has been successfully created.
mceldev[135]/ #vgextend /dev/vg01 /dev/dsk/c34t0d6
vgextend: Warning: couldn't query physical volume "/dev/dsk/c4t0d4":
The specified path does not correspond to physical volume attached to
this volume group
vgextend: Warning: couldn't query physical volume "/dev/dsk/c4t0d5":
The specified path does not correspond to physical volume attached to
this volume group
and the list goes on... for more disks
my strings /etc/lvmtab is as follows:
mceldev[334]/ #strings /etc/lvmtab
/dev/vg00
~DNoA
/dev/dsk/c2t1d0s2
/dev/dsk/c40t0d7
/dev/dsk/c42t0d7
/dev/vg01
/dev/dsk/c4t0d1
/dev/dsk/c4t0d2
/dev/dsk/c4t0d3
/dev/dsk/c4t0d4
/dev/dsk/c4t0d5
/dev/dsk/c4t0d7
/dev/dsk/c6t0d1
/dev/dsk/c6t0d2
/dev/dsk/c6t0d3
/dev/dsk/c6t0d4
/dev/dsk/c6t0d5
/dev/dsk/c6t0d7
/dev/dsk/c8t0d1
/dev/dsk/c8t0d2
/dev/dsk/c8t0d3
/dev/dsk/c8t0d4
/dev/dsk/c8t0d5
/dev/dsk/c8t0d7
/dev/dsk/c10t0d1
/dev/dsk/c10t0d2
/dev/dsk/c10t0d3
/dev/dsk/c10t0d4
/dev/dsk/c10t0d5
/dev/dsk/c10t0d7
/dev/dsk/c20t0d1
/dev/dsk/c20t0d2
/dev/dsk/c20t0d3
/dev/dsk/c20t0d4
/dev/dsk/c20t0d5
/dev/dsk/c20t0d7
/dev/dsk/c22t0d1
/dev/dsk/c22t0d2
/dev/dsk/c22t0d3
/dev/dsk/c22t0d4
/dev/dsk/c22t0d5
/dev/dsk/c22t0d7
/dev/dsk/c24t0d1
/dev/dsk/c24t0d2
/dev/dsk/c24t0d3
/dev/dsk/c24t0d4
/dev/dsk/c24t0d5
/dev/dsk/c24t0d7
/dev/dsk/c26t0d1
/dev/dsk/c26t0d2
/dev/dsk/c26t0d3
/dev/dsk/c26t0d4
/dev/dsk/c26t0d5
/dev/dsk/c26t0d7
/dev/dsk/c28t0d1
/dev/dsk/c28t0d2
/dev/dsk/c28t0d3
/dev/dsk/c28t0d4
/dev/dsk/c28t0d5
/dev/dsk/c28t0d7
/dev/dsk/c30t0d1
/dev/dsk/c30t0d2
/dev/dsk/c30t0d3
/dev/dsk/c30t0d4
/dev/dsk/c30t0d5
/dev/dsk/c30t0d7
/dev/dsk/c32t0d1
/dev/dsk/c32t0d2
/dev/dsk/c32t0d3
/dev/dsk/c32t0d4
/dev/dsk/c32t0d5
/dev/dsk/c32t0d7
/dev/dsk/c34t0d1
/dev/dsk/c34t0d2
/dev/dsk/c34t0d3
/dev/dsk/c34t0d4
/dev/dsk/c34t0d5
/dev/dsk/c34t0d7
mceldev[349]
my /etc/lvmpvg is as follows:
mceldev[349]/ #more /etc/lvmpvg
VG /dev/vg01
PVG PVG0
/dev/dsk/c4t0d1
/dev/dsk/c8t0d1
/dev/dsk/c20t0d1
/dev/dsk/c24t0d1
/dev/dsk/c28t0d1
/dev/dsk/c32t0d1
/dev/dsk/c4t0d2
/dev/dsk/c8t0d2
/dev/dsk/c20t0d2
/dev/dsk/c24t0d2
/dev/dsk/c28t0d2
/dev/dsk/c32t0d2
VG /dev/vg00
PVG NETAPP
/dev/dsk/c42t0d7
/dev/dsk/c40t0d7
lvmpvg: END
So this is happening when I try to extend any disk apart from disk c34t0d5.
Please can you help
Fernando
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 01:53 AM
06-17-2011 01:53 AM
Re: error trying to extend VG
mceldev[134]/ #pvcreate /dev/rdsk/c34t0d6
Physical volume "/dev/rdsk/c34t0d5" has been successfully created. <<<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 02:00 AM
06-17-2011 02:00 AM
Re: error trying to extend VG
Sorry, my mistake when copy and paste things, in fact initially when I did pvcreate for /dev/rdsk/c34t0d5 and /dev/rdsk/c34t0d6, all this commands were successfully runned, but when doing vgextend on disk c34t0d6 thats when I started to have those errors.
Sorry it was my mistake, I apologise
Fernando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 02:46 AM
06-17-2011 02:46 AM
Re: error trying to extend VG
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 03:58 AM
06-17-2011 03:58 AM
Re: error trying to extend VG
This is the output of strings /etc/lvmtab:
mceldev[234]/ #strings /etc/lvmtab
/dev/vg00
~DNoA
/dev/dsk/c2t1d0s2
/dev/dsk/c40t0d7
/dev/dsk/c42t0d7
/dev/vg01
/dev/dsk/c4t0d1
/dev/dsk/c4t0d2
/dev/dsk/c4t0d3
/dev/dsk/c4t0d4
/dev/dsk/c4t0d5
/dev/dsk/c4t0d7
/dev/dsk/c6t0d1
/dev/dsk/c6t0d2
/dev/dsk/c6t0d3
/dev/dsk/c6t0d4
/dev/dsk/c6t0d5
/dev/dsk/c6t0d7
/dev/dsk/c8t0d1
/dev/dsk/c8t0d2
/dev/dsk/c8t0d3
/dev/dsk/c8t0d4
/dev/dsk/c8t0d5
/dev/dsk/c8t0d7
/dev/dsk/c10t0d1
/dev/dsk/c10t0d2
/dev/dsk/c10t0d3
/dev/dsk/c10t0d4
/dev/dsk/c10t0d5
/dev/dsk/c10t0d7
/dev/dsk/c20t0d1
/dev/dsk/c20t0d2
/dev/dsk/c20t0d3
/dev/dsk/c20t0d4
/dev/dsk/c20t0d5
/dev/dsk/c20t0d7
/dev/dsk/c22t0d1
/dev/dsk/c22t0d2
/dev/dsk/c22t0d3
/dev/dsk/c22t0d4
/dev/dsk/c22t0d5
/dev/dsk/c22t0d7
/dev/dsk/c24t0d1
/dev/dsk/c24t0d2
/dev/dsk/c24t0d3
/dev/dsk/c24t0d4
/dev/dsk/c24t0d5
/dev/dsk/c24t0d7
/dev/dsk/c26t0d1
/dev/dsk/c26t0d2
/dev/dsk/c26t0d3
/dev/dsk/c26t0d4
/dev/dsk/c26t0d5
/dev/dsk/c26t0d7
/dev/dsk/c28t0d1
/dev/dsk/c28t0d2
/dev/dsk/c28t0d3
/dev/dsk/c28t0d4
/dev/dsk/c28t0d5
/dev/dsk/c28t0d7
/dev/dsk/c30t0d1
/dev/dsk/c30t0d2
/dev/dsk/c30t0d3
/dev/dsk/c30t0d4
/dev/dsk/c30t0d5
/dev/dsk/c30t0d7
/dev/dsk/c32t0d1
/dev/dsk/c32t0d2
/dev/dsk/c32t0d3
/dev/dsk/c32t0d4
/dev/dsk/c32t0d5
/dev/dsk/c32t0d7
/dev/dsk/c34t0d1
/dev/dsk/c34t0d2
/dev/dsk/c34t0d3
/dev/dsk/c34t0d4
/dev/dsk/c34t0d5
/dev/dsk/c34t0d7
BUT I dont know what is the point you trying to make.
And the output of vgdisplay -v /dev/vg01 is:
--- Volume groups ---
VG Name /dev/vg01
VG Write Access read/write
VG Status available
Max LV 250
Cur LV 6
Open LV 6
Max PV 16
Cur PV 6
Act PV 6
Max PE per PV 63999
VGDA 12
PE Size (Mbytes) 16
Total PE 80303
Alloc PE 68581
Free PE 11722
Total PVG 1
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg01/lvol1
LV Status available/syncd
LV Size (Mbytes) 166672
Current LE 10417
Allocated PE 10417
Used PV 1
LV Name /dev/vg01/lvol2
LV Status available/syncd
LV Size (Mbytes) 166672
Current LE 10417
Allocated PE 10417
Used PV 1
LV Name /dev/vg01/lvol3
LV Status available/syncd
LV Size (Mbytes) 166672
Current LE 10417
Allocated PE 10417
Used PV 1
LV Name /dev/vg01/lvol4
LV Status available/syncd
LV Size (Mbytes) 300000
Current LE 18750
Allocated PE 18750
Used PV 2
LV Name /dev/vg01/lvol14
LV Status available/syncd
LV Size (Mbytes) 200000
Current LE 12500
Allocated PE 12500
Used PV 2
LV Name /dev/vg01/lvol6
LV Status available/syncd
LV Size (Mbytes) 97280
Current LE 6080
Allocated PE 6080
Used PV 2
--- Physical volumes ---
PV Name /dev/dsk/c4t0d1
PV Name /dev/dsk/c6t0d1 Alternate Link
PV Name /dev/dsk/c8t0d1 Alternate Link
PV Name /dev/dsk/c10t0d1 Alternate Link
PV Name /dev/dsk/c20t0d1 Alternate Link
PV Name /dev/dsk/c22t0d1 Alternate Link
PV Name /dev/dsk/c24t0d1 Alternate Link
PV Name /dev/dsk/c26t0d1 Alternate Link
PV Status available
Total PE 31995
Free PE 0
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c4t0d2
PV Name /dev/dsk/c6t0d2 Alternate Link
PV Name /dev/dsk/c8t0d2 Alternate Link
PV Name /dev/dsk/c10t0d2 Alternate Link
PV Name /dev/dsk/c20t0d2 Alternate Link
PV Name /dev/dsk/c22t0d2 Alternate Link
PV Name /dev/dsk/c24t0d2 Alternate Link
PV Name /dev/dsk/c26t0d2 Alternate Link
PV Status available
Total PE 19197
Free PE 0
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c4t0d3
PV Name /dev/dsk/c6t0d3 Alternate Link
PV Name /dev/dsk/c8t0d3 Alternate Link
PV Name /dev/dsk/c10t0d3 Alternate Link
PV Name /dev/dsk/c20t0d3 Alternate Link
PV Name /dev/dsk/c22t0d3 Alternate Link
PV Name /dev/dsk/c24t0d3 Alternate Link
PV Name /dev/dsk/c26t0d3 Alternate Link
PV Status available
Total PE 12797
Free PE 0
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c34t0d4
PV Name /dev/dsk/c4t0d4 Alternate Link
PV Name /dev/dsk/c6t0d4 Alternate Link
PV Name /dev/dsk/c8t0d4 Alternate Link
PV Name /dev/dsk/c10t0d4 Alternate Link
PV Name /dev/dsk/c20t0d4 Alternate Link
PV Name /dev/dsk/c22t0d4 Alternate Link
PV Name /dev/dsk/c24t0d4 Alternate Link
PV Status available
Total PE 6398
Free PE 1806
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c34t0d5
PV Name /dev/dsk/c4t0d5 Alternate Link
PV Name /dev/dsk/c6t0d5 Alternate Link
PV Name /dev/dsk/c8t0d5 Alternate Link
PV Name /dev/dsk/c10t0d5 Alternate Link
PV Name /dev/dsk/c20t0d5 Alternate Link
PV Name /dev/dsk/c22t0d5 Alternate Link
PV Name /dev/dsk/c24t0d5 Alternate Link
PV Status available
Total PE 5118
Free PE 5118
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c34t0d7
PV Name /dev/dsk/c4t0d7 Alternate Link
PV Name /dev/dsk/c6t0d7 Alternate Link
PV Name /dev/dsk/c8t0d7 Alternate Link
PV Name /dev/dsk/c10t0d7 Alternate Link
PV Name /dev/dsk/c20t0d7 Alternate Link
PV Name /dev/dsk/c22t0d7 Alternate Link
PV Name /dev/dsk/c24t0d7 Alternate Link
PV Status available
Total PE 4798
Free PE 4798
Autoswitch On
Proactive Polling On
--- Physical volume groups ---
PVG Name PVG0
PV Name /dev/dsk/c4t0d1
PV Name /dev/dsk/c8t0d1
PV Name /dev/dsk/c20t0d1
PV Name /dev/dsk/c24t0d1
PV Name /dev/dsk/c28t0d1
PV Name /dev/dsk/c32t0d1
PV Name /dev/dsk/c4t0d2
PV Name /dev/dsk/c8t0d2
PV Name /dev/dsk/c20t0d2
PV Name /dev/dsk/c24t0d2
PV Name /dev/dsk/c28t0d2
PV Name /dev/dsk/c32t0d2
But on top of that output I have a lot of:
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c28t0d1":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c28t0d2":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c28t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c28t0d4":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c28t0d5":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c28t0d7":
The specified path does not correspond to physical volume attached to
this volume group
Please do you spot something wrong in it?
Fernando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 04:10 AM
06-17-2011 04:10 AM
Re: error trying to extend VG
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 04:14 AM
06-17-2011 04:14 AM
Re: error trying to extend VG
vgreduce -f of what? disks or vg01? I have an old version of lvmtab, is that an option?
Fernando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2011 08:33 AM
06-19-2011 08:33 AM
Re: error trying to extend VG
Hi
what would be the impact of doing vgreduce -f /dev/vg01? Will I loose the disks/filesystems belonging to vg01? Because currently on vgdisplay -v /dev/vg01 I have 6 disks but on strings /etc/lvmtab and under vg01 I have lots of disks.
Please be nice to respond this post.
Fernando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2011 12:16 AM
06-27-2011 12:16 AM
Re: error trying to extend VG
Hi
Please can I have some inputs on this post:
I pvcreated the disk sucessfully, but when I try to vgextend, I get the following error:
this volume group
vgextend /dev/vg01 /dev/dsk/c34t0d6
vgextend: Warning: couldn't query physical volume "/dev/dsk/c4t0d4":
the specified path does not correspond to physical volume attached to this volume group.
And this message goes on and on for several other disks
So I did vgdisplay on the vg01, and this vg only came up 6 disks, but on strings /etc/lvmatb I have under vg01 almost 70 disks, so I decided to mv lvmtab to another file, them vgscan, but the newly created lvmtab has got again the same 70 disks.
So does the vgexport and vgimport will solve this problem? Please help
FR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2011 02:57 AM