deploy

This command deploys a new component onto a server.

Syntax

zosadmin deploy      [--port=] file|dir

Arguments

file|dir

Specify the deployable file or a directory containing deployable files.

Options

-P=, --port=

The deployment port of the target server (the default is 8001, set with the -M option in the create command).

-v, --verbose

Turn on verbose output during this operation.

-V, --debug

Turn on debug output during this operation.

-h, --help

Display a help message for this operation.

Examples

Example 1

To deploy the job file quickie.job, use the following command:

zosadmin deploy quickie.job

Example 2

To deploy a job file in the /test/myjob.job directory, use the following command:

zosadmin deploy /test/myjob.job