- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgreduce failed
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
09-10-2002 07:01 AM
09-10-2002 07:01 AM
vgreduce failed
Output of strings /etc/lvmtab:
# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t6d0
/dev/dsk/c2t6d0
/dev/vg11
/dev/dsk/c3t0d2
/dev/dsk/disk_query
/dev/vg20
/dev/dsk/c15t10d0
/dev/dsk/c15t10d1
/dev/dsk/c17t10d0
/dev/dsk/c17t10d1
/dev/vg21
/dev/dsk/c15t10d2
/dev/dsk/c15t10d3
/dev/dsk/c17t10d2
/dev/dsk/c17t10d3
/dev/vg22
/dev/dsk/c15t10d4
/dev/dsk/c15t10d5
/dev/dsk/c17t10d4
/dev/dsk/c17t10d5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:03 AM
09-10-2002 07:03 AM
Re: vgreduce failed
Yes, I'd mv lvmtab out & run vgscan -av to recreate.
And you can just vgexport the old VG to remove it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:04 AM
09-10-2002 07:04 AM
Re: vgreduce failed
Try vgexport.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 08:29 AM
09-10-2002 08:29 AM
Re: vgreduce failed
Try also removing the HW path against disk_query using rmsf -H .
If everything fails then vgscan should help . But before running vgscan make a copy of your /etc/lvmtab file .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:15 PM
09-10-2002 01:15 PM
Re: vgreduce failed
You can try this out
vgchange -a n /dev/vg11
Remove corresponding device file against /dev/dsk/disk_query
Also, before doing this, do you see disk_query in vgdisplay -v /dev/vg11
If not, then above step can be performed.
activate vg11 using
vgchange -a y /dev/vg11
remove the volume group
vgremove /dev/vg11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:01 PM
09-10-2002 07:01 PM
Re: vgreduce failed
No down time needed. It would be :
# vgscan -pv
if no error, continue
# vgscan -av
# vgreduce vg11 /dev/dsk/c3t0d2
# vgremove vg11
Hope this can help.
Rgrds,
Dewa