- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PV falsley showing allocated PE's
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
12-05-2002 01:58 PM
12-05-2002 01:58 PM
PV falsley showing allocated PE's
pvdisplay /dev/dsk/c4t0d0 shows Allocated PE 334. But ALL extends are FREE! I cannot vgreduce this disk out - vgreduce says PE's are still in use. Help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:07 PM
12-05-2002 02:07 PM
Re: PV falsley showing allocated PE's
How do you see it is free?
run pvdisplay -v /dev/dsk/c4t0d0 to list all extends first and to confirm.
Hope this helps,
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:19 PM
12-05-2002 02:19 PM
Re: PV falsley showing allocated PE's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:27 PM
12-05-2002 02:27 PM
Re: PV falsley showing allocated PE's
1. Did you see any messages in dmesg or syslog corresponding to disk errors?.
2. Run vgchange -a y on the volume group containing the PV and see if it is successful.
3. Use vgcfgrestore command on the PV followed by vgchange -a y and see if you can see the used PEs show up.
4. At the last resort when you get time, export the volume group with a map file and import it back. You may get errors taht it could not import logical volumes due to missing PVs. Probably it may let you take it out of the VG.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:39 PM
12-05-2002 02:39 PM
Re: PV falsley showing allocated PE's
# cd /
# vgchange -a n vgXX
# vgexport -s -m vgXX.map -v /dev/vgXX
# mkdir /dev/vgXX
# mknod /dev/vgXX/group c 64 0x0X0000
# vgimport -s -m vgXX.map
# vgchange -a y vgXX
.. if all else fails. Are you up-to-date on LVM patches ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 03:00 PM
12-05-2002 03:00 PM
Re: PV falsley showing allocated PE's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 07:58 AM
12-09-2002 07:58 AM
Re: PV falsley showing allocated PE's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2002 03:33 PM
12-17-2002 03:33 PM
Re: PV falsley showing allocated PE's
hi,
The hardware patches should fix the problem..Always good to be update on patches
keep smiling
george