1753767 Members
5520 Online
108799 Solutions
New Discussion

Kernel Updation

 
arun m govind
Frequent Advisor

Kernel Updation

Hai,
In my hp-ux 11.11i system i had incressed the value of `npty` from 60 to 150.After reboot the value of my `nbuf` value decresses.Is both are inversly related??
How this happen???
1 REPLY 1
RAC_1
Honored Contributor

Re: Kernel Updation

There is no relationship between nbug (buffer memory setting. Only a non-zero setting sets static buffer cache)
npty is about terminal devices. Once you change that, you need to do following.

# cd /dev

# insf d pty s 1024 e v

# insf d ptm s 1024 e v

# insf -d telm s 1024 e v

# insf -d tels s 1024 e -v
There is no substitute to HARDWORK