1829103 Members
2172 Online
109986 Solutions
New Discussion

sar question

 
SOLVED
Go to solution
Haitham Hamad
Regular Advisor

sar question

We get a snapshot of the sar command at a specified time for a daily report. Since we added a controller and two hard disks 2 weeks ago, we are realizing that the value of file-sz from the sar command is increasing every day since we added the controller. Today I am getting 1110/1227 when 2 weeks ago, I was getting 409/1227. All my other systems are showing 409/1227. I am afraid my Oracle database will shutdown if I reached the limit of 1227. Any ideas how to tackle this problem? Thanks
3 REPLIES 3
Philip Chan_1
Respected Contributor

Re: sar question

Hi,

The file-sz column in sar corresponds to the nfile kernel parameter. To avoid overflow of it you could increase that parameter in SAM then you should be all right.

John Waller
Esteemed Contributor

Re: sar question

It looks like you have found an application problem. You may want to try to install the lsof command from one of the free download sites to try to indentify the increased open files.