- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/lvmtab is out of date
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-23-2008 06:03 PM
01-23-2008 06:03 PM
/etc/lvmtab is out of date
When I tried to make 2nd mirror copy I got the following error messages:
lvextend -m2 -A y /dev/vgextpr01/sapdb /dev/dsk/c5t0d0
Logical volume "/dev/vgextpr01/sapdb" has been successfully extended.
vgcfgbackup:/etc/lvmtab is out of date with the running kernel:Kernel indicates 9 disks for "/dev/vgextpr01"; /etc/lvmtab has 8 disks.
Cannot proceed with backup.
I looked at some of the threads mentioning to mv /etc/lvtab /etc/lvmtab.bak
and
vgscan -av
vgcfgbackup vgextpr01
But before going through these steps I checked my /etc/lvmtab file and can see
/dev/vgextpr01
/dev/dsk/c4t0d0
/dev/dsk/c4t6d0
/dev/dsk/c5t6d0
/dev/dsk/c5t0d0
Does it mean that I dont need to do vgscan and vgcfgbackup........
Pls help.........
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 06:33 PM
01-23-2008 06:33 PM
Re: /etc/lvmtab is out of date
Do a vgdisplay -v /dev/vgextpr01 and make sure that all disks listed are "available". Make sure that all LVOL's in the VG display a "current" rather than "stale" status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 06:45 PM
01-23-2008 06:45 PM
Re: /etc/lvmtab is out of date
the PV status for all of them are available.
But one thing puzzles me is that....
VG Name /dev/vgextpr01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 6
Open LV 6
Max PV 16
Cur PV 5
Act PV 4
Max PE per PV 8683
VGDA 8
PE Size (Mbytes) 4
Total PE 34724
Alloc PE 32366
Free PE 2358
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
The Cur PV and Act PV are not matching?
Any suggestions?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 07:21 PM
01-23-2008 07:21 PM
Re: /etc/lvmtab is out of date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2008 12:06 AM
01-25-2008 12:06 AM
Re: /etc/lvmtab is out of date
vgreduce -f /dev/vgextpr01
This will remove the disk entries from the kernel for the disk which is not present in lvmtab.
Please update the result once done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2008 12:46 AM
01-25-2008 12:46 AM
Re: /etc/lvmtab is out of date
Thanks a lot for the understanding.