- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vg00 not in /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
09-20-2002 12:21 AM
09-20-2002 12:21 AM
vg00 not in /etc/lvmtab
I don't see the vg00 in the /etc/lvmtab.
Someone have an idea ?
thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:23 AM
09-20-2002 12:23 AM
Re: vg00 not in /etc/lvmtab
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:25 AM
09-20-2002 12:25 AM
Re: vg00 not in /etc/lvmtab
root@serv1:/etc# vgdisplay -v vg00
Information in "/etc/lvmtab" differs from that in "/etc/lvmpvg".
VG "/dev/vg00" is not defined in file "/etc/lvmtab".
vgdisplay: Volume group "/dev/vg00" does not exist in the "/etc/lvmtab" file.
vgdisplay: Cannot display volume group "vg00".
root@SUP011:/etc#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:30 AM
09-20-2002 12:30 AM
Re: vg00 not in /etc/lvmtab
This will preview what its going to do - you should see it list its going to add in vg00. If it does then run again without the p option and it will recreate /etc/lvmtab and you should be fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:31 AM
09-20-2002 12:31 AM
Re: vg00 not in /etc/lvmtab
Try this.
mv /etc/lvmtab /etc/lvmtab.old
#vgscan.
make sure your database is down and no user is on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:32 AM
09-20-2002 12:32 AM
Re: vg00 not in /etc/lvmtab
nothing have changed...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:46 AM
09-20-2002 12:46 AM
Re: vg00 not in /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:55 AM
09-20-2002 12:55 AM
Re: vg00 not in /etc/lvmtab
root@serv1:/dev/vg00# mount -a
mount: /dev/vg00/lvproduct is already mounted on /product
mount: /dev/vg04FA/lvol2 is already mounted on /fm
mount: /dev/vg04FA/lvol3 is already mounted on /fm/FRR2PD
mount: /dev/vg04FA/lvol1 is already mounted on /appl
mount: /dev/vg00/lvol8 is already mounted on /home
mount: /dev/vg00/lvol7 is already mounted on /var
mount - read of super-block on /dev/vg00/perf failed: I/O error
mount: /dev/vg00/lvol10 is already mounted on /var/adm/crash
mount: /dev/vg00/lvol6 is already mounted on /usr
mount: /dev/vg00/lvol5 is already mounted on /tmp
mount: /dev/vg00/lvol4 is already mounted on /opt
mount: /dev/vg00/lvol1 is already mounted on /stand
root@serv1:/dev/vg00# fsck -F vxfs /dev/vg00/perf
cannot open device /dev/vg00/perf
file system check failure, aborting ...
root@serv1:/dev/vg00#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:57 AM
09-20-2002 12:57 AM
Re: vg00 not in /etc/lvmtab
You need to check the /etc/lvmpvg file to see if it reflects the correct situation.
This file is ASCII and editable.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 01:12 AM
09-20-2002 01:12 AM
Re: vg00 not in /etc/lvmtab
strings /etc/lvmtab
ll /etc/lvmconf/
and
ll /dev/vg00
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 01:16 AM
09-20-2002 01:16 AM
Re: vg00 not in /etc/lvmtab
#mv /etc/lvmtab /etc/lvmtab.old
#vgscan
This must work, and you should be able to see vg00 in lvmtab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 01:34 AM
09-20-2002 01:34 AM
Re: vg00 not in /etc/lvmtab
---quote---
mount: /dev/vg00/lvol7 is already mounted on /var
mount - read of super-block on /dev/vg00/perf failed: I/O error
---end quote---
What is /dev/vg00/perf? Is it something recent, how was it created?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 03:19 AM
09-20-2002 03:19 AM