- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel tuning
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
04-08-2005 06:06 PM
04-08-2005 06:06 PM
Kernel tuning
We are facing some problem in kernel tuning in
# model
9000/803/D220
# uname -a
HP-UX PLANT B.10.20 E 9000/803 2007679199 8-user license
We have seen following error in syslog file
Apr 4 16:59:31 PLANT telnetd[29911]: Cannot allocate pty
Apr 4 16:59:32 PLANT telnetd[29910]: Cannot allocate pty
As a remedy for this we have tried to increase the kernel parameter
nstrpty from 60 to 75 with following procedure.
#cd /stand/build
#rm *
#cp /stand/system /stand/syste.ori
#cp /stand/vmunix /stand/vmunix.ori
#/usr/lbin/sysadm/system_prep -s /stand/system
#vi /stand/system
Increase the value of parameter nstrpty from 60 75
#mk_kernel
But this will not build the kernel /stand/system_test
We tried using the options -s /stand/system .
It is not giving errors also, but generates two files. SAM kernel tuning also not working
Still it is giving problem.
Any ideas.
Rgds
Dinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 11:29 PM
04-08-2005 11:29 PM
Re: Kernel tuning
http://docs.hp.com/en/TKP-90202/re61.html
For all kernel parametera: http://docs.hp.com/en/TKP-90202/TKP-90202.pdf
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 02:53 AM
04-09-2005 02:53 AM
Re: Kernel tuning
Check this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=88126
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 12:07 PM
04-09-2005 12:07 PM
Re: Kernel tuning
As a recommendation, don't increase from 60 to 75. Adding just 15 connections means you'll have to go through this process again when more logins are needed. I'd recommend increasing to at least 100. Every login, even from the same user requires an additional pty pair.
Also note that npty controls the old style pty driver. In 10.20, some connections will use the streams drivers so you need to change 3 values:
npty 100
nstrpty 100
nstrtel 100
Also, it looks like you've set the hostname PLANT using all UPPERCASE letters. This can cause network incompatibilities with other systems (Macs, PCs, etc).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 08:09 PM
04-09-2005 08:09 PM
Re: Kernel tuning
Thanks for the same.My problem is am not able build the kernel neither thru SAM nor thru command options. As said in the begining after increasing the value to 75 kernel is not buliding. There is no fail called vmunix.test i.e.rebiluded kernel.
Bill thanks for ur nice explanation.
Rgds
Dinsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 09:41 PM
04-09-2005 09:41 PM
Re: Kernel tuning
I could be wrong here but I do not like the fact you did rm * in /stand/build/. can you restore this dir & repeat what you did previously?
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 01:44 AM
04-10-2005 01:44 AM
Re: Kernel tuning
you need to edit /stand/build/system which was created by the system_prep command.
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 01:29 PM
04-10-2005 01:29 PM
Re: Kernel tuning
# sh -x /usr/sbin/mk_kernel