- Netflow analyzer ��� linux
- Database Tuning Parameters
- linux-notes.org
- Установка ManageEngine Netflow Analyzer на RedHat/CentOS/Fedora
- 5 thoughts on “ Установка ManageEngine Netflow Analyzer на RedHat/CentOS/Fedora ”
- Добавить комментарий Отменить ответ
- Installation and Startup
- Installing NetFlow Analyzer
- Starting NetFlow Analyzer
- Starting as Service
- NFStats — анализ netflow данных для ISP «на коленке»
- Подготавливаем
- Перейдем непосредственно к установке приложения
- Можно переходить к nfstats.example.com
- Ну, и наконец использование
Netflow analyzer ��� linux
NetFlow Analyzer runs in both Windows and Linux, supports NetFlow® versions 5/7/9, sFlow®, cflowd®,J-Flow®, IPFIX®, NetStream®. Following is the list of supported operating systems:
Supported Operating Systems |
|
Note: For router and switch specifications refer the Configuring Cisco Devices section of the User Guide.
Database Tuning Parameters
When you find that the client response is slow and the reports are taking longer time to get generated, you can tune a few database parameters to improve the performance of the system. The database parameters for NetFlow Analyzer are tuned to work well with 512 MB of RAM and in cases where you are running with more RAM, you can easily tune the MySQL parameters to extract better performance. This can result in significant improvements in the client response. These parameters can be set in startDB.bat file present in /bin directory (startDB.sh in case of Linux).
The 2 main parameters are the key_buffer_size and the innodb_buffer_pool_size. These values are set to —key_buffer_size=180000000 —innodb_buffer_pool_size=212000000 by default
Note: Please take a back up of this file before you make any changes. In case you are uncomfortable making these changes, please send a mail to so that we can assist you in doing this.
- For a machine running with 1 GB of RAM, you can set these to
—key_buffer_size=360000000 —innodb_buffer_pool_size=424000000 - For a machine running with 2 GB of RAM, you can set these to
—key_buffer_size=720000000 —innodb_buffer_pool_size=848000000
Источник
linux-notes.org
Установка ManageEngine Netflow Analyzer на RedHat/CentOS/Fedora
Сейчас в данной теме «Установка ManageEngine Netflow Analyzer на RedHat/CentOS/Fedora» поговорим как можно установить Netflow Analyzer на RedHat/CentOS/Fedora.
Можно для начала установить Opmanager Central, я недавно писал как это можно сделать:
1. Для начала нам нужно посетить официальный сайт ManageEngine Netflow Analyzer и выбрать нужную версию и разрядность для ОС.
Для 32-битной ОС можно скачать эту:
Для 64-битной ОС можно скачать эту:
2. Выставляем на файл права:
3. Собственно произведем установку:
Начнется установка и в процессе нужно ответить на несколько вопросов, интуитивно понятно что нужно делать, по этому я не сильно много уделяю внимание по этому поводу.
Сейчас остановим iptables для включения только что установленного сервиса:
4. После чего переходим в браузер и вводим:
Вас попросят ввести логин и пароль, стандартные — admin (для логина и пароля), после чего попадаем в меню. На этом я завершу статью » Установка ManageEngine Netflow Analyzer на RedHat/CentOS/Fedora». Спасибо за посещение http://linux-notes.org надеюсь Вам нравится как я пишу на разные темы.
5 thoughts on “ Установка ManageEngine Netflow Analyzer на RedHat/CentOS/Fedora ”
Отличная статья.
Никак не могу заставить NFA писать данные на внешнюю базу.
Установил, запустил, на удаленном сервере БД создалась, все работает до перезагрузки. После перезагрузки NFA снова пытается создать БД, хотя она уже есть. Как выключить?
Вы наверное не разрешили подключение к БД из вне. Нужно открыть и посмотреть конфиг:
# vim /etc/my.cnf
Найти поле:
bind = 127.0.0.0
И закоментировать его, после чего, перезапустить mysql:
# service mysql restart
И не совсем понял, что нужно выключить?
[root@localhost bin]# ./na_service start
./na_service: line 169: /usr/local/ManageEngine/NetFlow/bin/wrapper: не могу запустить бинарный файл
./na_service: line 169: /usr/local/ManageEngine/NetFlow/bin/wrapper: Победа
Вот такая печаль по Вашей инструкции!
попробуйте из этой директории стартануть
cd /opt/ManageEngine/NetFlow/bin/
./na_service start
у меня работает так, устанавливал на centos 7 и все по дефалту
Есть ли возможность подцепить это на opentsdb?
Добавить комментарий Отменить ответ
Этот сайт использует Akismet для борьбы со спамом. Узнайте, как обрабатываются ваши данные комментариев.
Источник
Installation and Startup
NetFlow Analyzer is available for Windows and Linux platforms. For information on supported versions and other specifications, look up System Requirements.
Installing NetFlow Analyzer
Windows:
- Download NetFlow Analyzer for Windows
- Double-click it to start installation. Follow the instructions as they appear on screen to successfully install NetFlow Analyzer on to your machine. NetFlow Analyzer supports both, PostgreSQL and MSSQL as database. Select the database and click Next.
Linux:
- Download NetFlow Analyzer for Linux
- Assign execute permission using the command: chmod a+x ManageEngine_NetFlowAnalyzer_xxxx.bin where ManageEngine_NetFlowAnalyzer_xxxx is the name of the downloaded BIN file.
- Execute the following command: sudo ./ManageEngine_NetFlowAnalyzer_xxxx.bin
- Follow the instructions as they appear on the screen to successfully install NetFlow Analyzer on to your machine.
Installing Linux using Console mode/ Silent mode
This is a quick walk-through of the console mode installation of NetFlow Analyzer on a Linux box — an easy thing to do if you are working on a Windows box and want to install on a remote Linux system.
Step 1: Execute the binary with administrator privileges (sudo) and -i console option.
Step 2: Go through the license agreement and enter ‘Y’ to proceed. You can register for technical support by providing the required details. (Name, E-mail ID, Phone, Company Name)
Step 3: Select the location
Step 4: Choose the installation directory
Step 5: Configure the Webserver and Listener Ports.
Step 6: Verify the installation details and press ‘Enter’ to complete the installation.