Manually Deactivate/Stop/Start the Agent
Deactivating the Agent/Appliance
Deactivation of the Agent/Appliance can normally be done from the Vulnerability ProtectionDeep Security Manager that is currently managing the Agent/Appliance. If the Vulnerability ProtectionDeep Security Manager cannot communicate with the Agent/Appliance, you may have to perform the deactivation manually. To run the commands below, you must have administrator privileges on the local machine.
To deactivate the Agent on Windows:
- From a command line, change to the Agent directory (Default is C:\Program Files\Trend Micro\Vulnerability ProtectionDeep Security Agent)
- Run the following: dsa_control -r
To deactivate the Agent on Linux:
- Run the following: /opt/ds_agent/dsa_control -r
Stopping or Starting the Agent
To start or stop the Agent on Windows:
- Stop: from the command line, run the following: sc stop ds_agent
- Start: from the command line, run the following: sc start ds_agent
To start or stop the Agent on Linux:
- Stop: run the following: /etc/init.d/ds_agent stop
- Start: run the following: /etc/init.d/ds_agent start
Stopping or Starting the Appliance
Stopping or starting the Appliance can only be done locally on the host computer.
To start or stop the Appliance on Linux:
- Stop: run the following: /etc/init.d/ds_agent stop
- Start: run the following: /etc/init.d/ds_agent start