- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- delete volume group 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
04-20-2009 11:11 PM
04-20-2009 11:11 PM
delete volume group problem
vgdisplay: "/dev/vgapp/group": not a character device.
vgdisplay: Cannot display volume group "/dev/vgapp".
i used vgexport
erp2 /#vgexport vgapp
vgexport: "/dev/vgapp/group": not a character device.
vgexport: Couldn't export volume group "vgapp".
help me who delete this volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2009 11:18 PM
04-20-2009 11:18 PM
Re: delete volume group problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2009 11:20 PM
04-20-2009 11:20 PM
Re: delete volume group problem
Did someone manually removed the file /dev/vgapp/group ?
Provide these outputs
#ll /dev/vgapp/group
#file /dev/vgapp/group
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 12:05 AM
04-21-2009 12:05 AM
Re: delete volume group problem
Apart from this you can lvremove and vgremove can used for remove a vg.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 12:49 AM
04-21-2009 12:49 AM
Re: delete volume group problem
#vgdisplay vgapp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2009 01:18 AM
04-21-2009 01:18 AM
Re: delete volume group problem
Please check the group file in /dev/vgapp
#ll /dev/vgapp
I believe group file is available under /dev/vgapp. Create a group file under /dev/vgapp and try exporting it.
#mknod /dev/vgapp/group c 64 0xXXXXXX (minor shud be unique)
#vgexport vgapp
-Ram