- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: emergency help: vg doen't 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
04-07-2003 06:46 AM
04-07-2003 06:46 AM
emergency help: vg doen't in /etc/lvmtab
/home/root# vgdisplay -v /dev/vg04
vgdisplay: Volume group "/dev/vg04" does not exist in the "/etc/lvmtab" file.
vgdisplay: Cannot display volume group "/dev/vg04".
Please help what causes the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 06:55 AM
04-07-2003 06:55 AM
Re: emergency help: vg doen't in /etc/lvmtab
# vgscan
- that regenerates your /etc/lvmtab file and if vg04 is correctly configured it must appear in your /etc/lvmtab file.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 06:56 AM
04-07-2003 06:56 AM
Re: emergency help: vg doen't in /etc/lvmtab
What preceeded this? A 'vgremove' for volume group 'vg04' would certainly cause yield this, as would a 'vgexport'. Are you sure that you had a volume group 'vg04'?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 06:58 AM
04-07-2003 06:58 AM
Re: emergency help: vg doen't in /etc/lvmtab
# cd /etc
# mv lvmtab lvmtab.old
# vgscan -v -a
Now run vgdisplay on vg04 again. If that does not work find out if vg04 does really exist or not. Look up the devices files in /dev/vg04.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:03 AM
04-07-2003 07:03 AM
Re: emergency help: vg doen't in /etc/lvmtab
rm /dev/vg04
I wouldn't run vgscan and rebuild /etc/lvmtab without first generating a preview report:
vgscan -v -a -p
-a - check all controllers
-v - verbose
-p - preview
Cross reference the vg's and disks listed and only then update or create a new lvmtab.
cp /etc/lvmtab /etc/lvmtab_old
vgscan -a -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:06 AM
04-07-2003 07:06 AM
Re: emergency help: vg doen't in /etc/lvmtab
James,
You got a good point. Somebody else installed the patch bundle this weekend, and I was TOLD vg04 was there. How do I know if it was thter or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:12 AM
04-07-2003 07:12 AM
Re: emergency help: vg doen't in /etc/lvmtab
Note date on /etc/lvmconf/vgo4.conf
Verify old vg with:
vgcfgrestore -f /etc/lvmconf/vg04.conf -l
-or-
vgcfgrestore -f /any_file -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:22 AM
04-07-2003 07:22 AM
Re: emergency help: vg doen't in /etc/lvmtab
do you know what patch was installed last weekend that was mentioned. I am just wandering since you say vgscan is not working out for you.