- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcfgbackup: Invalid LVMREC on Physical Volume /de...
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
07-25-2005 10:05 PM
07-25-2005 10:05 PM
vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
I am now unable to get the new disk working. ioscan shows the disk and it is listed in the vgdisplay.
I have tried pvcreate but get an error about needing the whole disk.
How do I remove the disk from the volume group and recreate it now the original is gone?
thanks John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 10:20 PM
07-25-2005 10:20 PM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
check this post:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=456266
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 10:20 PM
07-25-2005 10:20 PM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
I think you should run vgcfgrestore command.
vgcfgrestore -f /dev/your_vgname pv_path
for details look at man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 10:22 PM
07-25-2005 10:22 PM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
# vgreduce vgXX /dev/dsk/c6t11d2
# pvcreate -f /dev/rdsk/c6t11d2
# vgextend vgXX /dev/rdsk/c6t11d2
end then vgchange and vgcfgrestore
hy
Mirco Destro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 10:24 PM
07-25-2005 10:24 PM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
of course vgcfgrestore -n instead of -f
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 08:44 AM
07-26-2005 08:44 AM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
One more better way of doing it is to boot the system in single user mode then run vgcfgrestore.
Rgds,
Himanshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 10:51 PM
07-26-2005 10:51 PM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
please do the following steps you can use the disk....
1. vgreduce /dev/vgxx /dev/dsk/c6t11d2
2. pvcreate -f /dev/rdsk/c6t11d2
3. vgextend /dev/vgxx /dev/dsk/c6t11d2
thats it.. then you can create lvol's and use it...
regds
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:36 PM
07-27-2005 09:36 PM
Re: vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c6t11d2
I was missing one vital step.
First I had to do lvremove to all the logical volumes on the reported disk. Then I was able to do a vgreduce to remove the disk from the volume group.
Next I did pvremove on the disk.
I was then able to do the following steps
pvcreate
vgextend
lvcreate - to make the 3 missing logical volumes
newfs to put the file systems back on.
Regards John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:37 PM
07-27-2005 09:37 PM