This command starts a local server.
Enter the command using the syntax shown below. Available options are shown in brackets.
zosadmin start [--dir=] [--jvmargs=] [--javaargs=] [--timeout=] [--upgrade] [--snapshot=]
When you add an option, use the syntax in the command line as shown above (where options are shown in their long form). Short and long options for this command are listed below.
Specify the working directory for a PlateSpin Orchestrate installation.
Pass the value as an argument to an invoked JVM process.
Pass the value as an argument to an invoked Java program.
Specify the query timeout (in seconds).
Switch upgrade behavior for snapshot handling.
Upgrade a server using the snapshot directory of an existing server.
Turn on debug output during this operation.
Turn on verbose output during this operation.
Display a help message for this operation.
To start a server instance using the install directory (default), use the following command:
zosadmin start
To start a server instance using directory /zos/server/, use the following command:
zosadmin start --dir=/zos/server
To start a server instance and upgrade from an existing server snapshot, use the following command:
zosadmin start --upgrade --snapshot=/oldzos/server/snapshot
NOTE:Before you use this option, you must be using the “zosadmin upgrade” command to manually upgrade the server configuration snapshot.
To start a server instance setting the JVM maximum memory to be 4 Gb:
zosadmin start --jvmargs=-Xmx4g