
Managing HCL UnO agent in Unix operating systems
You can manage the agent by using scripts that are generated while configuring the agent or by Daemon process. It is recommended to use any method for ideal cohesion and efficient administration.
Overview
-
- Managing HCL UnO agent using scripts
-
Scripts ensures that repetitive tasks and processes are automated, thus reducing the need of manual intervention. This leads to increased efficiency and a lower chance of human error. You can use scripts to manage an agent that improves consistency, scalability, flexibility, and enhanced security. You can use the following scripts to manage the HCL UnO agent.
- start.sh
- stop.sh
- upgrade.sh
- data-gather.sh
-
- Managing HCL UnO agent using Daemon process
-
You can run the agent as Daemon to accomplish tasks. When you configure the agent, it generates a script called daemon-install.sh along with agent name.service file. It provides functionality to run install, start, stop, and remove the agent based on the agent name.service file. For more information, see Managing HCL UnO agent using Daemon process in Unix operating systems.