- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Volumn group not activated
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
02-15-2005 07:09 PM
02-15-2005 07:09 PM
Volumn group not activated
There is a error output when I use the command "vgdisplay".
vgdisplay: Volumn group not activated
vgdisplay: cannot display volumn group "/dev/myvg01"
Who could tell me the reason?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 07:11 PM
02-15-2005 07:11 PM
Re: Volumn group not activated
#vgchange -a y /dev/vg01
This will activate volume group vg01
then
#vgdisplay -v vg01
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 07:16 PM
02-15-2005 07:16 PM
Re: Volumn group not activated
This definitely means vg01 is not activated on your system. You can activate this VG as told above but you need to check whether it is active on any other system if it is on shared storage.
Is this is a Cluster Node??
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 07:48 PM
02-15-2005 07:48 PM
Re: Volumn group not activated
#vgchange -a y /dev/myvg01
#vgdisplay /dev/myvg01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 09:45 PM
02-15-2005 09:45 PM
Re: Volumn group not activated
Only activate it if you're sure this VG isn't active anywhere else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:08 AM
02-16-2005 03:08 AM
Re: Volumn group not activated
vgchange -a r /dev/myvg01
to my eyes, this sounds like a vg left over from testing, so I'd first do a
strings /etc/lvmtab to see which disk devices it ought to use and check their availability using lssf or ioscan -fnCdisk.