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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 352 - 381 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
352
Hi, I have written a small wlsh script to monitor WLS server continuosly. There is an infinite loop that gets executed every 30 secs. The problem is that when...
sanjay prakash kumar
kumar_san_p
Offline Send Email
Mar 5, 2004
4:55 am
353
Hi, I am going to prepare a security framework based on Weblogic 7.0. I need to customize the authentication and authorization behavior. So, I think I should...
reza_asd
Offline Send Email
Mar 6, 2004
5:16 am
354
Sanjay, You can use the "reconnect" command to create a new valid connection to the server that has been restarted. You can modify the script to test if the...
Paco Gomez
sfomad
Online Now Send Email
Mar 8, 2004
6:13 pm
355
Sanjay, Couple of other 'states' to think about . 1. 'Get ${runtimestat] for all ${Servers} that are part of ${ClusterA} ' Lets say you have managed Servers:...
Andrew Sliwkowski
asliwk2000
Offline Send Email
Mar 8, 2004
6:53 pm
356
Thanks Andrew, Thnx A Lot... Could you pl. give me little more idea about this 'trap' syntax? Looking forward to hear from you... Regs, -Sanjay ... From:...
spkumar@...
kumar_san_p
Offline Send Email
Mar 9, 2004
2:19 am
357
Hi all, Does anyone has seen that via console you can see all the server and via wlshell it connects to only some of them ? (wl6.1sp3)...
vanma01
Offline Send Email
Mar 9, 2004
12:36 pm
358
I'm assuming the shell is connected to the admin server. If a new managed server has join the domain after the shell connected to the admin server, then use...
Paco Gomez
sfomad
Online Now Send Email
Mar 9, 2004
12:51 pm
359
A quick way to test whether you have a route to the managed servers: 1. ping ${what ever the ip address of the managed server} /* this needs to be from the...
Andrew Sliwkowski
asliwk2000
Offline Send Email
Mar 9, 2004
1:30 pm
360
Thank you all, The problem, as mentioned, is that from the wl console I'm able to see all (6) server and I can monitor each of them from within the console. ...
vanma01
Offline Send Email
Mar 9, 2004
1:50 pm
361
Reza, You will probably need to create a custom Authentication Provider, see the following links for more info: http://edocs.bea.com/wls/docs81/security.html ...
Paco Gomez
sfomad
Online Now Send Email
Mar 10, 2004
4:22 am
362
Hi, I have a custom authenticator Provider and I can created in Weblogic via a console link in : /Security/Realms/myrealm/Providers/Authentication Provider ...
thcuvelier
Online Now Send Email
Mar 10, 2004
2:25 pm
363
2 part question: When Wlshell connects, it reports the following Mbeans- - Domain - Type - MBeans The last one "MBeans" reflects the total number of MBeans in...
Scott Miller
smill15
Offline Send Email
Mar 10, 2004
4:12 pm
364
Scott, The "reload" command queries the mbean server and displays that information again. That will help you with #1. I haven't seen anywhere what is the max...
Paco Gomez
sfomad
Online Now Send Email
Mar 10, 2004
4:24 pm
365
Thanks for the "reload" command. I agree that 20,000 seems high! (it is currently at 23181..and climbing...) What constitutes a custom MBean? These MBeans are...
Scott Miller
smill15
Offline Send Email
Mar 10, 2004
4:44 pm
366
Scott, I guess those are weblogic MBeans being created internally everytime a JMSProducer is created. I would suggest to review your program to see how many...
Paco Gomez
sfomad
Online Now Send Email
Mar 10, 2004
8:34 pm
367
Hi Paco, I've just started using wlshell and it is proving very useful. All wlshell work with our platform is done by running wlshell scrips, there is no...
stapleton_joe
Online Now Send Email
Mar 11, 2004
2:28 pm
368
Hi Joe, I'm glad you find wlshell useful for your environment. Re 1: what type of error is causing wlshell to hang? Syntax error, execution? Please let me know...
Paco Gomez
sfomad
Online Now Send Email
Mar 17, 2004
11:43 pm
369
Hi Paco, 1. I pass a script to wlshell to execute with the -f switch. If any command in the script fails then I get an error and control drops back to wlshell....
stapleton_joe
Online Now Send Email
Mar 24, 2004
4:20 pm
370
Hi, I am trying to obtain a reference to an mbean using get -m (wlshell2.0.2). wlsh LON-INT-DAPtest:/> cd Server LON-INT-DAPtest:/Server wlsh...
stapleton_joe
Online Now Send Email
Mar 24, 2004
5:51 pm
371
Did you ever get an answer to your question about creating new security realm authenticators via wlshell? Thanks. ... Weblogic ... ...
mike_stopper
Online Now Send Email
Mar 31, 2004
6:55 pm
372
No, nothing. Did somebody ever try this !!!! Thanks in advance for your help. ... parentMBean=Security:Name=myrealm&MBeanClass=be.blabla.web.security.C ... ...
thcuvelier
Online Now Send Email
Apr 1, 2004
12:56 pm
373
I am tring to write an monitor script in wlshell that will report what threads in the default queue are doing at a given point in time. When I try to invoke...
jeff_chism
Offline Send Email
Apr 2, 2004
1:12 am
374
Jeff, Yes, it is possible to execute methods on objects returned by an MBean. In this particular case, the ExecuteThreads field is an array of objects of...
Paco Gomez
sfomad
Online Now Send Email
Apr 2, 2004
3:29 am
375
I am using 7.1. Is there a equivalent call? --- In wlshell@yahoogroups.com, "Paco Gomez" <francisco@b...> wrote: > Jeff, > > Yes, it is possible to execute...
jeff_chism
Offline Send Email
Apr 2, 2004
4:38 am
376
Jeff, Look at: /ExecuteQueueRuntime/default/ServicedRequestTotalCount Paco Paco Gómez BEA Systems, Inc. Principal Systems Engineer, Architecture Services ...
Paco Gomez
sfomad
Online Now Send Email
Apr 2, 2004
4:46 am
377
Thibaut and Mike, The security MBeans are based on Model MBeans instead of Standard MBean. These Model MBeans, implemented as "Commo" MBeans in WebLogic, are...
Paco Gomez
sfomad
Online Now Send Email
Apr 2, 2004
4:59 am
378
Joe, I just tested it (wlshell v2.0.2 with WLS 8.1 and 7.0): wlsh sandbox:/> s = get -m /Server/myserver variable s set to [Caching Stub]Proxy for...
Paco Gomez
sfomad
Online Now Send Email
Apr 2, 2004
5:20 am
379
The output of my descr $thread shows the following methods. All of the methods that I tried to call produceded the same access error. Let me know if you can...
jeff_chism
Offline Send Email
Apr 2, 2004
4:36 pm
380
Thibaut, Thanks a lot for your script. I have a similar one for the windows command line but not for Unix. I'll include this in the next release. Best regards,...
Paco Gomez
sfomad
Online Now Send Email
Apr 6, 2004
6:14 pm
381
Anyone know if wlshell has the capability to read a file to create users. File would contain info (userName, groupName, etc) regarding the "many" users that...
tliut
Offline Send Email
Apr 7, 2004
3:08 am
Messages 352 - 381 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