Previous Topic: Setup CABI Common File Share on File Repository ServerNext Topic: Post-Installation for the First Report Server


Install the First Report Server with the Remote Database

Important! 'bobje' is used as an example to help you with configuration.

Follow these steps:

  1. Create a UNIX group to be used as a CA Business Intelligence User:
    # groupadd -g 400 bobje
    
  2. Create a Directory at /home/bobje, a UNIX user such as bobje, for use by the CA Business Intelligence installer for administrators, and set this user as owner of bobje directory:
    # useradd -d /home/bobje -g bobje bobje
    
  3. Set the password for the user created in step 2:
    # passwd bobje
    
  4. Edit /etc/hosts file, and ensure you have the below line:
    127.0.0.1	localhost
    
  5. Download and copy the CABI3.3 installer to /home/bobje or the home folder you created in step 2.
  6. Extract the installer GZ file as follows:
    # gunzip <cabi-version_number-linux.tar.gz>
    
  7. Extract the TAR file as follows:
    tar -xvf <cabi-version_number-linux.tar>
    
  8. Give permissions on the CABI install folder and Installer media:
    # chmod 777 /home/bobje/
    
  9. Copy OracleLinuxClient.zip to /tmp.
  10. Extract the zip file and all other zip files in it.
  11. Rename the folder instantclient_11_2 to oracle and move the folder oracle to /opt/.
  12. Go to /opt/oracle and create softlinks:
    ln -s libclntsh.so.11.1 libclntsh.so
    ln -s libocci.so.11.1 libocci.so
    
  13. Create a file tnsnames.ora with the content following this step.

    Note: Replace parameters according to your setup:

    <your Oracle SID> =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = <Oracle Hostname>)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = <your Oracle Service/SID name>)))

  14. Edit .bash_profile of both root, in /root/.bash_profile, and bobje, in /home/bobje/.bash_profile and add the following.

    Note: If /home/bobje/.bash_profile does not exist for bobje user, create one and change the owner to bobje using the command chown –R bobje:bobje /home/bobje/.bash_profile.

    export ORACLE_HOME=/opt/oracle

    export PATH=$PATH:$ORACLE_HOME

    export TNS_ADMIN=/opt/oracle

    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/oracle

  15. Go to the user home folder located at /home/bobje.
  16. Start the installation program with the command below and follow the prompts:
    ./cabi_installer.sh
    
  17. Enter Non-Root Credentials:

    User Name: bobje

    Group Name: bobje

  18. Accept the default path for the CA Shared Components Directory.
  19. Respond No to the question about installing sample templates.
  20. Respond Yes to the question about saving the response file.
  21. Accept the default name for the response file.
  22. Press Enter to invoke the Business Objects Enterprise installer.
  23. Enter the default installation directory:
    /opt/CA/SharedComponents/CommonReporting3/ 
    
  24. Select the Installation Type:

    User – Regular SAP Business Objects Enterprise installation

  25. Select: 2 – Custom or Expand.
  26. Unselect the following components and press [Enter]:
  27. Select 1 – Yes – This is the first CMS in this deployment.
  28. Select the choice to use an existing database.
  29. Enter the following for a new CMS database:
  30. Enter the following information for new AUDIT database.
  31. Respond Yes to initialize the database.
  32. Assign any name for the service intelligence agent.
  33. Select 1 - Install Tomcat, deploy web applications.

    Note: In case of database error during install, check the latest logs for detais located here: /opt/CA/SharedComponents/CommonReporting3/setup/logs/dbcheck
    All installation logs are located here: /opt/CA/SharedComponents/CommonReporting3/setup/logs/

  34. Confirm installation success by accessing the CMS console at http://<hostname>:8080/CmcApp.