Hello, I'm unable to detect failure to the "connect" command from within a script file. I've pasted both the code and the output when calling the script with...
Hi all, Hi paco I used wlshell to generate csv for database. i want make a script to reconnect if JVM is shutdown. But when i restart weblogic, $CONNECTED is...
Hello Why is my if statement not working ? type = ServerRuntime @ dir /$type states = $LAST for $s in $SERVERS for $q in $states res = $q"@"$s if $q == get...
Hi Paco/Dylan/Arnaud I notice that several people have experienced this problem but that nobody has ever posted a solution (I have now looked through all 625 ...
Paco Are there any future plans for WLShell in the light of the significant internal changes to WebLogic 9? Will I have to resort to WLST instead? Many thanks ...
Sorry John, I did not get a reply to this issue, neither was I able to come up with a decent work around. We are upgrading to WLS9 and I'm looking at moving...
Hello Everyone, I have used wlshell and to get the time-stamp while retreving attribute values, we use "get -t ...". I am currently using WLST for WL 9.1. Here...
How can I print out the currently running threads ? Here is something I have tried: connect service:jmx:rmi:///jndi/rmi://localhost:19106/jmxrmi java.lang: ...
John, Version 2.1.0-beta-2 supports WebLogic 9; you can give it a try: http://www.wlshell.net/beta/index.html I'm working to move wlshell from beta status and...
Hi, All It seems the structure of Weblogic9 MBeans change a lot. I can't access JVMRuntime anymore. (with latest wlshell) say. Now I have to use: "get...
Is wlshell capable of reading an input file ? For example, I have an input file that contains multiple lines. Within each line, there are pipe separated fields...
wlsh.sh -f myfileofcmds.txt ... an input file that contains ... that contain server names, ... fields. The purpose ... this input file to wlshell. ... greatly...
Hi This was the basis of my earlier question about wlshell support for WL9. I never really worked out a proper solution and others it appears have reverted to...
I'm trying to automate restart of all managed weblogic servers in my environment having multiple weblogic domains using WLSH - 2.0.2 version. My script exits...
Can any one help on this topic. I'm reaching to delivery date now and I have no solution. It will be really appreciated if any one find any solution. - Sanjay....
Sanjay, The "stopOnError" is an option introduced in wlshell but in version 2.0.2 is not yet fully functional, and therefore is not documented. There will be a...
Thanks Paco, this satisfy my requirement. A small correction needed in sample code : ping $url $user $password instead of just ping $url Thanks again for your...
Sanjay, Good to hear that works for you. The parameters of "ping" are optional, when not provided, ping (and connect) will use the environment variables...
Sanjay & Paco, Thanks for starting this discussion, I have relevant Question. I have not tested WL 10.x yet, will these wlshell scripts work for WL 10.x as...
Manjeet, Yes, WLS 10.x will also be supported by wlshell. Paco _____ From: wlshell@yahoogroups.com [mailto:wlshell@yahoogroups.com] On Behalf Of Manjeet Manjul...
Folks, I'm new to wlsh so my apologies for posting something that may be totally trivial to you folks. We're Running Weblogic 9.2 on Red Hat ES 4. The JVM we...
Dan, wlshell version 2.0.2 supports WLS up to version 8. If you use WLS 9 or 10, you need wlshell version 2.1.0: http://www.wlshell.net/beta/index.html It is...
We recently upgraded from WebLogic 8.1 to 9.2. We upgraded wlshell to the 2.1.0-beta-2 as well to address the compatibility issue, but now when we try to...
Dan, wlshell version 2.0.2 supports WLS up to version 8. If you use WLS 9 or 10, you need wlshell version 2.1.0: http://www.wlshell.net/beta/index.html It is...
Erik, that should work, but try with the latest beta: http://www.wlshell.net/beta/wlshell-2.1.0.zip connect to the managed server using its address(or name)...
So I'm able to run wlshell in the new WLS9 environment now, but my application domains are not showing up. All I get are these three: wlsh runtime.com.bea:/>...
Erik, Can you provide details on how did you register your MBeans? What MBeanServer did you use to register your custom MBeans? Did you register your...
wlshell version 2.1.0 is now available. The main new features are: * support for Java SE and MX4J JMX 1.2 implementations * support for BEA WebLogic Server...
If you have any issues logging into a Remote JMX server that requires authentication, use the following patch: http://www.wlshell.net/v2/wlshell-2.1.0.1.jar ...