- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vgcfgbackup/vgextend err
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 11:02 AM
03-22-2002 11:02 AM
Vgcfgbackup/vgextend err
I got the following errors while doing a series of vgextends through a script on a VG:
(thats because the vg has 40 PV's and i was running vgextends with four pvs in a loop)
***
Volume Group configuration for /dev/tempvg has been saved in /etc/lvmconf/tempvg.conf
Volume group "tempvg" has been successfully extended.
vgcfgbackup: IO error on configuration file: Too many open files
Volume group "tempvg" has been successfully extended.
vgcfgbackup: Cannot open the control file "/dev/tempvg/group":
Too many open files
*********
The Vg did get created/extended correctly and i can see that on the vgdisplay. I ran vgcfgbackup manually again and it went through fine.
Just curious to know, what this error means?
The VG is 540 Gb size. (temporary vg).
thanks
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 11:11 AM
03-22-2002 11:11 AM
Re: Vgcfgbackup/vgextend err
I suggest that you look in the syslog.log to see if any adidtional errors exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 11:14 AM
03-22-2002 11:14 AM
Re: Vgcfgbackup/vgextend err
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 11:16 AM
03-22-2002 11:16 AM
Re: Vgcfgbackup/vgextend err
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 11:35 AM
03-22-2002 11:35 AM
Re: Vgcfgbackup/vgextend err
The script is nothing but a series of vgextends.
eg: vgextend tempvg pvname1 pvname2 ...
vgextend tempvg pvname5 pvname6 ..
and so on for the same tempvg.
The vg seems to have extended fine , since the vgdisplay -v shows all the pv's. My doubt is about the error message?
I think, after every vgextend, a vgcfgbackup is automatically done and the error occured during this time; because of successive vgextends, there could have been a overlap of one vgcfgbackup running while a new one started.
I am not sure, what this has to do with Kernel parameters, because this is a simple sequence of 10 vgextends on the same VG, on an empty system.
thanks
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 12:30 PM
03-22-2002 12:30 PM
Re: Vgcfgbackup/vgextend err
Just do following things and I am sure you will resolv your problem.
1. check your maxvgs parameter in kernel (use kmtune | grep maxvg ) if it is lessa than 40 it will not allow you to create more group files for more expected vgs. So just increase that parameter to 100 and rebuild the kernel. You will definately solve your problem.
If at all you are unable to solve your problem, check the unique minor number among along all group files of all vgs .
Good luck.
-pap