- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error in Volume Group creation.
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
01-21-2008 10:29 AM
01-21-2008 10:29 AM
N4000 Server
Hi Managers,
I want to create a volume group from an FC60 LUN (RAID 5) but it fails with the attached errors.
I ran the vgdisplay -v and it displays the information for the existing groups but sends the following warning:
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg09".
I tried recreating the /etc/lvmtab with the vgscan command without success, because the vgscan writes again the path to the "/dev/vg09" and "/dev/dsk/c5t0d4".
Error:
pvcreate: The physical volume "/dev/dsk/c5t0d4" is already recorded in the "/etc/lvmtab" file.
What can I do? Do I need to activate that Volume Group in order to delete it? Do I need to unbind that LUN?
I just want to configure that "unused" disk space.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2008 10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2008 10:44 AM
01-21-2008 10:44 AM
Re: Error in Volume Group creation.
1) this disk had lvm structure, hence the warning
2) looks like the disk is already used and the SAM status is wrong or the disk was removed improperly.
post the below outputs
1) vgdisplay -v|grep c5t0d4
2) pvdisplay -v /dev/dsk/c5t0d4
3) strings /etc/lvmtab ( look for c5t0d4 to see what vg it thinks it is in )
4) vgdisplay -v the vg found in the about lvmtab search.
Post some of this info. We can take it from there once we know what we are dealing with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2008 10:52 AM
01-21-2008 10:52 AM
Re: Error in Volume Group creation.
Now the thing is do you want to keep vg09?
a) If yes then activate the vg using
vgchange -a y vg09
If there are any errors then post the errors.
b) If no then export the vg09 using
vgexport /dec/vg09
then use pvcreate -f to initialise the PV then the standard procedure for vg creation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2008 11:11 AM
01-21-2008 11:11 AM
Re: Error in Volume Group creation.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2008 11:16 AM
01-21-2008 11:16 AM