horizontal clustering in OBIEE 12.2.1.2.0 — Oracle Analytics

Oracle Analytics Cloud and Server

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

horizontal clustering in OBIEE 12.2.1.2.0

Received Response
61
Views
6
Comments
3363076
3363076 Rank 4 - Community Specialist

hi experts ,

I have question and that is in horizontal clustering in obiee 12c  if we have 2 nodes

Node 1 with complete installation and configuration and on node 2 we have only weblogic and obiee install .

Now if incase the Node1 completely crashes then how can I bring the Admin Server up on Node 2

What is the mechanism for it

Thanks

Answers

  • Sherry George
    Sherry George Rank 7 - Analytics Coach

    Hi,

    I'm not an expert at OBIEE high availability setup, but I think you will need to provide more information about your high availability architecture in order to provide an answer to your question. But if you haven't already taken a look, I could point you towards the Oracle document that provides information about failover.

    https://docs.oracle.com/middleware/1213/core/ASHIA/adminserver.htm#ASHIA4460

  • 3363076
    3363076 Rank 4 - Community Specialist

    The Doc you gave in the link i know that

    my question is in horizontal clustering do we need virtual ip

    if not then what will happen if server 1 crashes can i bring the admin server on server 2 up and running

  • PeteB
    PeteB Rank 1 - Community Starter

    If you want true HA then yes you will need a Virtual IP for the Admin Server listen address.

    But more importantly you'll need to install the software on a share that both nodes can see.  That way, even if the whole Node 1 server goes down you can still use the Admin server and Node 2.

    So the basic idea is:

    1  Install Weblogic and OBIEE on a share

    2  Move Machine 1 to local disk on the first server

    3  Clone the machine and move it to local disk on the second server

    Does that help?

    Pete

  • 3363076
    3363076 Rank 4 - Community Specialist

    hi pete ,

    Thank you for your answer

    But instead of virtual ip if we use load balancer and take the virtual ip out of the picture then still the admin server on node 2 can be brought up right ?

    Thanks

  • Sherry George
    Sherry George Rank 7 - Analytics Coach

    Just want to add that scaling and high availability are two different things and as Pete mentioned,  there are a bunch of steps needed to perform to achieve HA. Simply scaling the OBIEE instances horizontally with a load balancer does not achieve HA.

  • 3363076
    3363076 Rank 4 - Community Specialist

    ok so with HA the virtual ip is must then