- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgscan doesn't update lvmtab correctly
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
04-13-2004 06:45 AM
04-13-2004 06:45 AM
Is there anyway that I can update the lvmtab file to contain data about vg00?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:48 AM
04-13-2004 06:48 AM
Re: vgscan doesn't update lvmtab correctly
Do you have Service Guard on the system ?
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:50 AM
04-13-2004 06:50 AM
Re: vgscan doesn't update lvmtab correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:51 AM
04-13-2004 06:51 AM
Re: vgscan doesn't update lvmtab correctly
Could it be possible that the system was brought up in LVM maintenance mode & then not rebooted but instead init 3 was run?
If that's the case /dev/vg00 could be designated as /dev/root instead.
Is /dev/root listed in lvmtab now?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:52 AM
04-13-2004 06:52 AM
Solutionll /dev |grep "0x000000"
ll /dev/*/group
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:59 AM
04-13-2004 06:59 AM
Re: vgscan doesn't update lvmtab correctly
There is no /dev/root entry in lvmtab. But root is mounted from /dev/root.
Sanjay,
Lots of the same minor numbers in /dev, no same major numbers though. All of the group files have different minor numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:02 AM
04-13-2004 07:02 AM
Re: vgscan doesn't update lvmtab correctly
Try this,
cd /dev
ll |grep "0x000000" |grep "64"
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:04 AM
04-13-2004 07:04 AM
Re: vgscan doesn't update lvmtab correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:15 AM
04-13-2004 07:15 AM
Re: vgscan doesn't update lvmtab correctly
Can you post your bdf output ?.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:30 AM
04-13-2004 07:30 AM
Re: vgscan doesn't update lvmtab correctly
/dev/vg00/lvol1 83733 43404 31955 58% /stand
/dev/vg00/lvol7 1048576 169928 831122 17% /var
/dev/vg00/lvol6 1048576 954265 90692 91% /usr
/dev/vg00/lvol5 524288 16965 476092 3% /tmp
/dev/vg00/lvol4 1548288 1338397 196780 87% /opt
/dev/vg04/lvol 87947160 56113656 23038784 71% /disk3
/dev/vg03/lvol 87947160 59156088 19996352 75% /disk2
/dev/vg02/lvol 8847360 7304150 1496146 83% /apps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 08:12 AM
04-13-2004 08:12 AM
Re: vgscan doesn't update lvmtab correctly
Well that bdf output looks to me like the system was not rebooted properly from LVM maintenance mode. / is typically mounted from /dev/vg00/lvol3.
If that's the case you'll have to verify that /etc/fstab & /dev/vg00/* are correct & then schedule a reboot to correct the situation. You're going to have trouble because what's defined to the system & what's actually mounted don't match.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 05:25 PM
04-13-2004 05:25 PM
Re: vgscan doesn't update lvmtab correctly
mount -a
vgscan
Can you try this way please
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 06:12 PM
04-13-2004 06:12 PM
Re: vgscan doesn't update lvmtab correctly
Before u removing /etc/mnttab, check whether u have entry /dev/root. If it exists then only u can proceed further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 11:53 PM
04-13-2004 11:53 PM
Re: vgscan doesn't update lvmtab correctly
After removing mnttab and running mount -a, / is now mounted from vg00/lvol3. But vgscan -av still doesn't update the lvmtab correctly. Two of my volume groups are giving these errors:
Couldn't stat physical volume "/dev/dsk/c1t2d0":
Invalid argument
Couldn't stat physical volume "/dev/dsk/c2t0d0":
Invalid argument
Couldn't stat physical volume "/dev/dsk/c3t2d0":
Invalid argument
vgscan: has no correspoding valid raw device file under /dev/rdsk.
Verification of unique LVM disk id on each disk in the volume group
/dev/vg00 failed.
Do I need to boot into LVM maintenance mode to fix this? If I reboot, will / even mount?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 12:30 AM
04-14-2004 12:30 AM
Re: vgscan doesn't update lvmtab correctly
Also make sure you're disks are still working (those messages about none-responding disks are alarming). Check the output of ioscan -fnC disk. If you see a lot of NO_HW entries, check your disk(cabinet)s for broaken power supplies or loose SCSI cables before doing the reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 01:10 AM
04-14-2004 01:10 AM
Re: vgscan doesn't update lvmtab correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 02:18 AM
04-14-2004 02:18 AM
Re: vgscan doesn't update lvmtab correctly
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 02:18 AM
04-14-2004 02:18 AM
Re: vgscan doesn't update lvmtab correctly
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 02:24 AM
04-14-2004 02:24 AM
Re: vgscan doesn't update lvmtab correctly
I've also determined that the reason for the failure is the temperature around the system. Air flow isn't too good where the machine is, so I'm looking to change its location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 05:07 AM
04-14-2004 05:07 AM
Re: vgscan doesn't update lvmtab correctly
Bill Hassell, sysadmin