Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Issue while Installing OBIEE 12c on AIX machine

Received Response
11
Views
5
Comments
Nirajkumar
Nirajkumar Rank 1 - Community Starter

We are trying to install OBIEE 12c (ver: 12.2.1.3.0) on AIX machine. But getting below error. (nQSError: 46116).

Please suggest for the solution.

Thanks

Niraj

Answers

  • Nirajkumar
    Nirajkumar Rank 1 - Community Starter

    Sorry, I have given wrong error id

    below is the correct error code

    [nQSError: 46136] Could not load CSF library libnqcsfwrapper64.so.

  • asim cholas
    asim cholas Rank 6 - Analytics Lead

    Did you complete all the neccessary pre requisites?

    1. 1. XLC Complier (11.1.0.4).
    2. 2. Configure the TEMP and TMPDIR environment variables (in addition to TMP) to point to the desired temporary directory with adequate free space of 8 GB.

    1. 3. Account by which installation be done must have access to Root folders.

    1. 4. Static IP is required.

    1. 5. User’s limits should be set to unlimited as the default.

    To change this for all sessions edit as root the file /etc/security/limits

    ulimit -c unlimited (turn on core files with unlimited size)

    ulimit -f unlimited (sets the file limit to unlimited)

    ulimit -d unlimited (sets the user data limit to unlimited)

    ulimit -n unlimited (allows an unlimited number of open file descriptors)

    1. 6. Ensure all the ulimit parameters to be specified as below

    <UserAccountName> :

    fsize = -1

    core = -1

    cpu = 3600

    data = -1

    stack = 1024

    rss = 1024

    nofiles = -1

    threads = -1

    nproc = -1

    cpu_hard = -1

    Note: The above mentioned values will be set in /etc/security/limits configuration file.

    1. 7. Install bos.loc.utf.EN_US Package for the Oracle BI locale setting english-usa language.

    1. 8. There are two thread types that can be configured i.e. GATEWAY and SERVER. (AIX Admin shall change values as per required OS configurations)

    GATEWAY is used by a thread pool to call a database client library for establishing a DB connection.

    The default size is 256KB; we require it to be raised to 512KB. (No performance penalty for over-configuring)

    SERVER threads are used to run queries.

    512 KB is the default size, 2 MB The recommended 64-bit setting. No performance penalty.

    1. 9. Available Memory (RAM): 32GB 64-bit operating systems

    1. 10. Temp Space: 8GB

    1. 11. Swap Space: 12GB

    1. 12. Configure the loop back adapter (Make changes in etc/host to accept hostname / IP)

    1. 13. The Bash Shell needs to be installed, as its required by OBIEE for certain scripts.

    1. 14. List of packages required by OBIEE application server installation.

    (Note: – we are not aware of latest package version but consider the package name and install the latest version respective to Operating system or Yum repository (local repository) must be configured and OBIEE user shall have sufficient privileges’ to install packages, required for OBIEE installation.)

    AIX 6100-02

    • bos.adt.base
    • bos.adt.lib
    • bos.adt.libm
    • bos.perf.libperfstat
    • bos.perf.perfstat
    • bos.perf.protocols
    • rsct.basic.rte
    • rsct.compat.clients.rte
    • xlC.aix50.rte (version 11.1.0.4)
    • xlC.rte (version 11.1.0.4)

    1. 15. Xming installed on AIX box, OBIEE installation requires input in GUI mod.
    2. 16. Stack and memory allocation to user from which installation is to be done; must be set to unlimited.
    3. 17. Open the <weblogic-server-home>/common/nodemanager.properties file in a text editor and set the StartScriptEnabled property to true from false.
    4. 18. Remove the entry of backup LAN entry from hosts.conf file on AIX.
  • User_PPE5M
    User_PPE5M Rank 1 - Community Starter

    Hi, I'm really in trouble, how did you solve it?

  • User_PPE5M
    User_PPE5M Rank 1 - Community Starter

    hi

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    @1456067 The OP has abandoned this thread and not even bothered to respond to @asim cholas who tried to help him.

    If you have a problem, then write a precise compilation of your issue and open your own thread!