- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems - Setting Kernel Params On Ignite-UX
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-22-2004 06:20 AM
04-22-2004 06:20 AM
Problems - Setting Kernel Params On Ignite-UX
mod_kernel += "nstrpty 1024"
After the ignition, the value is just set to 60.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 06:34 AM
04-22-2004 06:34 AM
Re: Problems - Setting Kernel Params On Ignite-UX
Check interdependancies - I do not have a server here to test it but is it being reset by another setting further down?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 06:36 AM
04-22-2004 06:36 AM
Re: Problems - Setting Kernel Params On Ignite-UX
mod_kernel += "dbc_max_pct 10"
mod_kernel += "dbc_min_pct 10"
mod_kernel += "dnlc_hash_locks 512"
mod_kernel += "max_async_ports 3072"
mod_kernel += "max_thread_proc 3072"
mod_kernel += "maxdsiz 0X40000000"
mod_kernel += "maxdsiz_64bit 0X40000000"
mod_kernel += "maxfiles 400"
mod_kernel += "maxssiz 0X17000000"
mod_kernel += "maxssiz_64bit 0X17000000"
mod_kernel += "maxswapchunks 16384"
mod_kernel += "maxtsiz 0x18000000"
mod_kernel += "maxtsiz_64bit 0x18000000"
mod_kernel += "maxuprc 3072"
mod_kernel += "maxusers 800"
mod_kernel += "maxvgs 255"
mod_kernel += "msgmap 11002"
mod_kernel += "msgmnb 440000"
mod_kernel += "msgmni 4096"
mod_kernel += "msgseg 32767"
mod_kernel += "msgssz 2200"
mod_kernel += "msgtql 11000"
mod_kernel += "ncallout 14016"
mod_kernel += "nclist 5120"
mod_kernel += "nfile 60000"
mod_kernel += "nflocks 4000"
mod_kernel += "ninode 20000"
mod_kernel += "nkthread 14000"
mod_kernel += "nproc 7000"
mod_kernel += "npty 1024"
mod_kernel += "nstrpty 1024"
mod_kernel += "nstrtel 1024"
mod_kernel += "scsi_max_qdepth 16"
mod_kernel += "semmni 4096"
mod_kernel += "semmns 8192"
mod_kernel += "semmnu 1024"
mod_kernel += "semume 512"
mod_kernel += "shmmax 0x600000000"
mod_kernel += "shmmni 1024"
mod_kernel += "shmseg 1024"
mod_kernel += "swchunk 16384"
mod_kernel += "maxswapchunk 16384"
mod_kernel += "vps_ceiling 1024"
mod_kernel += "vps_chatr_ceiling 1024"
mod_kernel += "hpux_aes_override 1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 06:42 AM
04-22-2004 06:42 AM
Re: Problems - Setting Kernel Params On Ignite-UX
I cant test it but try putting nstrpty at the end and see what happens.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 06:44 AM
04-22-2004 06:44 AM
Re: Problems - Setting Kernel Params On Ignite-UX
Off topic but
mod_kernel += "dbc_max_pct 10"
mod_kernel += "dbc_min_pct 10"
????
Set min for about 80 meg and max for 400 meg.
These are of couse guideline but usually they are not too far off.
Paula