One solution I found was to Administer the domain via the Nodemanager.
To start, any server that you wish to administer via the Nodemanager has to be associated with a machine and a nodemanager needs to be running. Once done, start a WLST session.
nmConnect('username','password','wl.host','nm.port','domain.name','domain.dir','socket.type')
The command above will allow you to connect to the nodemanager.
nmStart('server.name')
Start the server.
nmServerStatus('server.name')
Get server status.
nmKill('server.name')
Force shutdown.
nmDisconnect()
Disconnect from the nodemanager.
0 comments:
Post a Comment