- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM trouble....HELP!!!!
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-23-2004 07:39 AM
11-23-2004 07:39 AM
I needed to create some new filesystems and was given new EMC disk to do so. I fould my disk, did my pvcreate, made the VG, vgextended, lvcreated, lvextended, made the directory and mounted. My supervisor didn't like the VG name I chose, so I unmounted, lvremoved and vgexported. ( I know I didn't ahve to wipe everything out to change the name but I wanted the practice).
Anyway, now I'm starting from scratch, except when I try to do my pvcreate again with the new disk I get the following:
"pvcreate: The physical volume already belongs to a volume group"
How could this be if I vgexported? So I ignore and tried to create my VG anyway with that disk but it says its already used.
What gives? Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 07:43 AM
11-23-2004 07:43 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 07:46 AM
11-23-2004 07:46 AM
Re: LVM trouble....HELP!!!!
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 07:46 AM
11-23-2004 07:46 AM
Re: LVM trouble....HELP!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 07:48 AM
11-23-2004 07:48 AM
Re: LVM trouble....HELP!!!!
As suggested by Clay, you can use the -f to force the re-use of it. Not a good practise, but one to be mindful of. There is the possibility of flattening your LUN by using the -f option on an incorrect LUN on your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 07:56 AM
11-23-2004 07:56 AM
Re: LVM trouble....HELP!!!!
Before I did my pvcreate with a force, I tried to continue and create the VG despite the error message. I issued the mknod command and created the group. How do you remove the group? Do I just rm -r /dev/vg01?
The vg01 is the VG I previously exported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 08:02 AM
11-23-2004 08:02 AM
Re: LVM trouble....HELP!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 08:08 AM
11-23-2004 08:08 AM
Re: LVM trouble....HELP!!!!
Thank you very much!