... In your wlsh script use something like ... MAIL=<path-to>/alarm.sh EMAIL=alert@... if $messagesinqueue > $THRESHOLD then CMD=expr(${MAIL} + " " +...
I am trying to run the WL shell Explorer from my windows 2000 Professional Desktop and connect to the Web Logic Server on my Unix machine. Every Time I...
I used the script to create a JMSEventGenerator, but in the WLI console, the Destination JNDI Queue is blank ! How can I with wlshell specify this field ? thx...
I am trying to create jms local queues on each server in a cluster (Each server has a JMS Server). I was hoping to name each queue same. However, after...
Hi All, I am using WL 8.1 SP4 under Solaris 9. If I invoke the wlsh by running the wlsh.sh from wlsh home dir, the explorer also opens up. I do know there is a...
Shiva, Simply remove "explore" from the .wlshrc file. See http://www.wlshell.net/v2/faq.html#disabling-the-explorer Paco ... From: wlshell@yahoogroups.com...
Hi all, I have a problem, in weblogic, when you have a context root like /toto/tata, the name of my WebAppComponentRuntime is "toto/tata". in wlshell, i cant...
Hi All, I had commented out the "explore" part in .wlshrc for some purpose. Now, i am able to get into wlshell prompt without the explorer opening. At the...
Hi All, My perl script contains: system("$ENV{WLSHELLHOME}/bin wlsh.sh -f version.wlsh > version.txt"); where the WLSHELLHOME variable is defined (checked it...
It looks like your system call is missing a forward slash between bin and wlsh.sh. Try using: system("$ENV{WLSHELLHOME}/bin/wlsh.sh -f version.wlsh >...
Hi All, I require to pass few parameters to wlshell script. This is wat I tried. "wlsh.sh -f <sample.wlsh> -v server_name=<machine_name>" In the script, i gave...
This is wat I did: wlsh.sh -f sample.wlsh -v a=<machine_name_port> -v b=<user_name> -v c=<passwd> -v d=<ear_file_name> ... connect $a $b $c ####I am able to...
Hi All, I am using Weblogic 8.1. I intend to use wlshell for monitoring the connection pool status like Active connections, etc and as well as monitor the...
Hi, I have an issue in weblogic managed server, where i have a cluster of mangaed weblogic servers. all the managed weblogic manged server after a period of...
Hi, I've an issue with my weblogic managed server, where i could see instances crashing down because of out of memory exception. I came across the wlsh script...
Hi, I'm very new to this shell script and fallen interest to learn. I installed and trying to run this commoan and getting the error belw. Can some one help me...
Follow this way and you will be successful - Install Weblogic binaries Install WLSHELL. It will ask you weblogic home directory -- you give above one Open...
Hi there, My JMX Server uses mx4j but needs an HTTP based Protocol to pass the firewalls. Therefore I can use burlap or hessian together with mx4j. This works...
$channels has one channel configed. but after I set it, it still doesn't successfully pick up the changes. I appreciate any of your comments or advices,...
Hello, I just downloaded and installed version 2.0.2 and I'm attempting something pretty basic (or so I think). Basically creating a java.util.HashMap --...
"get" is a reserved word for the "get command". But you can still use it just by enclosing it in double quotes, like this: $map "get" hello Cheers, Paco Paco...
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...