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...
Anyone know if wlshell provides a mechanism to create users by reading a file. Basically I'm looking to see if wlshell supports reading a csv file. The file...
I am "connecting" to a shutdown domain via the file:<path to config.xml> It appears in this mode that I cannot create new MBeans (such as a server, cluster, or...
I would like to configure a full domain from zero... Is this possible? If no, what is the minimum information that must contain the config.xml file in order to...
Take a look at the Authenticator section of the Security page: http://www.wlshell.net/scripts/wls/security.html That is an example of how to create users,...
Hi – I have set up an ant target to run a wlsh script. It executes the script without any problems. Now I'm trying to get the ant script to fail if the...
Hello, When I run wlsh.sh I use the .wlsrc file for setting some variables and connectting to the server. The promp and echo commands in .wlsrc do not seem to...
Cristina, Currently, commands executed in file ".wlshrc" don't produce any output. You can have an input file with the "-f file.wlsh" argument to use the...
Sheila, In your script, are you explicitly calling the "exit -1" command? I'm trying to understand. I've tested it and it seems wlshell is not returning the...
Paco - Yes, the wlsh script explicitly calls "exit -1". I also tried other non-zero values and nothing seemed to work. Thanks for looking into this. Sheila ...
Sheila, I found the issue and fixed it. I post a patch that you can download from http://www.wlshell.net/v2/patches.html This should fix it, but let me know if...
Paco - Thanks! It worked. Just as a note to anyone else that encounters this problem running wlsh from ant - make sure you add the patch to your path in ant....
Hello, I would like to know how I could monitor a cluster: - Current nodes joining the cluster - etc. What I need to know is what object and wich attributes...
Hi , i wrote a small wlshell script to monitor our weblogic servers, i have a couple of questions, how can i connect multiple servers using wlshell script,...
suman.r.aluru@...
Apr 20, 2004 3:01 pm
395
Hi, I don't have anything with DB and I don't think that you could do anything inside wlshell, however the following short script could you help on the other...
HI, when i am trying to get my jdbcconnectionpoolruntime values, its giving like this and iam not able to cd to thosedirectories. somebody please help me. wlsh...
suman.r.aluru@...
Apr 20, 2004 10:09 pm
397
Suman, In this particular case, there are two MBeans with the same name and different location (servers), to cd to one or another, specify the location: cd...
Cristina, Let's say you have a cluster c1 and a server s1 that belongs to the cluster. To deploy a resource or app to the cluster, use /Cluster/c1 as the...
Yann, Currently (2.0.2) the file connector only supports get/set commands, but not mkdir, that would be necessary to create a managed server. It is a work in...
Joe, I'm trying to reproduce #1, can you provide an example of an error generated while reading the script file with the -f switch? Thanks, Paco Paco Gómez ...
Hi Paco, First of all thanks a lot for your prompt reply, paco , actually iam writing a monitoring tool for weblogic, let me explain what exactly iam doing. ...