Is it possible to configure Node Manager to use a DNS Alias instead of the physical hostname
In our environment all the servers physical host names are generic such as
server01
server02
server03
We have defined aliases for these hosts, so that could have values such as
project1devbip01
project1devbip02
project2prdobi01
We have pushed out the agents using the alias name, as it makes it much easier to find hosts based on functionality/environment etc in OEM.
When discovering a Weblogic domain, everything works correctly except for the monitoring of the node manager (weblogic 11g), as it does not utilize the alias name, only the physical hostname.
Does anyone know of a way to update the node manager to use the alias instead of the physical hostname?