Search the web
Sign In
New User? Sign Up
wlshell
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 487 - 516 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
487
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...
sfomad
Offline Send Email
Oct 6, 2004
6:58 pm
488
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 peter
cyriacpeter
Offline Send Email
Oct 9, 2004
1:03 am
489
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...
Paco Gomez
sfomad
Offline Send Email
Oct 9, 2004
2:22 am
490
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...
kebarcla@...
eugenovich
Offline Send Email
Oct 9, 2004
2:35 pm
491
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
dfwmad
Offline Send Email
Oct 9, 2004
2:59 pm
492
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...
cyriac peter
cyriacpeter
Offline Send Email
Oct 9, 2004
11:23 pm
493
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. ...
AmarPreeti
Offline Send Email
Oct 11, 2004
5:08 pm
494
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...
setchele
Offline Send Email
Oct 14, 2004
1:30 pm
495
Hi, Try getting this value: idleThreads = get /ExecuteQueueRuntime/default/ExecuteThreadCurrentIdleCount Regards....
Antonio D. Ramíre...
antoniodavid...
Offline Send Email
Oct 15, 2004
2:12 pm
496
If I use , between diffrent nodes for defining cluster, wlshell throws the error. Following is code for JMSClusterAddress = ...
AmarPreeti
Offline Send Email
Oct 15, 2004
5:00 pm
497
... /ExecuteQueueRuntime/default/ExecuteThreadCurrentIdleCount ... Thanks! That got me started. I'm in a cluster so apparently I need get...
setchele
Offline Send Email
Oct 15, 2004
8:07 pm
498
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...
najmuddoja
Offline Send Email
Oct 15, 2004
8:09 pm
499
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...
AmarPreeti
Offline Send Email
Oct 19, 2004
9:34 pm
500
Paco, I am trying to monitor the JMS queue in the WLS server as follows : Program is as follows :( this is part of the sample on your site ) type =...
sreenivasajois
Offline Send Email
Oct 26, 2004
12:13 am
501
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...
Paco Gomez
dfwmad
Offline Send Email
Oct 28, 2004
4:44 am
502
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 ... ...
Paco Gomez
sfomad
Offline Send Email
Oct 28, 2004
4:58 am
503
Here's what I use in a clustered wls6.1 environment: @ type = JMSDestinationRuntime @ ls /$type @ DESTINATIONS = $LAST for $destination in $DESTINATIONS @ date...
setchele
Offline Send Email
Nov 1, 2004
11:14 pm
504
You might try: java ${MEM} ${PROPS} wlshell.Main -v WLSHDIR=${WLSHDIR} "$@" $@ in double quotes expands a bit differently......
setchele
Offline Send Email
Nov 1, 2004
11:15 pm
505
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...
sreenivasajois
Offline Send Email
Nov 2, 2004
12:18 am
506
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 : ...
dosy07
Offline Send Email
Nov 2, 2004
1:56 pm
507
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...
AmarPreeti
Offline Send Email
Nov 3, 2004
3:21 pm
508
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:...
Paco Gomez
dfwmad
Offline Send Email
Nov 4, 2004
6:17 am
509
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: ...
jack_luca
Offline Send Email
Nov 4, 2004
3:39 pm
510
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 ...
dosy07
Offline Send Email
Nov 4, 2004
6:18 pm
511
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 ... ...
sfomad
Offline Send Email
Nov 5, 2004
1:10 am
512
Jack, the object is actually created, just type: descr $data and you will see it. Also take a look at the sample scripts: ...
sfomad
Offline Send Email
Nov 5, 2004
3:13 am
513
thanks paco its work ! WONDERFUL !!!!...
dosy07
Offline Send Email
Nov 5, 2004
2:13 pm
514
Paco; You're definitely right! I tried and got it! Anyway, the "null" is a little bit confusing.:-) Thanks again, Jack ... a ... error...
jack_luca
Offline Send Email
Nov 5, 2004
2:54 pm
515
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...
jack_luca
Offline Send Email
Nov 6, 2004
2:51 am
516
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...
joseriser
Offline Send Email
Nov 10, 2004
12:58 pm
Messages 487 - 516 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help