- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgdisplay and 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-22-2002 10:43 AM
07-22-2002 10:43 AM
I see all my /dev/vg00 and /dev/vg01
but when I did a vgdisplay, it only display vg01, but not vg00?
Please help.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:45 AM
07-22-2002 10:45 AM
Re: vgdisplay and lvmtab
When you do a vgdisplay w/no parameters it will show all VGs.
I suspect the vg00 info has scrolled on up & off the screen.
Do
#vgdisplay -v | more
This will give greater detail & hold it to a screen at a time.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:47 AM
07-22-2002 10:47 AM
Re: vgdisplay and lvmtab
Another method would be to do:
# vgdisplay -v > /tmp/vgdisplay.txt
# view /tmp/vgdisplay.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:49 AM
07-22-2002 10:49 AM
Re: vgdisplay and lvmtab
Instead try vgdisplay -v vg00 to get info on vg00.
vgdisplay by default will disaply information for all the VG's. If you want to see perticualr vginfo then try above method.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 11:13 AM
07-22-2002 11:13 AM
Re: vgdisplay and lvmtab
[wally:/etc] # vgdisplay -v vg00
vgdisplay: Volume group "/dev/vg00" does not exist in the "/etc/lvmtab" file.
vgdisplay: Cannot display volume group "vg00".
Even with vgdisplay without any parameter, it shows only vg01, not vg00.
With bdf, this is what I get:
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 143360 20248 115450 15% /
/dev/vg00/lvol1 83733 41925 33434 56% /stand
/dev/vg00/lvol8 512000 170470 321242 35% /var
/dev/vg00/lvol7 512000 347231 154493 69% /usr
/dev/vg01/u02 4103345 2467118 1225892 67% /u02
/dev/vg01/u01 2540465 684825 1601593 30% /u01
/dev/vg00/lvol4 65536 1128 60386 2% /tmp
/dev/vg01/redolog4 99669 41034 48668 46% /redolog4
/dev/vg01/redolog3 99669 41034 48668 46% /redolog3
/dev/vg01/redolog2 99669 41034 48668 46% /redolog2
/dev/vg01/redolog1 99669 41034 48668 46% /redolog1
/dev/vg00/lvol6 348160 64709 265742 20% /opt
/dev/vg00/lvol5 20480 2897 16531 15% /home
/dev/vg01/d0reports
977075 462170 417197 53% /d0reports
/dev/vg01/d03 16013350 10084339 4327676 70% /d03
/dev/vg01/d02 8206922 4162355 3223874 56% /d02
/dev/vg01/d01 30776631 20681348 7017619 75% /d01
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 11:19 AM
07-22-2002 11:19 AM
SolutionSounds like the /etc/lvmtab file is corrupt or bad - do this
#mv /etc/lvmtab /etc/lvmtab.bad
#vgscan -v
This will create a new lvmtab file with the correct inof. NOTE - You must remove or rename the existing lvmtab file or vgscan will use it for reference.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 11:21 AM
07-22-2002 11:21 AM
Re: vgdisplay and lvmtab
Based on your posts the last week, I surmise that you have been updating or otherwise cold-installing your server. What was the last thing you did before you got this error?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 11:21 AM
07-22-2002 11:21 AM
Re: vgdisplay and lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 11:24 AM
07-22-2002 11:24 AM