11.1 Updating the OAM Hostname and Port for the Load Balancer
You must update OAM with the protocol, hostname.domain, and port for your OAM entry point.
For example:
https://loadbalancer.example.com
- if OAM URL’s are accessed directly via a load balancer URL, with hostnameloadbalancer.example.com
and port443
.https://ohs.example.com:4443
- if OAM URL’s are accessed directly via an OHS URL, with hostnameohs.example.com
and port4443
https://oam.example.com:31501
- if OAM URL’s are accessed directly via the ingress controller, with hostnameoam.example.com
and port31501
.
In the following examples change {HOSTNAME}:${PORT}
accordingly.
- Launch a browser and access the OAM console
(
https://${HOSTNAME}:${PORT}/oamconsole
). Login with the weblogic username and password (weblogic/<password>
). - Navigate to Configuration > Settings ( View ) > Access Manager.
- Under Load Balancing modify the OAM Server Host and OAM Server Port, to point to the hostname.domain of your OAM entry point, for example loadbalancer.example.com and 443 respectively. In the OAM Server Protocol drop down list select https.
- Under WebGate Traffic Load Balancer modify the OAM Server Host and OAM
Server Port, to point to the hostname.domain of your OAM entry point, for example
loadbalancer.example.com
and443
respectively. In the OAM Server Protocol drop down list select https. - Click Apply.