I have a WebLogic 11g domain with 1 admin server and 4 managed servers running on two machines. Each computer has 3 IP addresses, but only one of these addresses is considered by another machine. Each machine works with a node manager, which seems to interact very well with itself and the admin server. Although when the managed server is started on the second computer, it cannot contact the administrator server because it uses the wrong IP address. It seems that when you start weblogic, it maps itself to all IP addresses, but selects the wrong one as the first, that is, by default. That is why managed servers receive incorrect information from the node manager.
Is there a way to set the preferred listening address in weblogic 11g, but still allow it to listen to all the other addresses? How does weblogic get a list of IP addresses? Is their order OS dependent?
linux networking dns redhat weblogic11g
Andrey Adamovich
source share