Example: Migrating - Stopping an application server
This is an operational command. WebSphere Application Server V4.0 wscp requires that you know the hierarchical name of the application server in question (the node name and server name). You need the same information in V5.0.
Note: You are stopping a server object, not an application server. Servers represent logical processes on many platforms, for instance Windows or AIX, and are the entity that is stopped and started. Application servers are contained within servers
- wscp V4.0
ApplicationServer stop {/Node:mynode/ApplicationServer:Default Server/}- wsadmin V5.0
$AdminControl stopServer servername [nodename immediateFlag]For a network deployment installation:$AdminControl stopServer servername nodename [immediateFlag]