Hi. I read the Weblogic Developer's Journal Magazine article about wlshell and found out about monitor.wlsh script. I made a few changes to have the...
Hi, I would like to automate some configuration. To do that I need to test string looking if they are containing a second string. E.g.: 'Server1Name1' ...
Safar, The runtime MBeans run on WebLogic and collect performance metrics by default. wlshell connects to WebLogic and gets the MBean attributes that you...
Safar, Couple of quick additions to Paco reply: 1a. I have used wlshell for production monitoring[20,30 mbeans] for 24, 48, and 72 hrs at a time with flawless...
Hi. I try to connect wlshell to admin server via Domain Wide Administration Port and get error: [.. wlsh [not connected]> connect t3s://andron.nsm.era.pl:9009...
Rafal, When you connect through the console does everything work ok? Do you see any errors in the admin server log ? Did you happen to try to a similiar java...
There is an additional property that might be required: -Dweblogic.security.SSL.ignoreHostnameVerification=true here is how you can modify wlsh.cmd: set...
Thibaut, The new v2.0.0 has support for object method invocation, this is useful in this case to compare strings, here is an example: a=[s1a,s1b,s2] for $i in...
We're upgrading from WLS 8.1 SP1 to 8.1 SP2 and the version of WLShell I'm using (currently 1.6) is providing the following warning upon ... WARNING: The...
Hey Rafal - Please let us know what you end up doing. It would be nice to have closure on this. We don't currently use SSL to the servers for our connections...
With this property -Dweblogic.security.SSL.trustedCAKeyStore=d:\bea700\weblogic700\server\lib\cacerts -Dweblogic.security.SSL.ignoreHostnameVerification=true ...
Rob, I have it working with just the -Dweblogic.security.SSL.trustedCAKeyStore property set. I do use proper (self-signed) certificates, so I do not need to...
When I start a server using Nodemanager, using the synchronousStart method on the ServerMBean, I get the following exception. wlsh mydomain:/Server/myserver2>...
I installed WLShell on a Linux Box with BEA WLS 8.1 SP2 running as the Admin server of a cluster. Whenever I run wlsh.sh without a DISPLAY variable, it...
In an attempt to add to net.wisdom, I'll post the solution I think I've found. It appears that WLShell v2.0.0 doesn't have this problem. So, upgrading to...
Smitty, In the ${WLSHELL_HOME}/bin directory, where you run the wlsh.sh command there is a file called "./wlshrc", go to the last line (62) and you'll see: @...
Smitty, Thanks for the update. I figured out the new directory structure makes more sense. I hope the new features in 2.0 will make worth the changes. Paco ...
I've got some MBeans with slashs in their names. Specifically, our web apps have them, as do some of the EJBs made by WLI. Is there a way to get WLShell to...
Mark, use the use the same forward slash twice: // see: http://www.wlshell.com/v2/commands.html#cd Paco ... From: Mark Smith [mailto:mark-yahoo@...] ...
Paco managed to answer this a minute before it was received. He's fast! (grin - I'm completely aware of how email works but it's Friday night and someone's...
Rob, Estrange things happen on Fridays, and specially on 13th's ;) Paco ... From: Rob Kenyon [mailto:robdkenyon@...] Sent: Friday, February 13, 2004...
I would like to place an enhancement request to extend the exit command with an additional parameter indicating the status code which is to be passed to...
Hi ! My question: Why does wlshell search through all the managed servers including the admin-server for MBeans at startup? Could that be avoided or like...
Hi Lukas! It searches through all the managed servers for Mbeans so it can create a list of MBean types to display the directory structure. If you just want to...
Lukas, I just thought maybe the issue is wlshell, as a WebLogic Client, is not having enough threads to connect to all the servers in the domain. That might be...