- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgremove: Volume 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
11-17-2006 02:33 AM
11-17-2006 02:33 AM
vgremove: Volume group not activated.
We have a problem with vgremove, we have already deleted disk from EVA3000 and it's OK, but when we execute:
strings /etc/lvmtab
/dev/vg00
/dev/dsk/c0t6d0
/dev/dsk/c2t6d0
/dev/vgrac
/dev/dsk/c6t2d4
/dev/dsk/c6t2d5
/dev/dsk/c6t2d7
ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 2/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 73.4GMAS3735NC
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 2/0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 2/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 73.4GMAS3735NC
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0
We don't know how delete /dev/vgrac, We tried to executed vgremove but it doesn't work.
Could you help me, please?
Thanks
Luis L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 02:36 AM
11-17-2006 02:36 AM
Re: vgremove: Volume group not activated.
read man vgexport
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 02:38 AM
11-17-2006 02:38 AM
Re: vgremove: Volume group not activated.
Try mv /etc/lvmtab /etc/lvmtab.old
vgscan
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 03:06 AM
11-17-2006 03:06 AM
Re: vgremove: Volume group not activated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 03:10 AM
11-17-2006 03:10 AM
Re: vgremove: Volume group not activated.
From vgexport manpage:
The volume group identified by vg_name is removed from the /etc/lvmtab
file, and the associated device files including the vg_name directory
and group file are removed from the system.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 03:28 AM
11-17-2006 03:28 AM
Re: vgremove: Volume group not activated.
You should always remove LVM structures before removing the LUNs not to get this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 09:21 AM
11-17-2006 09:21 AM
Re: vgremove: Volume group not activated.
with vgexport you will remove the vg even if the disk aren't there anymore.
Please be carefull with vgscan it can cause a lot of damage. always make a backup of lvmtab before you do a vgscan -a.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 12:30 AM
11-20-2006 12:30 AM
Re: vgremove: Volume group not activated.
And I could not activate it because of the missing LUNs.
If it works for Luis to vgexport the VG without it being activated then..good, but I had to rename lvmtab and run vgscan which fixed the problem in no time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2007 03:44 PM
05-17-2007 03:44 PM
Re: vgremove: Volume group not activated.
Now is OK:
1. vgexport vgrac
2. vgscan