Hi, I have written a small wlsh script to monitor WLS server continuosly. There is an infinite loop that gets executed every 30 secs. The problem is that when...
Hi, I am going to prepare a security framework based on Weblogic 7.0. I need to customize the authentication and authorization behavior. So, I think I should...
Sanjay, You can use the "reconnect" command to create a new valid connection to the server that has been restarted. You can modify the script to test if the...
Sanjay, Couple of other 'states' to think about . 1. 'Get ${runtimestat] for all ${Servers} that are part of ${ClusterA} ' Lets say you have managed Servers:...
Thanks Andrew, Thnx A Lot... Could you pl. give me little more idea about this 'trap' syntax? Looking forward to hear from you... Regs, -Sanjay ... From:...
I'm assuming the shell is connected to the admin server. If a new managed server has join the domain after the shell connected to the admin server, then use...
A quick way to test whether you have a route to the managed servers: 1. ping ${what ever the ip address of the managed server} /* this needs to be from the...
Thank you all, The problem, as mentioned, is that from the wl console I'm able to see all (6) server and I can monitor each of them from within the console. ...
Reza, You will probably need to create a custom Authentication Provider, see the following links for more info: http://edocs.bea.com/wls/docs81/security.html ...
Hi, I have a custom authenticator Provider and I can created in Weblogic via a console link in : /Security/Realms/myrealm/Providers/Authentication Provider ...
2 part question: When Wlshell connects, it reports the following Mbeans- - Domain - Type - MBeans The last one "MBeans" reflects the total number of MBeans in...
Scott, The "reload" command queries the mbean server and displays that information again. That will help you with #1. I haven't seen anywhere what is the max...
Thanks for the "reload" command. I agree that 20,000 seems high! (it is currently at 23181..and climbing...) What constitutes a custom MBean? These MBeans are...
Scott, I guess those are weblogic MBeans being created internally everytime a JMSProducer is created. I would suggest to review your program to see how many...
Hi Paco, I've just started using wlshell and it is proving very useful. All wlshell work with our platform is done by running wlshell scrips, there is no...
Hi Joe, I'm glad you find wlshell useful for your environment. Re 1: what type of error is causing wlshell to hang? Syntax error, execution? Please let me know...
Hi Paco, 1. I pass a script to wlshell to execute with the -f switch. If any command in the script fails then I get an error and control drops back to wlshell....
No, nothing. Did somebody ever try this !!!! Thanks in advance for your help. ... parentMBean=Security:Name=myrealm&MBeanClass=be.blabla.web.security.C ... ...
I am tring to write an monitor script in wlshell that will report what threads in the default queue are doing at a given point in time. When I try to invoke...
Jeff, Yes, it is possible to execute methods on objects returned by an MBean. In this particular case, the ExecuteThreads field is an array of objects of...
I am using 7.1. Is there a equivalent call? --- In wlshell@yahoogroups.com, "Paco Gomez" <francisco@b...> wrote:
> Jeff,
> > Yes, it is possible to execute...
Thibaut and Mike, The security MBeans are based on Model MBeans instead of Standard MBean. These Model MBeans, implemented as "Commo" MBeans in WebLogic, are...
The output of my descr $thread shows the following methods. All of the methods that I tried to call produceded the same access error. Let me know if you can...
Thibaut, Thanks a lot for your script. I have a similar one for the windows command line but not for Unix. I'll include this in the next release. Best regards,...
Anyone know if wlshell has the capability to read a file to create users. File would contain info (userName, groupName, etc) regarding the "many" users that...