Manually install a default HTTPS agent


You can install the HTTPS agent software manually, instead of deploying it to the node using the management server. You can install an HTTPS agent with the default configuration in either of the following situations:

To manually install a default HTTPS agent

  1. Log in to the node as a user with administrative rights.
  2. Optional. Check that the node meets all prerequisites for the agent. Click for details.
    1. For up-to-date information on supported agent platforms, see the support matrix at HP Software Support Online.
    2. Copy the files for prerequisite checking into a temporary folder on the node. The files are available on the management server in the following folders:
      • For nodes with a Windows operating system, copy all the files from the folder:
        %OvShareDir%Packages\HTTPS\PrerequisiteCheck\Windows
      • For nodes with a UNIX or Linux operating system, copy all the files from the folder:
        %OvShareDir%Packages\HTTPS\PrerequisiteCheck\Unix
    3. Open a command prompt on the node and navigate to the temporary folder that you copied the files into. The folder contains ovoreqcheckagt, which you use to start the prerequisite checks.

      • On Windows operating systems type the following command:
        ovoreqcheckagt -sum -agt_comm_type HTTPS -agt_bin_format <agent_binary_format>
      • On UNIX and Linux operating systems type the following commands:
        chmod +x ovoreqcheckagt
        ./ovoreqcheckagt -sum -agt_comm_type HTTPS -agt_bin_format <agent_binary_format>

      Replace <agent_binary_format> with one of the following values:

      • Alpha
      • IPF32
      • PA-RISC
      • PowerPC
      • SPARC
      • x64
      • x86

      After you start the command, details of any failed requirements and recommendations appear.

  3. Copy the HTTPS agent installation packages into a temporary directory on the node. The agent packages are available on the management server. Different packages are available to support different platforms. You can obtain the correct package using the command ovpmutil on the management server.

    If the node already exists on the management server, and the node's system properties are correct, use the following parameters:

    ovpmutil dnl pkg Operations-agent [<package version>] [/d <target directory>] /pnn <primary node name>

    Otherwise, you must specify the system properties on the command line, using the following parameters:

    ovpmutil dnl pkg Operations-agent [<package version>] [/d <target directory>] /ost <OS type> /osv <OS version> /abf <agent binary format>

    The package version and target directory parameters are optional:

    <package version>
    Specify the version of the agent package that you want to download.
    /d <target directory>
    Specify the directory to which you want to download the agent package. If you omit this parameter, the command downloads the packages to the current directory.

    For example:
    ovpmutil dnl pkg Operations-agent /pnn node1.example.com
    ovpmutil dnl pkg Operations-agent 8.50.10 /d c:\temp /ost Solaris /osv 9 /abf SPARC

    Note TIP:
    To check which agent packages are available, and find values for the package version, OS type, OS version, and agent binary format parameters, view the deployment packages report. In the console tree, right-click Deployment packages, and then click ViewarrowPackage details.

  4. Open a command prompt and navigate to the temporary directory that you copied the installation packages into. The directory contains opc_inst, which you use to start the installation.

    This installs the agent software and sends a certificate request to the certificate server that you specify. If it does not already exist, you must configure the node in the console and ensure that the node receives a certificate.

Related Topics: