If you do not need high availability for the Report Server, use the following procedure for a standalone installation.
Prerequisites
If you are planning to use RHEL 6 for the Business Objects installation, these prerequisites exist:
Note: Install both X86_64 & i636 patches for the above. We recommend using yum install package_name.
The hostname cannot have special characters such as '-' (a hyphen). It can be only alpha-numeric.
Follow these steps:
# groupadd -g 400 bobje
# mkdir /home/bobje
# useradd -d /home/bobje -g bobje bobje
# passwd bobje
# chown -R bobje:bobje /home/bobje
gunzip cabi-version_number-linux.tar.gz
tar -xvf cabi-version_number-linux.tar
copy OracleLinuxClient.zip to /tmp
ln -s libclntsh.so.11.1 libclntsh.so ln -s libocci.so.11.1 libocci.so
<your Oracle SID> = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = <Oracle Hostname>)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = <your Oracle Service/SID name>)
Note: If /home/bobje/.bash_profile does not exist for bobje user, create one and change owner to bobje using command "chown 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
cabiinstall.sh
Note: CABI installation is console installation. Provide the necessary details in the screen, keeping note of the passwords, ports and usernames provided during the installation
See the following section for a few important parameters to be given during installation.
Non-Root Credentials
The BusinessObjects Enterprise installation program needs to run as a non-root user. The installer is running as the 'root' user, enter credentials for a valid non-root user.
Note: In case of any database error during install, check the latest "/opt/CA/SharedComponents/CommonReporting3/setup/logs/dbcheck" for details. All installation logs exist here: "/opt/CA/SharedComponents/CommonReporting3/setup/logs/"
Install verification
After installation, you should be able to access the CMS console (http://<hostname>:8080/CmcApp)
|
Copyright © 2014 CA.
All rights reserved.
|
|