1838766 Members
3088 Online
110129 Solutions
New Discussion

Re: NFILE

 
SOLVED
Go to solution
Shoghi_1
Advisor

NFILE

Hello everyone!

I was having problems with the OS file table so I change the system parameter NFILE with :

kmtune -s nfile=40448

After I rebooted the server and I query the parameter with kmtune -q nfile I get the parameter I just entered (40448) but when I use sar -v 1 5 I get the old value (16394)

Did I make something wrong?
Do I need to do something else?

Thanks to all!!!!
7 REPLIES 7
Karthik S S
Honored Contributor

Re: NFILE

This link might throw you some light,

http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x7d7985079106d71190050090279cd0f9%2C00.html&admit=716493758+1071188150707+28353475

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Jeff Schussele
Honored Contributor
Solution

Re: NFILE

Hi Shoghi,

Did you rebuild the kernel & move it into place?

mk_kernel -o /stand/vmunix

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
James Murtagh
Honored Contributor

Re: NFILE

Hi Shoghi,

Can you run the following command and print the output? :

# echo nfile/D|adb /stand/vmunix /dev/kmem

The kmtune command will only query the system (or applicable) files, not the kernel. Did you rebuild the kernel and update it? Also, please mention the OS you are using - HP _currently_ support about six versions and from these three different ways to generate kernels.

Cheers,

James.
Wilfred Chau_1
Respected Contributor

Re: NFILE

did you seen the new entry in /stand/system?

If not add it, then run

mk_kernel -o /stand/vmunix & then reboot
Shoghi_1
Advisor

Re: NFILE

Thanks!!!!!!!!!!!!

I think the step I'm missing is to rebuild the kernel.

I will try doing it.
John Carr_2
Honored Contributor

Re: NFILE

Hi

you can use SAM to rebuild the kernel nice and easy

John.
Jim Butler
Valued Contributor

Re: NFILE

after you make the kernel - don't forget

kmupdate - on hp 11, or (use SAM to mod your kernel)


on hp10.20 -
mv /stand/vmunix /stand/vmunix.prev
mv /stand/build/vmunix_test /stand/vmunix


reboot required in both.

In 11 - you can use kmtune to dynamically bump the value of the parameter.
Man The Bilge Pumps!