You can install the on supported UNIX hosts. This procedure specifically uses the Linux installation procedure as an example.

Prerequisites

  • When you install VMware Smart Assurance M&R on a UNIX server, assign executable permissions to the installation script.
  • Ensure that you have a login with root privileges to run the installer.
  • Download the installation file, and place it in a temporary location on the server.

Procedure

  1. Log in to the server as root.
  2. Change the permissions of the installer.
    For example:
    chmod +x <file_name>.sh
  3. Run the installer from the directory.
    For example:
    ./<file_name>.sh
  4. Read and accept the End User License Agreement.
  5. Accept the default installation directory of /opt/APG or type another location.
  6. Accept the default user account name of apg or type another name.
  7. Accept the default location of service scripts of /etc/init.d or type another location.
  8. Accept the default base directory of/etc for runlevel scripts or type another base directory.
  9. Depending on the host purpose, select one of the following options:
    Option Description
    Default Installs recommended modules available in the binary installation package. You can use this option on a single host, which enables it to serve as a Frontend, Backend and Collector host. To customize this host further, manually add or remove specific modules.
    Frontend Installs web services and front end applications.
    Backend Installs the database and backend services.
    Collector Installs base modules to perform data collection and enrichment.
    Minimal Installs the minimal modules required for any host type. To customize this host further, manually add specific modules. You may also use this option to install and configure additional Backend Hosts.