startManager command
The startManager command reads the configuration file for the Network
Deployment manager process and constructs a launch command. Depending
on the options you specify, the startManager command launches a new
Java virtual machine (JVM) API to run the manager process, or writes the launch command
data to a file. You must run this command from the install_root/bin directory
of a Network Deployment installation.
Syntax
The command syntax is as follows:
startManager [options]
Parameters
The following options are available for
the startManager command:
- -nowait
- Tells the startManager command not to wait for successful initialization
of the deployment manager process.
- -quiet
- Suppresses the progress information that the startManager command
prints in normal mode.
- -logfile <fileName>
- Specifies the location of the log file to which information gets written.
- -replacelog
- Replaces the log file instead of appending to the current log.
- -trace
- Generates trace information into a file using the startManager command
for debugging purposes.
- -timeout <seconds>
- Specifies the waiting time before deployment manager initialization times
out and returns an error.
- -statusport <portNumber>
- Specifies that an administrator can set the port number for deployment
manager status callback.
- -script [<script fileName>] -background
- Generates a launch script with the startManager command instead
of launching the deployment manager process directly. The launch script name
is an optional argument. If you do not provide the launch script name, the
default script file name is <start_dmgr>. The -background parameter
is an optional parameter that specifies that the generated script will run
in the background when you execute it.
- -J-<java_option>
- Specifies options to pass through to the Java interpreter.
- -help
- Prints a usage statement.
- -?
- Prints a usage statement.
Usage scenario
The following examples demonstrate
correct syntax:
startManager
startManager -script (produces the start_dmgr.sh or .bat file)
startManager -trace (produces the startmanager.log file)
Searchable topic ID:
rxml_startmanager
Last updated: Jun 21, 2007 4:55:42 PM CDT
WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rxml_startmanager.html