startNode command
The startNode command reads the configuration file for the node
agent process and constructs a launch command. Depending on the options
that you specify, the startNode command creates a new Java virtual
machine (JVM) API to run the agent process, or writes the launch command data
to a file. You must run this command from the install_root/bin directory
of a WebSphere Application Server installation.
Syntax
The command syntax is as follows:
startNode [options]
Parameters
The following options are available for
the startNode command:
- -nowait
- Tells the startNode command not to wait for successful initialization
of the node agent process.
- -quiet
- Suppresses the progress information that the startNode 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 for debugging purposes.
- -timeout <seconds>
- Specifies the waiting time before node agent initialization times out
and returns an error.
- -statusport <portNumber>
- Specifies that an administrator can set the port number for node agent
status callback.
- -script [<script fileName>] -background
- Generates a launch script with the startNode command instead of
launching the node agent 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_<nodeName>, based on the name of the node.
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:
startNode
startNode -script (produces the start_node.bat or .sh file)
startNode -trace (produces the startnode.log file)
Searchable topic ID:
rxml_startnode
Last updated: Jun 21, 2007 8:07:48 PM CDT
WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/rxml_startnode.html