
Managing HCL UnO agent in Windows 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. No parameters are required to run the scripts. 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 HCL UnO agent.
- start.ps1
- stop.ps1
- upgrade.ps1
- data-gather.ps1
-
- 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.ps1 along with agent name.service file and osh.exe file. You can use the osh.exe file to manage the agent. It provides functionality to run install, start, stop, and remove the agent based on the agent name.service configured. For more information, see Managing HCL UnO agent using Daemon process in Windows operating systems.