- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel info inconsistent with /etc/lvmtab
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-06-2006 08:01 PM
тАО03-06-2006 08:01 PM
kernel info inconsistent with /etc/lvmtab
i reduce logical volumes and replace disks as mentioned in doc " when good disks goes bad"
every thing work fine except that in my system Act PV or not same as Cur PV.
I have tried creating new lvmtab in normal boot and also by booting in maintanance mode and follow the procedure of recreating vg00.
nothing helps
when i tried to create new lvmtab it couldn't get defination of vg00 at all.
remember that the disk which was failed was the first disk of lvm mirror.
please help it is urgent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2006 09:17 PM
тАО03-06-2006 09:17 PM
Re: kernel info inconsistent with /etc/lvmtab
First to fix the issue related to "ACT PV" mismatch with "CUR PV" , run the following command..
vgreduce -f /dev/vg00
verify whether it has rectified or not.
vgdisplay /dev/vg00
Secondly, the issue of VG00 not appearing in /etc/lvmtab, after fixing the first issue, now move the /etc/lvmtab file to some place else.Now recreate the lvmtab file by running vgscan.
mv /etc/lvmtab /tmp
vgscan -a -v
Verify the lvmtab file,
strings /etc/lvmtab
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2006 09:38 PM
тАО03-06-2006 09:38 PM
Re: kernel info inconsistent with /etc/lvmtab
didn't rectify the problem
i have always use vgscan -v
do you think using vgscan -v -a will help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2006 11:00 PM
тАО03-06-2006 11:00 PM
Re: kernel info inconsistent with /etc/lvmtab
Any to be on safer side, copy the /etc/lvmtab file to safer side, before u run with "-a" option. When vgscan is run with this option, it will Scan all controller device paths for all disks.
In case it hasn't rectified, you can revert back the change by copying back your earlier copy of lvmtab file.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2006 05:11 PM
тАО03-07-2006 05:11 PM
Re: kernel info inconsistent with /etc/lvmtab
first boot into LVM maintenance mode (** For steps see below).
1. Get the /dev/vg_name/group minor number and physical volumes
belonging to the volume group.
Use: ll /dev/vg00/group to get 0x###### minor number.
vgdisplay -v /dev/vg_name to get physical volumes.
2. vgchange -a n /dev/vg_name
NOTE: Skip this step if booting maintanence mode for root volume
group.
3. vgexport -m /mapfile /dev/vg_name
4. mkdir /dev/vg_name
5. mknod /dev/vg_name/group c 64 0x0#0000
Re-use minor number obtained from step 1.
6. vgimport -m /mapfile /dev/vg_name pv_name [pv_name ...]
NOTE: Specify all the physical volumes obtained from step 1. Do not
include the physical volume that you are trying to remove or
that couldn't be queried.
** Steps to boot into maintenance mode and active. :
1. shutdown -hy now
2. interrupt boot sequence
3. boot from primary boot path and interact with ISL
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2006 01:08 AM
тАО03-08-2006 01:08 AM
Re: kernel info inconsistent with /etc/lvmtab
then
vgscan to recreate lvmtab ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2006 01:23 AM
тАО03-08-2006 01:23 AM
Re: kernel info inconsistent with /etc/lvmtab
I logged case with hp and the steps hp support person follows was these.
after checking status.
boot system in lvm maintanence mode
use vgcfgrestore -o /dev/vg00 -l /dev/dsk/c31d0s2 /dev/dsk/c2t0d0s2
and then reboot normal
system was seeing actpv and curpv same
and then we use vgsync.
Note: parameter of vgcfgrestore may be differrent i didn't exactly remember and doc is with customer at the moment. but this was the step done.