Managing HCL UnO agent using Daemon process in Unix operating systems

When you configure the agent for the first time, the process creates Daemon 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 Configuring 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 agent_name.service file. The 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, and then enter the sh command with the file name.
    Example:
    sh daemon-install.sh
  3. Press Enter.

Results

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