To monitor a system, ensure that the agent is started on the system. You can start and
stop the agent at any time. If the agent supports multiple instances, you can start and stop every
instance independently.
Procedure
-
Change to the install_dir/bin directory.
- Run the following command to start the agent:
- If the agent does not support multiple instances:
On Windows systems, name-agent.bat
start
On Linux® and UNIX systems, ./name-agent.sh
start
- If the agent supports multiple instances:
On Windows systems, name-agent.bat
start instance_name
On Linux and UNIX systems, ./name-agent.sh
start instance_name
- Run the following command to stop the agent:
- If the agent does not support multiple instances:
On Windows systems, name-agent.bat
stop
On Linux and UNIX systems, ./name-agent.sh
stop
- If the agent supports multiple instances:
On Windows systems, name-agent.bat
stop instance_name
On Linux and UNIX systems, ./name-agent.sh
stop instance_name