VMware Cloud Community
javierco
Contributor
Contributor

How to start a weblogic 9.2 server that is controlled by node manager

Hello, I was able to "stop" a weblogic server that is part of a cluster, but when I start it, it is trying to use the startManagedWebLogic batch file. However, this server is controlled by a node manager.

How can I configure HQ to use the node manager in order to start the server? Please note that the Admin server and the node manager are running as Windows services.

Thanks!

Javier.
0 Kudos
2 Replies
mbaker3
Enthusiast
Enthusiast

I'm not a Windows person so am assuming that what works for UNIX will work for Windows.

You need to write a script that will initiate the start/stop via the node manager. You can do this using weblogic.admin (deprecated) or wlst. Then on the Control tab change the Program to be your new script.

Cheers
javierco
Contributor
Contributor

Thanks! Now the problem is that WLST has issues with Node Manager and passwords, but that is for another forum altogether, isn't it? 😉

Take care,

Javier.
0 Kudos