- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Volume group not activited
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-15-2005 07:16 PM
04-15-2005 07:16 PM
Volume group not activited
My problem is this that i've created a Vdisk on my EVA and presented it to the host.
After presentation i have created created vgtest on it.
Now i've removed the Vdisk and also removed the volume group with vgremove.
now when i tried vgdisplay -v
i recieved an error stating vgtest is not activated
how can i resolve this issue.
Also tell me if i want to assign the minor no. which i assigned to vgtest is it available now or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 07:36 PM
04-15-2005 07:36 PM
Re: Volume group not activited
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 08:15 PM
04-15-2005 08:15 PM
Re: Volume group not activited
is the /dev/vgtest directory still there?
what happens if You try a
vgchange -a r vgtest ?
I wouldn't use that minor number right now, just skip to vg02, this doesn't do any harm.
Later You can even rename it and change the minor using vgexport/vgimport.
greetings,
Florian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 09:09 PM
04-15-2005 09:09 PM
Re: Volume group not activited
# vgexport /dev/vgtest
# vgdisplay -v
minor should be available for a new VG.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 01:30 PM
04-17-2005 01:30 PM
Re: Volume group not activited
1. Vgdisplay -v will scan all vg on your server.
With your config:
It may vgtest is not remove from /etc/lvmtab.
I recommend you user
#vgexport vgtest
and then
#vgdisplay -v
2. there is no mirror for vg, only for lv
To mirror lv you use
vgextend -m number_of_minor lv_name pv_path
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 05:35 PM
04-17-2005 05:35 PM