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

You can manage the agent through two distinct methods: utilize the scripts generated during the agent configuration or employ a Daemon process. The set of scripts provides a script based control and the daemon process offers a background and automated method for managing the agent. It is recommended to choose and adhere to one of these methods for optimal coherence and streamlined management. Consistency in the chosen approach ensures a standardized and efficient workflow, making it easier to maintain, troubleshoot, and enhance the overall performance of the agent over time.
  • 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
    For more information, see Managing HCL UnO agent using scripts in Unix operating systems.
  • 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.