Saturday, July 20, 2013

OAM11G: How to change OAM main settings from command line.

Hey everyone,

     Today III show you that you don't need to go thru OAM Console to change main settings related of your OAM environment.

  As you can see into this picture:
Fig1: Shows the related values from console and xml file.


So, basically you just need to write a script to change these settings and restart OAM Server. To do this automation, III suggest shell script to replace settings and wlst scripts to bounce the server as automated process. I wrote some articles in past that can help you to do these tasks(shell+wlst).

I hope this helps you,
Thiago Leoncio.

Saturday, July 6, 2013

How to handle stuck thread into WLS 10.3.6.0

Hello all,

   I just want to publish today one item that is very helpful, from administration perspective and it is not covered that much. Basically are these parameters below that helps you to control stuck threads into you WLS.

Fig1: Domain--> environment --> Servers--> AdminServer-->Tuning

Basically the first one (Stuck Thread Max Time) is The number of seconds that a thread must be continually working before this server considers the thread stuck.
For example, if you set this to 450 seconds, WLS Server considers a thread to be "stuck" after 450 seconds of continuous use.

And Stuck Thread Max Interval is the number of seconds after which WebLogic Server periodically scans threads to see if they have been continually working for the configured maximum length of time.


I hope this helps you,
Thiago Leoncio.