Ken, I think the problem might be the following: the unix box where you are running wlshell might not have access to all the managed servers in the domain, due...
Hi Paco, I am unable to launch wlsh.sh in HP-UX. Didn't have this problem in Solaris/Windows. Pls. find the attached wlsh.sh file. This is the error I get: ...
Cyriac, You mentioned to me before that this wlsh.sh file is reused from a solaris installation. It is possible that the problem is that this file is...
Hi Paco, Your suggestion of using "-l" with the connect command solved my problem: thanks so much! I'm able to do everything I need to in the way of...
Hi Ken, Great it worked. To answer to your question, managed servers are by definition "passive" in terms of "administration". This means that administration...
Paco, The weblogic home referred to in the wlsh.sh file is in solaris indeed. We have created a mount from HP to solaris (/opt/bea7sp4) for this. Is it ok to...
I need to create around 50 Message Queues. I am defining Message queues name in one property file (because queue depends on location) named jmsQueueList. ...
I'm looking for a method to query for the number of idle threads in an instance. Anyone know how to do this in wlshell? The value I'm looking for is the same...
Hi I created a file config.wlsh from config.xml using c2w config.xml config.wlsh now I created a sample weblogic instance and like to create the configuration...
I have written an wlshell script, which works fine on Weblogic 7.0, but does not in 8.1. It seems any set property does not work in 8.1. Script, create a...
Jois, Please provide some information about your environment: WLS version and wlshell version. Also, I'd like to know how the queues are deployed to which...
Could you send the error message from the wlshell.log file? It could be beneficial to start wlshell with the -d flag to print out debug information. Paco ... ...
Here's what I use in a clustered wls6.1 environment: @ type = JMSDestinationRuntime @ ls /$type @ DESTINATIONS = $LAST for $destination in $DESTINATIONS @ date...
Paco, WLS Version 8.1 SP2. and wlshell version is 2.0.2 The output of the commands you asked is as follows: directory of cafe2:/JMSDestinationRuntime drwx...
Hi all, I created a script that using a properties file for backup attribut values during bench. I give it for if you must make bench like loadrunner run : ...
Sorry, some environment file was wrong. It works for Weblogic 8.1 But I believe, there is one error in WLShell. I am not able to define Cluster address...
Try this: set ClusterAddress "server1.com:7001,server2.com:7001" There are two additional log files and I'm not sure which one are you looking for: Server log:...
Hi,Paco; I'm just starting to use wlshell. However, when I tried to deply a application using "data = (DeploymentData)admin", I had this error message: ...
Hi all, Hi paco, I have 2 managed servers and 1 pool When i try : cd /JDBCPoolRuntime ls I have in stdout : directory of domtecfrc:/JDBCConnectionPoolRuntime ...
Hi Arnaud, this bug has been fixed in version 2.1.0-beta-1 available for download here: http://www.wlshell.net/v2/download.html Best regards, Paco ... ...
Hi, Paco; Thank you so much for your wlshell. I just tried it for serveral days. With your help, I can use it to deploy my application. It's a great tool! I...
Hello, I've been used wlshell since 2 or 3 months ago, and I think it's a very useful tool for Weblogic admins. Actually i'm trying to integrate wlshell with...