2.5.2.5.2 Configuring Server 2
Server:-2 The following Applications will be installed on this server in and Multi-tier Deployment Architecture.
Deploy the APP Container
Perform the steps mentioned in the Deploy the APP Container Section.
Deploy the DB
Perform the steps mentioned in section the Deploy the DB Container Section.
Deploy the WEB Container
Perform the steps mentioned in the Deploy the WEB Container Section.
Configuring Internal and External Load Balancer
Perform the following tasks for HAPROXY:
- Log in as a root user
- Create a user HAPROXY and group HAPROXY
ofsaa811@SERVER:-3# useradd -d /<home directory>/haproxy -m -s /bin/ "Generic Account for haproxy" -g haproxy haproxyofsaa811@SERVER:-3# groupadd haproxy - Install HAPROXY
For example:
ILB=server3.in.oracle.com Host name of the Load balancer ( HAPROXY) where the AM, DB, ICC, Routers servers details are configured.
ELB=server4.in.oracle.com Host name of the Load balancer ( HAPROXY) where the 2 WebLogic servers details are configured.
ELB_PORT=80 port configured in the Load balancer ( HAPROXY)