5.2 Installing the VMware Appliance

5.2.1 Installing Sentinel

To import and install the Sentinel appliance image on a VMware ESX server:

  1. Download the VMware appliance installation file from the Novell Download Web site.

    The correct file for the VMware appliance has vmx in the filename. For example, sentinel_server_7.0.0.0.x86_64.vmx.tar.gz

  2. Establish an ESX datastore to which the appliance image can be installed.

  3. Log in as Administrator to the server where you want to install the appliance.

  4. Specify the following command to extract the compressed appliance image from the machine where the VM Converter is installed:

    tar zxvf <install_file>
    

    Replace <install_file> with the actual filename.

  5. To import the VMware image to the ESX server, use the VMware Converter and follow the on-screen instructions in the installation wizard.

  6. Log in to the ESX server machine.

  7. Select the imported VMware image of the appliance and click the Power On icon.

  8. Select the language of your choice, then click Next.

  9. Select the keyboard layout, then click Next.

  10. Read and accept the SUSE Linux Enterprise Server (SLES) 11 SP1 Software License Agreement.

  11. Read and accept the NetIQ Sentinel End User License Agreement.

  12. On the Hostname and Domain Name page, specify the hostname and domain name, then ensure that the Assign Hostname to Loopback IP option is selected.

  13. Click Next. The hostname configurations are saved.

  14. Do one of the following:

    • To use the current network connection settings, select Use Following Configuration on the Network Configuration II page, then click Next.

    • To change the network connection settings, select Change, make the desired changes, then click Next.

    The network connection settings are saved.

  15. Set the time and date, then click Next.

    To change the NTP configuration after installation, use YaST from the appliance command line. You can use WebYast to change the time and date, but not the NTP configuration.

    If the time appears out of sync immediately after the install, run the following command to restart NTP:

    rcntp restart
    
  16. Set the root password, then click Next.

    The installation checks for the available memory and disk space. If the available memory is less than 2.5 GB, the installation will not let you proceed and the Next button is greyed out.

    If the available memory is more than 2.5 GB but less than 6.7 GB, the installation displays a message that you have less memory than is recommended. When this message is displayed, click Next to continue with the installation.

  17. Set Sentinel admin password, then click Next.

    It might take few minutes for all services to start after installation because the system performs a one-time initialization. Wait until the installation finishes before you log in to the server.

  18. Make a note of the appliance IP address that is shown in the console.

  19. Proceed with Section 5.5, Post-Installation Configuration for the Appliance.

5.2.2 Installing the Collector Manager

To import and install the appliance image on the VMWare ESX server:

  1. Download the VMware appliance installation file from the Novell Download Web site.

    The correct file for the VMware appliance has vmx in the filename. For example, sentinel_colletor_manager_7.0.0.0.x86_64.vmx.tar.gz

  2. Establish an ESX datastore to which the appliance image can be installed.

  3. Log in as Administrator to the server where you want to install the appliance.

  4. Specify the following command to extract the compressed appliance image from the machine where the VM Converter is installed:

    tar zxvf <install_file>
    

    Replace <install_file> with the actual file name.

  5. To import the VMware image to the ESX server, use the VMware Converter and follow the on-screen instructions in the installation wizard.

  6. Log in to the ESX server machine.

  7. Select the imported VMware image of the appliance and click the Power On icon.

  8. Specify the host name/IP address of the Sentinel server that the Collector Manager should connect to.

  9. Specify the Communication Server port number. The default message bus port is 61616.

  10. Specify the JMS User Name, which is the Collector Manager username. The default username is collectormanager.

  11. Specify the password for the JMS User.

    The username and password are stored in the /<install_dir>/etc/opt/novell/sentinel/config/activemqusers.properties file located on the Sentinel server.

  12. (Optional) To verify the password, see the following line in the activemqusers.properties

    collectormanager=<password>
    

    In this example, collectormanager is the username and the corresponding value is the password.

  13. Click Next.

  14. Accept the certificate when prompted.

  15. Click Next to complete the installation.

    When the installation is complete, it displays a message indicating that this appliance is the Sentinel Collector Manager, along with the IP address. It also displays the Sentinel server user interface IP address.

5.2.3 Installing the Correlation Engine

Installing the Correlation Engine appliance is similar to installing Collector Manager appliance.

  1. Download the VMware appliance installation file from the Novell Download Web site.

    The correct file for the VMware Correlation Engine appliance has vmx in the filename. For example, sentinel_correlation_engine_7.0.0.0.x86_64.vmx.tar.gz

  2. Establish an ESX datastore to which the appliance image can be installed.

  3. Log in as Administrator to the server where you want to install the appliance.

  4. Specify the following command to extract the compressed appliance image from the machine where VM Converter is installed:

    tar zxvf <install_file>
    

    Replace <install_file> with the actual filename.

  5. To import the VMware image to the ESX server, use the VMware Converter and follow the on-screen instructions in the installation wizard.

  6. Log in to the ESX server machine.

  7. Select the imported VMware image of the appliance and click the Power On icon.

  8. Specify the hostname/IP address of the Sentinel server that the Correlation Engine should connect to.

  9. Specify the Communication Server port number. The default message bus port is 61616.

  10. Specify the JMS User Name, which is the Correlation Engine username. The default username is correlationengine.

  11. Specify the password for the JMS User.

    The username and password are stored in the /<install_dir>/etc/opt/novell/sentinel/config/activemqusers.properties file located on the Sentinel server.

  12. (Optional) To verify the password, see the following line in the activemqusers.properties file:

    correlationengine=<password>
    

    In this example, correlationengine is the username and the corresponding value is the password.

  13. Click Next.

  14. Accept the certificate when prompted.

  15. Click Next to complete the installation.

    When the installation is finished, it displays a message indicating that this appliance is the Sentinel Correlation Engine, along with the IP address. It also displays the Sentinel server user interface IP address.