10-Apr-2016
14:47
- last edited on
04-Jun-2023
17:46
by
JimmyPackets
Hi All,
I am trying to use LineRate as load Balancer for Oracle EM 13c in my VM environment. I am having difficulties in setting it up, could anybody review my configurations and advise?
Here is the link to configuration I am using:
[Configuration Doc for EM13c ](https://drive.google.com/open?id=0BwU4-34txoardTZXdGp4d2FlZnc)
References:
[Em13c Doc] (https://docs.oracle.com/cd/E63000_01/EMADV/ha_setup.htmEMADV11590)
[F5 Guide for EM12c](https://www.f5.com/pdf/deployment-guides/oracle-enterprise-manager-12c-dg.pdf)
[Oracle Guide for EM12c] (http://www.oracle.com/technetwork/oem/framework-infra/wp-em12c-config-oms-ha-bigip-1552459.pdf)
10-Apr-2016 15:08
10-Apr-2016
16:16
- last edited on
04-Jun-2023
17:46
by
JimmyPackets
The real server console url is: http://omsserver1.bavera.net:7788
VirtualServer: em13c.bavera.net Port:80 [ virtual-server vs_ccuc80 ]
virtual-ip vs_ccuc80_ip
health-monitor: mon_ccuc
Real Server: omsserver1.bavera.net port: 7788 [ real-server ccuc_omsserver1 ]
Pool: pool_ccuc
I have stored all the commands used and configuration in this google doc:
https://drive.google.com/open?id=0BwU4-34txoardTZXdGp4d2FlZnc
Thanks
Arun
10-Apr-2016 16:52
10-Apr-2016 18:14
10-Apr-2016 18:20
10-Apr-2016 18:25
10-Apr-2016 18:31
10-Apr-2016 20:20
Hi Arun, Thanks for the getting back with the troubleshooting information. On the subject of applying the configuration "attach virtual-ip vs_ccuc80_ip default", I would like to provide an explanation for your understanding.
Please read linerate-getting-started-2-6-1.pdf located at support.f5.com: https://support.f5.com/kb/en-us/products/linerate/manuals/product/linerate-getting-started-2-6-1.htm... Download the PDF and go to the section "Monitoring and Troubleshooting Load Balancing". This section provides an explanation for the need of the "default" keyword. You may wish to provide a hostname or apply the default keyword depending on your requirements.
Regarding the health monitor, mon_ccuc, I don't see the string 'Enterprise Manager Console is UP' in the configuration you have provided via google docs. Are you using the health monitor's response-body configuration keyword?
Syntax: response-body - This is the exact-match feature.
"Exact match — Match the exact content of the entire response body. For the response to be successful, the body must exactly match what you specify here. In the CLI, the maximum length of the body match is 10,240 characters."
It stipulates "Match the exact content of the entire response body....". An example with line ending would have improved the user's understanding and experience.
Line ending flavours have always been problematic and this is another case in point:
\r = CR (Carriage Return) // Used as a new line character in Mac OS before X
\n = LF (Line Feed) // Used as a new line character in Unix/Mac OS X
\r\n = CR + LF // Used as a new line character in Windows
Please let me know of any further questions.
Thank you
Madhu
10-Apr-2016 20:21