- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Issue 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
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-07-2006 02:47 AM
07-07-2006 02:47 AM
Issue with /etc/lvmtab
When I launch this command : vgdisplay -v | more
All my VGs configuration are displayed but I have this error :
vgdisplay: Volume group "/dev" does not exist in the "/etc/lvmtab" file.
vgdisplay: Cannot display volume group "/dev/".
I have try to rebuild /etc/lvmtab file but this action remove /dev/vg00 from /etc/lvmtab...
My current /etc/lvmtab :
#strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/vgp30arch
/dev/dsk/c7t13d0
/dev/vgp30data
/dev/dsk/c7t8d0
/dev/dsk/c7t9d0
/dev/dsk/c7t10d0
/dev/dsk/c7t11d0
/dev/dsk/c7t12d0
/etc/lvmtab after vgscan -av command :
#strings /etc/lvmtab
/dev/
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/vgp30arch
/dev/dsk/c7t13d0
/dev/vgp30data
/dev/dsk/c7t8d0
/dev/dsk/c7t9d0
/dev/dsk/c7t10d0
/dev/dsk/c7t11d0
/dev/dsk/c7t12d0
vgscan command remove /dev/vg00 which exist and all /dev/vg00 LVs are mounted...
Somenone can help me to solve this isue ?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:55 AM
07-07-2006 02:55 AM
Re: Issue with /etc/lvmtab
please run this command to see if you get any errors:
# lvlnboot -v
Regards,
jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 02:59 AM
07-07-2006 02:59 AM
Re: Issue with /etc/lvmtab
lvlnboot result :
#lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
/dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Root: lvol3 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Swap: lvol2 on: /dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Dump: lvol2 on: /dev/dsk/c1t2d0, 0
lvlnboot: Volume group "/dev" does not exist in the "/etc/lvmtab" file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:06 AM
07-07-2006 03:06 AM
Re: Issue with /etc/lvmtab
Oliva,
Have you had a a disk from VG00 go off line, even temporarily? (there should be a SCSI error message in syslog).
If this is the case, then the easiest way I found to correct the problem (if the disk is back on line) is to reboot the server.
HTH
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:31 AM
07-07-2006 03:31 AM
Re: Issue with /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:42 AM
07-07-2006 03:42 AM
Re: Issue with /etc/lvmtab
Try using dd for both the disk...
dd if=/dev/dsk/c1t2d0 of=/dev/null block=1024k count=10
Doesn it show any error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:46 AM
07-07-2006 03:46 AM
Re: Issue with /etc/lvmtab
find /dev -type f -exec ls -lb {} \;
(there should be nothing found)
Also check for bad names in /dev:
ls -lb /dev
A bad name is one that shows up with \### in the name using the -b option. Check for links:
find /dev -type l -exec ls -lb {} \;
There will be a few links for things like:
/dev/lan /dev/snap /dev/inet_cots /dev/inet_clts /dev/dtremote
but no links to /dev/rdsk or /dev/dsk directories.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 06:30 AM
07-07-2006 06:30 AM
Re: Issue with /etc/lvmtab
Use vgscan -apv.
Do you have a group file directly in /dev?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2006 03:40 PM
07-07-2006 03:40 PM
Re: Issue with /etc/lvmtab
# ll /dev/slvmvg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:41 AM
07-10-2006 01:41 AM
Re: Issue with /etc/lvmtab
frrou01:(/dev)(root)# ll /dev/slvmvg
crw-rw---- 1 root root 64 0x000000 Dec 2 2002 /dev/slvmvg
frrou01:(/dev)(root)#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:47 AM
07-10-2006 01:47 AM
Re: Issue with /etc/lvmtab
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=63637
Looks like you need to install the latest LVM patches from http://www.itrc.com
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 03:40 AM
07-10-2006 03:40 AM
Re: Issue with /etc/lvmtab
> crw-rw---- 1 root root 64 0x000000 Dec 2 2002 /dev/slvmvg
This file shares the same minor number, 0x000000, as vg00 hence the error in /etc/lvmtab. When the timestamp of /dev/slvmvg is older than /dev/vg00, the error you're talking about occurs.
You can "touch" /dev/slvmvg updating its timestamp to be newer than /dev/vg00.
OR
Remove /dev/slvmvg since MC/SG will recreate it as the node joins the cluster.
To fix this error permanently you need to apply one of the patches listed below (depending on whether your system is 11.0 or 11i):
PHCO_24437 - 11.00 LVM commands cumulative patch
PHCO_24809 - 11.11 LVM commands cumulative patch
http://www1.itrc.hp.com/service/patch/mainPage.do
~hope it helps