3.5 Simple Installation

The Simple Installation option is an all-in-one installation option that installs Sentinel Services, Collector Manager, and Sentinel Applications with the database on the same machine. This installation is only for demonstration or training purposes and should not be used in production environments.

After performing the database installation and meeting the prerequisites mentioned in Section 3.4, General Installation Prerequisites proceed with installing Sentinel. If you choose the Simple Installation, the following default settings are used:

  1. Log in as root user on Solaris/Linux or administrator user on Windows.

  2. Extract the <SENTINEL_6.1.2.zip> file to a location of your choice.

    The files are extracted to disk1 folder.

  3. From the disk1 folder, run the following script:

    • Windows: setup.bat

    • Solaris/Linux:

      For GUI mode:

      ./setup.sh
      

      For text-based (serial console) mode:

      ./setup.sh –console
      

    You cannot run the installer on UNIX from a directory path that has special characters such as a space or non-ASCII characters.

  4. Click the down-arrow and select one of the following language options:

    English

    French

    German

    Simplified Chinese

    Traditional Chinese

    Italian

    Portuguese (Brazil)

    Spanish

    Japanese

  5. Read the Welcome screen, then click Next.

  6. Read and accept End User License Agreement, then click Next.

  7. Accept the default installation directory or click Browse to specify the installation location. Click Next.

    IMPORTANT:You cannot install Sentinel into a directory with special characters or non-ASCII characters. For example, when installing Sentinel 6.1on Windows x86-64, the default path is C:\Program Files (x86). You must change the default path to avoid the special characters and continue installation.

  8. Select Simple, then click Next.

  9. Provide the configuration information and click Next.

    • Serial Number

    • License Key

    • SMTP Server

      Sentinel sends e-mail through this server.

    • E-mail

      E-mail sent by Sentinel displays as sent from this e-mail address.

    • Global System Password

      The password you enter here is valid for all default users. This includes both the Sentinel Administrator user and the database users. For more information on the list of default database users created during installation, see Section 3.8.2, Sentinel Database.

  10. Select the target database platform for database configuration:

    On Solaris/Linux, you are prompted to specify the Oracle username. Specify the username and click OK.

  11. Specify the database name.

    • Linux/Solaris: Specify the path for the Oracle JDBC Driver file.

    • Windows: Specify the database user credentials and SQL Server instance name.

  12. Click Next.

    On Linux/Solaris, the installer backs up the existing tnsnames.ora and listener.ora files in the $ORACLE_HOME/network/admin directory. It overwrites the listener.ora file with Sentinel Database connection information, and appends the Sentinel Database connection information to the tnsnames.ora file.

    NOTE:If you have other databases on the same server as the Sentinel Database, the administrator must manually merge the information from the backed-up listener.ora files into the new file and restart the Oracle listener for other applications to continue to connect to the database.

    A summary of the selected database parameters is displayed.

  13. Click Next.

    A summary of the installation is displayed.

  14. Click Install.

  15. After the install is complete, click Finish.

  16. Restart the machine.