HP-UX for Itanium Kernel Parameters Settings
we got "OS KERNEL PARAMETER status failed". We set kernel param mentioned in the installation guide but below param are creating issue.
maxssiz_64bit 0X10000000 Maximum size (in bytes) of the stack for 64-bit processes.
maxuprc 1024 Limits the maximum number of concurrent user processes per user.
ncsize – not found in the doc
maxfiles_lim 4098 Hard limit for the number of files that a process is allowed to have
open simultaneously.
ninode (8 * NPROC + 2048) Maximum number of open inodes that can be in memory.
Calculate as follows:
4200+48+maxusers+(2*npty)
semmni 512 Number of system V IPC system-wide semaphore identifiers.
semmns 4096 Number of system V IPC system-wide semaphores.
maxssiz_64bit 0X10000000 Maximum size (in bytes) of the stack for 64-bit processes.
maxuprc 1024 Limits the maximum number of concurrent user processes per user.
ncsize – not found in the doc
maxfiles_lim 4098 Hard limit for the number of files that a process is allowed to have
open simultaneously.
ninode (8 * NPROC + 2048) Maximum number of open inodes that can be in memory.
Calculate as follows:
4200+48+maxusers+(2*npty)
semmni 512 Number of system V IPC system-wide semaphore identifiers.
semmns 4096 Number of system V IPC system-wide semaphores.
0