Function
This operation starts the eReplication Agent service.
Format
- Windows: agent_start.bat
- Non-Windows: agent_start.sh
Usage Guidelines
- Windows
- Log in as an administrator to the application server where the eReplication Agent is installed.
- Go to the Agent installation path\bin directory.
- Double-click the agent_start.bat file.
- Linux/AIX/HP-UX is used as an example
- Use PuTTY to log in as root to the application server where the eReplication Agent is installed.
- Run the TMOUT=0 command to prevent PuTTY from exiting due to session timeout.
After you run this command, the system continues to run when no operation is performed, resulting a risk. For security purposes, you are advised to run exit to exit the system after completing your operations.
- Run the su - rdadmin command to switch to user rdadmin.
- Run the cd /home/rdadmin/Agent/bin command to go to the script save path.
- Run the sh agent_start.sh command.
Example
Linux is used as an example.
linux87:/home/rdadmin/Agent/bin # sh agent_start.sh
Begin start OceanStor BCManager Agent services...
The service rdnginx of OceanStor BCManager Agent is running now.
The service rdagent of OceanStor BCManager Agent is running now.
The service rdmonitor of OceanStor BCManager Agent is running now.
OceanStor BCManager Agent services was started successfully.
Copyright © Huawei Technologies Co., Ltd.