3.1 Installing UNIX Agent Manager

UNIX Agent Manager is a console used to manage all components across your enterprise. You can use UNIX Agent Manager to install the Agent on several computers at the same time.

After you have installed UNIX Agent Manager, you can set up users and assign access to them. For more information about managing UNIX Agent Manager users, see Section 4.0, Managing Users Using UNIX Agent Manager. The following sections guide you through installing UNIX Agent Manager:

3.1.1 Installing UNIX Agent Manager on Microsoft Windows

Complete the following steps to install the UNIX Agent Manager server, the UNIX Agent Manager console, or both on a Windows computer.

To install UNIX Agent Manager on a Windows computer:

  1. Log on to the Windows computer using a local administrator account.

  2. Download and run UAMInstaller.MSI from the package in the root folder of the installation kit and continue with the installation as prompted.

    NOTE:Do not restrict communication security settings to Federal Information Processing Standard (FIPS) encrypted algorithms unless you are certain that your environment requires that restriction. If you enable FIPS 140-2 mode, UNIX Agent Manager cannot communicate with Agents that are running in non-FIPS mode. For more information about FIPS and the other security level options, see Section 5.0, Converting Agent from Non-FIPS to FIPS mode.

  3. Complete the automatic installer wizard.

  4. Specify and confirm a password for the UNIX Agent Manager server. The administrator user account must use this password.

    NOTE:To change the administrative password for the UNIX Agent Manager server, start the server using the old password and then reset it in Manage Server window by clicking Reset Admin Password.

  5. Continue with the installation as prompted until the installation is complete.

3.1.2 Installing UNIX Agent Manager on Linux

Complete the following steps to install the UNIX Agent Manager server, the UNIX Agent Manager console, or both on a Linux computer.

To install the UNIX Agent Manager on a Linux computer:

  1. Download the package in the root folder and specify the following command to extract the install files from the tar file.

    tar -zxvf <install_filename>

    Replace <install_filename> with the actual name of the install file.

  2. Change to the directory where you extracted the installer:

    cd <directory_name>

  3. Extract the appropriate .tar.gz file for your platform.

  4. (Conditional) Specify the following command to enable FIPS:

    ./enablefips.sh on

    NOTE:Do not restrict communication security settings to Federal Information Processing Standard (FIPS) encrypted algorithms unless you are certain that your environment requires that restriction. If you enable FIPS 140-2 mode, UNIX Agent Manager cannot communicate with Agents that are running in non-FIPS mode. For more information about FIPS and the other security level options, see Section 5.0, Converting Agent from Non-FIPS to FIPS mode.

  5. Specify the following command to install the UNIX Agent Manager in the new UAM folder:

    ./installserver.sh install

  6. Specify and confirm a password for the UNIX Agent Manager server. The administrator user account can use this password.

  7. Run the following script to create the UNIX Agent Manager database and set the administrator password before you run the run.sh script:

    ./runserver.sh

  8. Run the following script to start the UNIX Agent Manager console:

    ./run.sh

  9. Continue with the installation as prompted until the installation is complete.