Administer > Setup and Maintenance > Monitored Nodes > Connect Operations Agents to OMi > Connect new Operations Agent installations

Connect new Operations Agent installations

To connect an agent-monitored system to Monitoring Automation, you must first ensure that the Operations Agent is installed on that system, connect the agent to OMi, and then grant the required certificates.

Note The Operations Agent is licensed separately.

Tip Include agent installation in your virtual machine cloning, in your general software distribution process, or use a distribution tool, such as SCP, for remote installation.

For details, see the Operations Agent documentation.

To connect an Operations Agent to OMi, follow these steps:

  1. Prerequisite. Install Operations Agent on the system that you want to monitor. When installing the agent, specify the gateway server, load balancer, or reverse proxy as the agent's management server.

    For information about installing the Operations Agent, see the Operations Agent Help.

    If the agent is installed in inactive mode, for example for preinstallation in a virtual machine image, manually connect the agent to OMi:

    1. Log on to your systems where the Operations Agent is installed.

    2. Navigate to the following location:

      • Windows 64-bit: %OvInstallDir%\bin\win64\OpC\install

        Windows 32-bit: %OvInstallDir%\bin\OpC\install

        %OvInstallDir% default: C:\Program Files\HP\HP BTO Software\

      • AIX, HP-UX, Linux, and Solaris: /opt/OV/bin/OpC/install/

    3. Run the following script at a command prompt:

      • Windows: cscript opcactivate.vbs -srv <Gateway_Server>

      • AIX, HP-UX, Linux, and Solaris: opcactivate.sh -srv <Gateway_Server>

  2. In the OMi user interface, open the Certificate Requests manager and accept the new certificate request:

    Administration > Setup and Maintenance > Certificate Requests

    Alternatively, click Certificate Requests.

    For more information about granting certificate requests, see Grant or deny certificate requests manually.

    Tip You can grant certificates automatically using preconfigured IP ranges or a groovy script. For details, see Grant certificates automatically by IP address and Grant or deny certificate requests using a script.

  3. Optional. Check HTTPS communication in both directions using the command:

    bbcutil -ping https://<FQDN>

    If the connection is successful, the command returns status=eServiceOK.