The stopManager script

The stopManager script stops the deployment manager process for a Network Deployment instance.

Product

The stopManager script is available with WebSphere Application Server Network Deployment only.

Authority

To run this script, your user profile must have *ALLOBJ authority. For information on setting explicit authorities for a user profile that does not have *ALLOBJ authority, see Set explicit authorities for the startServer and stopServer scripts.

Syntax

The syntax of the stopManager script is:

stopManager [ server ] [ -instance instance ] [ -nowait ] [ -quiet ]
 [ -logfile filename ] [ -replacelog ] [ -trace ] [ -timeout seconds ]
 [ -statusport statusportnumber ] [ -port portnumber ]
 [ -username username ] [ -password password ] [ -conntype SOAP | RMI ]
 [ -help | -? ]

Parameters

The parameters of the stopManager script are:

Examples

These examples demonstrate correct syntax:

stopManager server1

Stops the deployment manager server1 for the default instance.

stopManager server1 -nowait

This example stops the server1 application server for the default instance and returns control immediately to the user.

stopManager myserver -instance myinst -port 10380 -conntype SOAP

This example uses the SOAP port (10380) to stop the myserver deployment manager in the myinst instance.