当前位置:网站首页>The Linux server needs to install the agent software EPS (agent) database
The Linux server needs to install the agent software EPS (agent) database
2022-07-03 02:31:00 【Python's path to immortality】
1、 Download agent software from the official website , Yes Windows Version and Linux edition
agent Download address https://eps.sangfor.com.cn/agent/
2、 Downloaded files EPS2.0_Build20161102.tgz Upload to server
1、 Use tar -vxf EPS2.0_Build20161102.tgz Unzip the file
2、 And then use chmod 7777 agent_installer.bin Give operation execution permission
3、 install agent Agent software
./agent_installer.bin /data/tqf-test/eps_agent
/data/tqf-test/eps_agent Is the specified path of the installation
4、 modify config In the file directory das_agent.ini The configuration file
;DAS agent The configuration file
[server]
;DAS agent The server address of the connection
host = 10.20.158.221
[capture]
dev = lo
filter = tcp and port 3306
【server】 here host Field configuration IP The address is DAS The service port of the equipment IP , Fill in correctly
【capture】] The fields to be configured are dev and filter Two fields .
dev Used to specify the interface for capturing packets ,linux Write down the interface name , for example eth0、lo etc. ;
filter Used to filter agent Packet capture traffic , Used when there is too much traffic in the customer environment , By referring to
Set filter conditions to capture specific flow , Reduce network traffic .
(3) After saving the configuration , restart bin In the catalog eps_agent service , Complete the configuration .
if log There is no generation in the directory das_agent Folders look at monitor Log under folder , General tips
Storage overrun , Cause plug-ins bypass: At this time, you need to install in the installation directory config Create a configuration file named res_limit.ini Format file
[config]
start_mem=90
Then restart the server
View that the log path generates
Download relevant documents and instructions https://download.csdn.net/download/tanqingfu1/80574141
边栏推荐
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
- Exception handling in kotlin process
- awk从入门到入土(3)awk内置函数printf和print实现格式化打印
- GBase 8c 触发器(一)
- awk从入门到入土(0)awk概述
- Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
- Apple releases MacOS 11.6.4 update: mainly security fixes
- Error invalid bound statement (not found): com ruoyi. stock. mapper. StockDetailMapper. XXXX solution
- Gbase 8C trigger (II)
- Detailed introduction to the usage of Nacos configuration center
猜你喜欢
Random Shuffle attention
[hcia]no.15 communication between VLANs
Memory pool (understand the process of new developing space from the perspective of kernel)
[fluent] JSON model conversion (JSON serialization tool | JSON manual serialization | writing dart model classes according to JSON | online automatic conversion of dart classes according to JSON)
基于线程池的生产者消费者模型(含阻塞队列)
[translation] modern application load balancing with centralized control plane
awk从入门到入土(0)awk概述
错误Invalid bound statement (not found): com.ruoyi.stock.mapper.StockDetailMapper.xxxx解决
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
RestCloud ETL 跨库数据聚合运算
随机推荐
4. Classes and objects
Machine learning process and method
QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
easyExcel
How to change the panet layer in yolov5 to bifpn
Startup mode and scope builder of collaboration in kotlin
Memory pool (understand the process of new developing space from the perspective of kernel)
Gbase 8C function / stored procedure definition
Build a private cloud disk cloudrev
Gbase 8C system table PG_ amop
Mathematical statistics -- Sampling and sampling distribution
My creation anniversary
人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
GBase 8c 触发器(一)
Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
Unrecognized SSL message, plaintext connection?
What does "where 1=1" mean
Awk from introduction to earth (0) overview of awk
GBase 8c系统表-pg_authid
GBase 8c 函数/存储过程定义