- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- volume group disk problem
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
11-06-2006 03:33 AM
11-06-2006 03:33 AM
Couldn't query physical volume "/dev/dsk/c1t3d0"
The specified path does not correspond to physical volume attached to this volume group.
the volume group is vg00 which has O/S on it.
This happened because I removed this disk and replaced it with a larger disk. The disk had no logical volumes on it, but I forgot to remove it from volume group before I replaced disk. I have tried many different things from recreating lvmtab to vgreduce and none ot this works. When I do vgdisplay it says Cur PV 4 and Act PV 3. It says this even when I have removed this disk from lvmtab. currently disk is in lvmtab. the vgdisplay does not show the disk I want removed c1t3d0. It shows other 3 disk which are still good.
I am looking for information on how to fix my problem. I do not need this disk in vg00 at this time, if I can remove it then I can re add it later old disk was 1 gig new disk is 4 gig I plan to use it to mirror o/s
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 03:45 AM
11-06-2006 03:45 AM
Re: volume group disk problem
read the man page about "vgreduce" - the "-f" option is yours,
e.g. vgreduce -f vg00
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
11-06-2006 04:08 AM
11-06-2006 04:08 AM
Re: volume group disk problem
# vgreduce -f /dev/vg00
vgreduce: Couldn't query physical volume "/dev/dsk/c1t3d0":
The specified path does not correspond to physical volume attached to
I also tried it by remaking lvmtab to remove c1t3d0 and then do vgreduce and that also did not work
So I am no longer sure if I should first remove c1t3d0 or if I need to first do something to pv c1t3d0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:25 AM
11-06-2006 08:25 AM
Re: volume group disk problem
If that doesn't work, try ignite.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 09:09 AM
11-06-2006 09:09 AM
Re: volume group disk problem
-f vg_name force reduction of missing physical volume(s) in a given volume group. vgreduce obtains the name of each physical volume (PV) belonging to the volume group from the file /etc/lvmtab. ...
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 10:11 AM
11-06-2006 10:11 AM
Re: volume group disk problem
- vgexport -m /mapfile vg00
- mknod vg00
- vgimport -m /mapfile vg00 /dev/dsk/c#t#d# ...
- reboot into multi-user mode; and
- vgreduce -f vg00
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 12:37 AM
11-07-2006 12:37 AM