redeploy

This command redeploys a component onto a server.

Syntax

Enter the command using the syntax shown below. Available options are shown in brackets.

zosadmin redeploy [--session=] file|dir

Arguments

file|dir

Specify the deployable file or a directory containing deployable files.

Options

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.

-i, --session <value>

Specifies the deployment session ID.

-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 redeploy the service file myservice.sar, use the following command:

zosadmin redeploy myservice.sar

Example 2

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

zosadmin redeploy quickie.job

Example 3

To redeploy the job files in directory /test/myjob.job, use the following command:

zosadmin redeploy /test/myjob.job