- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite and vg00
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
12-26-2001 09:38 AM
12-26-2001 09:38 AM
ignite and vg00
I have the message : information in "/etc/lvmtab" differs from that in "/etc/lvmpvg".
VG "/dev/vg00" is not defined in file "/etc/lvmtab".
And, when i excecute this command : srings /etc/lvmtab | grep vg , i don't see any information about the vg00.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 09:47 AM
12-26-2001 09:47 AM
Re: ignite and vg00
Can you explain me further. As far as i know the /etc/lvmpvg will not give any problem to you.
Last day i restored an Ignite backup and it found working fine.
AR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 09:51 AM
12-26-2001 09:51 AM
Re: ignite and vg00
Have you tried re-creating the lvmtab?
mv /etc/lvmtab /etc/lvmtab.old
vgscan -v
strings /etc/lvmtab
This will create a new lvmtab file. When you do a strings on the lvmtab, does your vg00 information show?
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 10:00 AM
12-26-2001 10:00 AM
Re: ignite and vg00
here the message : lvdisplay -v /dev/vg00/lvol3 | more
lvdisplay: Volume group "/dev/vg00" does not exist in the "/etc/lvmtab" file.
lvdisplay: Cannot display logical volume "/dev/vg00/lvol3".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 10:06 AM
12-26-2001 10:06 AM
Re: ignite and vg00
Try this.
copy /etc/lvmtab as /etc/lvmtab.save
Run insf -e
than run vgscan -v
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 10:29 AM
12-26-2001 10:29 AM
Re: ignite and vg00
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 10:33 AM
12-26-2001 10:33 AM
Re: ignite and vg00
look at my /etc/lvmtab ....is it correct that i see only /dev/ ? whereis the vg00 ?
/dev/
|h;2
/dev/dsk/c3t4d0
/dev/dsk/c3t5d0
/dev/dsk/c4t4d0
/dev/dsk/c4t5d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 10:43 AM
12-26-2001 10:43 AM
Re: ignite and vg00
mkdir /dev/vg00
From here, I would restore from backup everything at /dev/vg00.
Afterwards, move the lvmtab again and run vgscan -v.
Hope this helps!
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 11:00 AM
12-26-2001 11:00 AM
Re: ignite and vg00
lvmpvg is only for volume groups that have physical volume groups defined. If vg00 doesn't have PVGs then it won't show in lvmpvg.
It is correct to use "strings /etc/lvmtab". You should see the VGs and all disks assigned to each VG. If you don't see vg00 then you need to follow Eric's suggestion.
As an example, here's what I got when I ran vgscan -v on a test system (after mv /etc/lvmtab /etc/lvmtab.old):
root:/etc # vgscan -v
Creating "/etc/lvmtab".
vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg00".
vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg28".
vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg02".
Couldn't stat physical volume "/dev/dsk/c5t2d0":
Invalid argument
/dev/vg02
/dev/dsk/c1t8d0
/dev/dsk/c1t9d0
/dev/dsk/c1t10d0
/dev/dsk/c1t11d0
/dev/dsk/c1t13d0
/dev/dsk/c1t14d0
/dev/dsk/c1t15d0
/dev/dsk/c2t14d0
/dev/dsk/c4t12d0
/dev/dsk/c4t13d0
/dev/dsk/c4t14d0
/dev/dsk/c4t15d0
/dev/vg28
/dev/dsk/c1t12d0
/dev/dsk/c2t1d0
/dev/dsk/c4t10d0
/dev/dsk/c4t11d0
/dev/vg00
/dev/dsk/c2t6d0
/dev/dsk/c4t8d0
/dev/dsk/c4t9d0
Scan of Physical Volumes Complete.
root:/etc #
Note the message about c5t2d0 which is the dvdrom drive and can be ignored.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 11:07 AM
12-26-2001 11:07 AM
Re: ignite and vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 11:21 AM
12-26-2001 11:21 AM
Re: ignite and vg00
Have a look at this doc..
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=531a33d40644c12b37/screen=ckiDisplayDocument?docId=200000056493290
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 01:30 AM
12-27-2001 01:30 AM
Re: ignite and vg00
Sorry, but none of your solution resolv my problem ....
No more idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 02:54 AM
12-27-2001 02:54 AM
Re: ignite and vg00
Did the /etc/lvmpvg contains the list of the vg00 disks ?
You should try to move both the lvmtab and the lvmpvg and run vgscan to recreate the lvmtab.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 03:26 AM
12-27-2001 03:26 AM
Re: ignite and vg00
VG /dev/vg00
PVG PVG0
/dev/dsk/c3t5d0
/dev/dsk/c3t4d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 05:07 AM
12-27-2001 05:07 AM
Re: ignite and vg00
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 05:40 AM
12-27-2001 05:40 AM
Re: ignite and vg00
In fact, the file /dev/slvmvg had the same minor and major number than /dev/vg00/group