Oracle Analytics Cloud and Server

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

OAS clustering port config

Accepted answer
21
Views
1
Comments

For OAS, in a horizontal cluster the default port set for bi_server2 for ssl channel is 7503. We need to use the same ports like 9503 used with SSL, for both servers bi_server1(9503) and bi_server2(7503) due to the use of Load Balancer. When we change the port of bi_server2 to 9503, the login is successful but session keeps on asking for a sso login. Its not stable with session.

Tagged:

Best Answer

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist
    Answer ✓

    @User_PRQ4K -

    Could you please share the steps followed to change the port? Additionally, we recommend verifying the issue by bypassing the load balancer and directly accessing the environment using:

    http(s)://<Hostname>:<bi_server2port>/dv

    This approach will help determine if the issue lies on the OAS configuration side or the load balancer configuration side.

    Looking forward to your feedback.