The following examples demonstrate how to start an application server with WebSphere Application Server V4.0 and V5.x:
ApplicationServer start /Node:mynode/ApplicationServer:myserv/
If you are connected to a server in a base installation, you cannot request to start another server. You can only start an application server if you have a Network Deployment installation. In a Network Deployment installation, use the following command:
Using Jacl:
$AdminControl startServer myserv mynode 600
where 600 represents the wait time in seconds. The server name and node name are required.