Paco, When you get a chance, can you look at this problem? Also you were saying that you are going to publish some JMS monitoring scripts shortly.. does it...
Hi all, a new beta of the new release is available. Here are some links to get started: http://www.wlshell.net/beta http://www.wlshell.net/beta/whatsnew.html ...
Hi, I would like to know whether I could use wlshell to remotelly ask my weblogic machines to do "kill -3". Does anyone know if it is possible? Thanks!...
I don't know about WLShell, but I do know that you can issue a remote Thread Dump request through wladmin. The syntax is something like this (double check...
Thanks very much, it worked perfectly. Correct syntax is: java weblogic.Admin -url t3://ip:port -username username -password password THREAD_DUMP ... From:...
Hello, wlshell. I want to convert Integer to String. How i can do this? serverPort=5 i want cd /Cluster/mycluster strPunctSemicolon=",:" ClusterAddress=get...
And in general you can invoke the method : ClusterAddress = $ClusterAddress toString Use "descr ClusterAddress " to see available methods for an object. ... of...
Hi, when I start a graphical display with get -g <attribut>, I can't speecify the refresh period like this : get -g 10 <attribute> Is this an option that you...
How to add JDBC source or another element - twice? Those not works [java] wlsh mytestdomain:/JDBCTxDataSource/JDBCTxDataSource> invoke addTarget $target00 ...
Hi All, I installed wlshell on my PC to try to configure an existing BEA domain. I used the script deliver on the web site to remove and recreate Data Source,...
Arnaud, Use this: echo '"' Best regards, Paco ... From: dosy07 [mailto:dosy07@...] Sent: Tuesday, February 15, 2005 3:08 AM To: wlshell@yahoogroups.com ...
a=1 a=expr($a + 1) make sure there is a blank space before and after "+" ... From: Hervé LE MORVAN [mailto:dokjava@...] Sent: Tuesday, February 22, 2005...
Hi all: I'm using WLShell 2.0.2 and WebLogic Server 7.0 (SP5). I want to create a startup class and target it to a cluster, but I haven't found any example of...
Well... using c2w I've found how to do this: mkdir /StartupClass/"MyStartup Class" cd /StartupClass/"MyStartup Class" set Arguments "Arguments" set ClassName...
Hello, wlshell. Similar those cd /SecurityConfigurationConfig/$DOMAIN set CredentialGenerated false # May be credential word must be encrypted? set Credential...
try similar those target = /Cluster/mycluster mkdir /StartupClass/DBInitStartupClass cd /StartupClass/DBInitStartupClass set ClassName "com.startup.DBInit" ...
Hi, The -l option of the connect command dosn't work? Do you have an idea ? Regards, Hervé. ... Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de...
I want to create same Execute Queue (name is AENExecuteQueue) on multiple servers (within same cluster). It creates on one server, but it does not on second...
I am trying to setup JMS Migration Config and JMS Migrate for Server (Control->JMS Migration Config tab and Control->JMS Migrate tab under servers). It is not...
Could anybody explain how to set credential-mapping from wlshell as done from "Define Policies and Roles for individual beans" in the Administration console? I...
Hi Paco, I think I've read all messages about this issue but can't find any solution at all. Especially CommunicationException when connect makes problems for...
How do I add a server to a cluster? What's the syntax for setting /Server/$servername/Cluster MBean? ... wlsh t1_frontend_main:/Server/fe05> get Cluster null ...