5.4 Installing the Appliance on Hardware

Before installing the appliance on the hardware, ensure that the appliance ISO disk image is downloaded from the support site, unpacked, and is available on a DVD.

IMPORTANT:Installation on hardware using the ISO disk image (bare metal & Hyper-V) requires minimum memory of 4.5 GB for the installation to complete. For more information on Hardware requirements, see Section 1.1.2, Hardware Requirements.

5.4.1 Installing Sentinel

  1. Boot the physical machine from the DVD drive with the DVD.

  2. Use the on-screen instructions of the installation wizard.

  3. Run the Live DVD appliance image by selecting the top entry in the boot menu.

    The installation first checks for the available memory and disk space. If the available memory is less than 2.5 GB, the installation is automatically terminated. 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. Enter y if you want to continue with the installation, or enter n if you do not want to proceed.

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

  5. Select the keyboard layout, then click Next.

  6. Read and accept the SUSE Enterprise Server Software License Agreement.

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

  8. Select Next.

  9. 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.

  10. Select Next.The hostname configurations are saved.

  11. Do one of the following:

    • To use the current network connection settings, select Use the following configuration on the Network Configuration II page.

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

  12. Select Next. The network connection settings are saved.

  13. 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
    
  14. Set the root password, then click Next.

  15. Set the Sentinel admin password, then click Next.

  16. Enter the username and password at the console to log in to the appliance.

    The default value for the username is root and the password is the password set in Step 14.

  17. Stop Sentinel server:

    service sentinel stop
    
  18. Enter the following command to reset the UI for a clear display in YaST:

    reset
    
  19. To install the appliance on the physical server, run the following command:

    /sbin/yast2 live-installer

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

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

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

5.4.2 Installing the Collector Manager

You can install Collector Manager as appliance on a system that meets the minimum hardware requirements for Collector Manager. For more information, see Section 1.1.2, Hardware Requirements.

  1. Complete Step 1 through Step 14 in Section 5.4.1, Installing Sentinel.

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

  3. Specify the Communication Server Port number. The default Message bus port is 61616.

    The installation tries to connect to the server with the specified credentials. If you have entered any of these values wrongly, the installation displays an error.

  4. Specify the JMS User Name, which is the Collector Manager user name. The default user name is collectormanager.

  5. Specify the password for the JMS User.

  6. Click Next.

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

  7. To verify the password, see the following line in the activemqusers.properties file:

    collectormanager=<password>
    

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

  8. Accept the certificate when prompted.

  9. Click Next to complete the installation.

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

5.4.3 Installing the Correlation Engine

You can install the Correlation Engine as an appliance on a system that meets the minimum hardware requirements for the Correlation Engine. For more information, see Section 1.1.2, Hardware Requirements.

  1. Complete Step 1 through Step 14 in Section 5.4.1, Installing Sentinel.

  2. Specify the host name/IP address of the Sentinel server that the Correlation Engine should connect to.

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

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

  5. Specify the password for the JMS User.

  6. Click Next.

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

  7. 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.

  8. Accept the certificate when prompted.

  9. Click Next to complete the installation.

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

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