Starting DIS Agent
Starting DIS Agent on a Linux Server
- Start PuTTY and log in to the server on which logs reside.
- Run the following command to navigate to the DIS Agent installation directory:
cd /opt/dis-agent-x.x.x/x.x.x indicates the version number.
- Run the following script to start the DIS Agent:
bash bin/start-dis-agent.sh
If multiple DIS Agent processes need to be started, you need to use -c to specify the configuration file and -n to specify the name of the new Agent process.
bash bin/start-dis-agent.sh -c config/anotherAgent.yml -n anotherAgent
Run the bash script to start the DIS Agent. Running another script, such as sh or ./ may fail to start the DIS Agent.
If information similar to the following appears, the DIS Agent has started successfully:
Success to start DIS Agent [xxxxx].
If no Java variables can be found after the DIS Agent starts, run the following command to restart the DIS Agent:
source /etc/profile
Starting DIS Agent on a Windows Server
- Navigate to the bin directory of DIS Agent, for example, C:\dis-agent-X.X.X\bin.
- Double-click start-dis-agent.bat to start the DIS Agent.
If information similar to the following appears in log files, the DIS Agent has started successfully:
[INFO ] (main) com.bigdata.dis.agent.Agent Agent: Startup completed in XXX ms.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot