-
Notifications
You must be signed in to change notification settings - Fork 91
Configure Oracle Diagnostic Log Handler at level of Server Template / Dynamic Server #1527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@brieucolivier It looks like it is already supported for Dynamic Servers...what am I missing? |
The issue we have is that we have a dynamic configuration where we have a range from 1 to n Dynamic Managed Servers, thus the "fixed" named attribute in the referenced file is not fitting to us. We would either need to setup a cluster or a regex to match a dynamic set of servers templates. |
So you are likely already using a WDT placeholder property for the |
We are implementing auto scaling so we could have from 1 to N Dynamic Clusters. Defined by a common Server Template. |
@brieucolivier I am confused. The ServerTemplate has nothing to do with either the
Why can't you add another property to that file that looks something like this:
If you added the |
Hello, Unfortunately, in our case, the number of dynamic server is not "hardcoded" in the image (model in image). This number is set as a environment variable to be able to "tune" our image easily without rebuilding the image. In this case, it means that we don't know in advance the size of the cluster. Regarding the property ODLConfiguration.config1.Servers, we cannot hardcode the name of the servers as we don't know the number of managed server. We propose to be able to put a regex (or another mechanism) to include a set of managed servers (In this case it can be MS*) or all managed servers of a Cluster. |
So use a second environment variable to specify the list of server names? In your proposal, what exactly would this regex do? You do realize that these server names are used to create directories where a logging XML file is written, right? These directory names must match the managed server names or the software will ignore them. Regardless of who implements this, they have to dynamically determine the list of server names in order for this to work. I’m not feeling like there is a compelling need for WDT to do this. |
Yes indeed, we can do that. Sorry, I did not think about that, but it can work for us. Thank you very much for the support. |
We are trying to configure a log handler in our WDT Model. In our case we would like to modify the supplemental attributes. After checking the code, we noticed (in odl_deployer.py) that it is only possible for concrete instances of servers. Is it planned to make it possible to manage for Server Template / Dynamic Servers configuration?
BR.
The text was updated successfully, but these errors were encountered: