Oracle Weblogic Server (MOSC)

MOSC Banner

stop weblogic server using script based nodemanager

edited Jan 27, 2012 9:03AM in Oracle Weblogic Server (MOSC) 3 commentsAnswered
Hi,we're in the process of setting up our weblogic cluster. We've configured the nodemanager (script based).

Server starts and stops from the admin console work fine using the scripts:

ssh -o PasswordAuthentication=no -p %P %H wlscontrol.sh -d %D -s %S -c -r MYDOMAIN  -n MYDOMAIN %C


The next step is that we want to configure a startup script ala start/stop/restart/status

And we can start servers from the command line:
ssh -o PasswordAuthentication=no -p 22 host  wlscontrol.sh -d MYDOMAIN -s \'managed_server_name\' -c -r MYDOMAIN -n MYDOMAIN START
and using STAT to get the current status.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center