The startManager script

The startManager script starts the deployment manager process for a Network Deployment instance.

Product

The startManager 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 startManager script is:

startManager [ server ] [ -instance instance ]
 [ -nowait ] [ -timeout seconds ] [ -trace ] [ -help | -? ]

Parameters

The parameters of the startManager script are:

Examples

startManager

This example starts the default deployment manager for the default instance.

startManager server1

This example starts the server1 deployment manager in the default instance.

startManager -instance myinst

This example starts the myinst deployment manager in the myinst instance.

startManager test -instance devinst -nowait

This example starts the test deployment manager in the devinst instance and returns control immediately to the user.