Description
The alarm module monitors the port connection status on the Flume server. This alarm is generated if the Flume server fails to receive a connection message from the Flume client in 3 consecutive minutes.
This alarm is cleared after the Flume server receives a connection message from the Flume client.
Attribute
Alarm ID
|
Alarm Severity
|
Auto Clear
|
24003
|
Major
|
Yes
|
Parameters
Parameter
|
Description
|
ClientIP
|
Specifies the IP address of the Flume client.
|
ServerIP
|
Specifies the IP address of the Flume server.
|
ServerPort
|
Specifies the port on the Flume server.
|
Impact on the System
The communication between the Flume client and server fails. The Flume client cannot send data to the Flume server.
Possible Causes
- The network between the Flume client and server is faulty.
- The Flume client's process is abnormal.
- The Flume client is incorrectly configured.
Procedure
- Check the network between the Flume client and server.
- Log in to the host where the alarmed Flume client resides. Run the following command to switch to user root:
sudo su - root
- Run the ping Flume server IP address command to check whether the network between the Flume client and server is normal.
- If yes, go to 2.a.
- If no, go to 4.
- Check whether the Flume client's process is normal.
- Log in to the host where the alarmed Flume client resides. Run the following command to switch to user root:
sudo su - root
- Run the ps -ef|grep flume |grep client command to check whether the Flume client process exists.
- If yes, go to 3.a.
- If no, go to 4.
- Check the Flume client configuration.
- Log in to the host where the alarmed Flume client resides. Run the following command to switch to user root:
sudo su - root
- Run the cd Flume installation directory/fusioninsight-flume-1.6.0/conf/ command to go to Flume's configuration directory.
- Run the cat properties.properties command to query the current configuration file of the Flume client.
- Check whether the properties.properties file is correctly configured according to the configuration description of the Flume agent.
- If yes, go to 3.e.
- If no, go to 4.
- Modify the properties.properties configuration file.
- Check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 4.
- Collect fault information.
- On MRS Manager, choose .
- Contact technical support engineers for help. For details, see technical support.