- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernal Configuration
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
01-20-2003 02:03 AM
01-20-2003 02:03 AM
Kernal Configuration
We are currently migrating our Informix based application from HP-UX 10.20 to HP-UX11 (new server).
We are getting informix based errors whenever more than 1 person logs into the new server for testing (however no errors are appearing in syslog).
Prior to attempting to go live on the new server we made several kernal changes. We're now attempting to review the kernal as we thik think this may be at the root of the problems.
We think we may need to increase maxusers but we're not sure exactly what effect this will have.
Any advice of kernal tuning would be appreciated.
Thankyou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 02:09 AM
01-20-2003 02:09 AM
Re: Kernal Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 02:15 AM
01-20-2003 02:15 AM
Re: Kernal Configuration
Informix uses maxusers=128 or higher, we use 200.
Hope ir helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 02:34 AM
01-20-2003 02:34 AM
Re: Kernal Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 02:35 AM
01-20-2003 02:35 AM
Re: Kernal Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 03:46 AM
01-20-2003 03:46 AM
Re: Kernal Configuration
STRMSGSZ 65535
max_thread_proc 256
maxdsiz 0X3B031000
maxswapchunks 9707
maxuprc 2048
maxusers 200
ncallout 3220
nfile 114548
nkthread 2048
nproc (20+16*MAXUSERS)
npty 500
nstrpty 60
num_tachyon_adapters 5
semmni 4096
semmns 4096
semmnu 1024
semume 1024
shmmax 4294967296
shmmni 512
shmseg 256
Not all, but most of these paramters are tuned explicitly for Informix with approximately 100 online users. Maybe you can spot something from this.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 06:16 AM
01-20-2003 06:16 AM
Re: Kernal Configuration
Bill Hassell, sysadmin