1834458 Members
2911 Online
110067 Solutions
New Discussion

Error

 
avdhesh
New Member

Error

hi
i am getting the error msg in /var/adm/syslog/syslog.log
------ EMS Event Notification ------ Valu
e: "75.104330" for Resource: "/system/kernel_resource/file_system/nfile" (Th
reshold: >= "75.000000") Execute the following command to obtain event detai
ls: /opt/resmon/bin/resdata -R 1809645571 -r /system/kernel_resource/file_syst
em/nfile -a

and after running this command.i am gettin result as below:
USER DATA:

nfile utilization has exceeded 75%. Please review system load conditions.
resdata: There is no monitor data associated with this event

Can you help me what this means.
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: Error

Umm...Well, that appears to me to be pretty self explanatory.

The usage of the 'nfile' kernel parameter has exceeded 75% of whatever the value of nfile is.

Basically nfile is the number of files that can be open by all processes on the machine. If it reaches 100%, then no more files can be accessed, thus hindering production.

James R. Ferguson
Acclaimed Contributor

Re: Error

Hi:

The kernel parameter 'nfile' is the maximum number of open files permitted system-wide. The warning is telling you that you have reached 75% of the maximum number of open files possible.

You may want to increase this value by re-tuning the kernel.

http://docs.hp.com/en/B2355-60105/nfile.5.html

Regards!

...JRF...
avdhesh
New Member

Re: Error

thanks