- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: INFORMIX W/HP-UX gurus
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
11-13-2002 09:53 AM
11-13-2002 09:53 AM
INFORMIX W/HP-UX gurus
nfile HP-UX kernel parm set to 35000. INFORMIX NUMAIOVPS parm set to 140. These settings resulted in a max file table utilization of 21000 (about 60% of file table). We bumped NUMAIOVPS to 232, and the UNIX file table went to 100% - after adjusting nfile to 70000 we see that the max utiliztion of the UNIX file table is at about 38000.
Question: how does bumping INFORMIX NUMAIOVPS from 140 to 232 increase the number of files open from 21000 to 38000 (17000 difference)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:46 AM
01-10-2003 08:46 AM
Re: INFORMIX W/HP-UX gurus
Did you receive any answer to this question?? I have a similar problem with an extensive use of nfiles. In one of my systems with Informix and HP-UX 11i, I have the NUMAIOVPS param set to 250... but I have 180000 in nfile and it is just enought to support three weeks more and less!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 09:26 AM
01-10-2003 09:26 AM
Re: INFORMIX W/HP-UX gurus
I don't know Informix too well but I'll have a stab at it. If I make incorrect assumptions let me know.
I assume NUMAIOVPS (Number of Asynchronous IO Virtual Processors?) are kernel threads used by Informix when KAIO is enabled. I believe Informix suggest setting it to the number of cooked files + 1 in this case.
Assuming you have more threads to access the files the file table entries will rise proportionally - remember this table is really the number of file opens - you open the same file twice and you will have two entries in the table. Looking at your figures:
140 VPS --> 21000 opens
~ 150 opens per VPS
Add an extra 92 VPS ~14000 extra opens = 35000 opens
So this is not too far off what you witnessed. Does this sound reasonable?
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 11:50 AM
01-13-2003 11:50 AM
Re: INFORMIX W/HP-UX gurus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 02:14 PM
04-22-2003 02:14 PM
Re: INFORMIX W/HP-UX gurus
In Informix, to findout the NUMAIOVPS:
If the database server implements kernel-asynchronous I/O, but you are using some cooked file space, allocate two AIO virtual processors per active dbspace that is composed of cooked file space. If kernel-asynchronous I/O is not implemented on your platform, allocate two AIO virtual processors for
each disk that the database server accesses frequently.
NUMAIOVPS formula:
= max((2 * number_of_chunks), 6)
where number_of_chunks is the number of chunks that you have allocated
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 03:43 AM
03-15-2005 03:43 AM