- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvmpvg error
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
03-22-2002 07:43 AM
03-22-2002 07:43 AM
I was creating a number of Vgs through a script. ALl the vgs got created except that during the last one's creation, it bombed with the error
**
Increased the number of physical extents per physical volume to 13893.
Bad file "/etc/lvmpvg": Missing PVG keyword.
vgcreate: Error detected when reading from file "/etc/lvmpvg"
**
the /etc/lvmpvg file looks good.
vgdisplay -v shows all the Vgs except the last one which did not get created.
vgdisplay -v gives the error,
Bad file "/etc/lvmpvg" Missing PVG keyword
I moved the /etc/lvmpvg file and ran the vgcreate for the last Vg and it worked fine, creating a new /etc/lvmpvg file. But when i append the rest of the old lvmpvg entries, vgdisplay gives the error.
Obviously , there is an error in /etc/lvmpvg. But, it seems ok.
(vgcreate options -g pvg01 -s x -p y)
thanks
raj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 07:55 AM
03-22-2002 07:55 AM
Re: lvmpvg error
they are, it should appear in the same order in which they are listed in the volume group otherwise it'll complain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 07:57 AM
03-22-2002 07:57 AM
SolutionOne option:
1) which OS version ?
If 11.0, then apply patch - PHCO_24437
If 11i. then apply patch - PHCO_25814.
The reason it is saying for the error:
When the size of the file "/etc/lvmpvg" gets more than 8k bytes (characters), customers may encounter the following problems:
lvcreate fails with: Error detected when reading from file "/etc/lvmpvg".
pvdisplay reports a warning: Bad file "/etc/lvmpvg": Missing PVG keyword.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 08:06 AM
03-22-2002 08:06 AM
Re: lvmpvg error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 09:04 AM
03-22-2002 09:04 AM
Re: lvmpvg error
cheers
-raj