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-05-2004 08:41 PM
07-05-2004 08:41 PM
I have a probleme with the lvm HP.
I have exported/imported a volume group and now I see : vgdisplay vg01
--- Volume groups ---
VG Name /dev/vg01
...
Cur PV 5
Act PV 3
....
how can I restore the 3 disks in the Cur PV ?
when I do a vgcfgbackup : vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 5 disks for "/dev/vg01"; /etc/lvmtab has 3 disks.
Cannot proceed with backup.
thanks very much for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 08:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 08:56 PM
07-05-2004 08:56 PM
Re: pb LVM
it's don't work... it's same pb.
thanks
regards,
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 08:58 PM
07-05-2004 08:58 PM
Re: pb LVM
Can you post "vgdisplay -v vg01" and "strings /etc/lvmconf" output here.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:06 PM
07-05-2004 09:06 PM
Re: pb LVM
thanks
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:29 PM
07-05-2004 09:29 PM
Re: pb LVM
Actually "vgchange" should have worked for you !!
When did this problem occur? Were you using 5 PV (disk) for vg01 and when did it become 3 and how?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:51 PM
07-05-2004 09:51 PM
Re: pb LVM
Thanks very much for your help!!
regard,
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:52 PM
07-05-2004 09:52 PM
Re: pb LVM
Thanks again.
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:16 PM
07-05-2004 10:16 PM
Re: pb LVM
Did you try "vgcfgrestore" using old vg01.conf file.
look for VG01 configuration file in /etc/lvmconf
# /usr/sbin/vgcfgrestore -n vg_name -l
This will list the information for VG01, see if it is correct ... then
# vgcfgrestore -n /dev/vg01 -o /dev/rdsk/cxtxdx /dev/rdsk/cxtxdx .. so on for all 5 PV's
This restores back the LVM information to all the PV's from conf file.
Hope that works.
Regards,