Managing HCL UnO agent using daemon script in Unix operating systems

When you configure the agent for the first time, the process creates a daemon-install script that can be used to manage HCL UnO agent afterward. You can run each scripts to accomplish specific results.

Before you begin

You must have completed the following tasks:
  • Configured the HCL UnO agent to create the scripts. For more information, see Installing HCL UnO agent.
  • Secured administrative (root) privileges over the operating system.

About this task

When you configure the agent, the daemon-install.sh scripts is created with HCL_agent_name.service file. The HCL_agent_name.service file defines the properties of the Daemon service that runs the agent. You can use the systemctl commands to efficiently manage the agent.

Procedure

  1. Navigate to the folder that contains the daemon-install.sh script.
  2. Open the command line, run the daemon-install.sh command and then press enter.
    Example:
    daemon-install.sh

Results

You have successfully installed HCL UnO agent as a daemon service. You can use the systemctl commands to stop or remove the agent or to restart the agent after stopping.