The following example starts an application server with the node specified.
Using Jacl:
$AdminControl startServer server1 mynode
Example output:
WASX7319I: The serverStartupSyncEnabled attribute is set to false. A start will be attempted for server "server1" but the configuration information for node "mynode" may not be current. WASX7262I: Start completed for server "server1" on node "mynode"
Using Jacl:
$AdminControl startServer serverName nodeName $AdminControl startServer serverName nodeName waitTime
Using Jacl:
$AdminControl startServer serverName $AdminControl startServer serverName waitTime
The following lists the exit codes to use for starting or stopping a server:
Server state | Return code |
Server initialization failed | -1 |
Server initialization timed out | -2 |
Server start in progress | 1 |
Server is initializing the applications that are present | 2 |
Server initialization is complete (successful) | 0 |
Server stop failed | -10 |
Server stop timed out | -11 |
Server stop operation started | 1000 |
Server successfully stopped | 0 |