Steps to resolve to "Too many open files" in Linux

Steps to resolve to "Too many open files" in Linux


Please follow the below steps to resolve the issue with  "Too many open files" issue in Linux. Follow below given steps:

1. Stop the NetFlow Analyzer service.

2. Please visit the link given below for the steps to increase the open files in the Linux machine:

http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/

Increase it to higher value.

3. Edit /etc/security/limits.conf by doing vi /etc/security/limits.conf and add the below entries at the end:

*         hard    nofile      65536
*         soft    nofile      65536
root      hard    nofile      65536
root      soft    nofile      65536


3. Do all the steps mentioned and reboot the server and observe the product and check the issue.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Steps to use the Headless Mode in Linux

                        Steps to fix the issue Headless Mode and Jfree Chart in Linux: 1. Stop NetFlow Analyzer or OpManager Service 2. Navigate to NetFlow_Home/conf  or OpManager_Home/conf folder and open file "wrapper.conf" in a editor. 4. Look for the last  un-commented ...
                      • Firewall Analyzer Mysql to Pgsql migration steps.

                        Stop the Firewall Analyzer Service. Take the backup or a VM snapshot of ManageEngine\Firewall folder. Download the correct zip files based on your OS(32/64bit) from the below link and extract it under <Firewall Analyzer Home>. ...
                      • Upgrade steps from build 12.6 or above to 12.7

                        Note: NetFlow Analyzer version 12.7 has PostgreSQL data migration from 10.21 to 14.7 Tomcat - 8.5.43 to 9.0.71 JDBC driver changes postgresql-42.4.0.jar to postgresql-42.5.1.jar jtds-1.2.2.jar to mssql-jdbc-8.4.1.jre8.jar Disk Space in the NetFlow ...
                      • Steps to fix the issue with User creation in NCM11

                        Note: The steps will only work over the NCM build 11000 1. Open Command prompt as Administrator and navigate to NCM_Home/pgsql/bin 2. Enter below to connect to the database: For Windows    :   psql -U postgres -p 13310 -h 127.0.0.1 -d netflow For ...
                      • Steps to take Configuration Backup and Restore Configuration Backup

                        Follow the below steps to take the configuration backup: 1. Stop the NetFlow Analyzer Service. 2. Open a command prompt as administrator and navigate to NetFlow_Home/troubleshooting/ and execute backupConfig.sh for Linux and backupConfig.bat for ...