This command deploys a new component onto a server.
Enter the command using the syntax shown below. Available options are shown in brackets.
zosadmin deploy [--port=] file|dir
Specify the deployable file or a directory containing deployable files.
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.
Turn on verbose output during this operation.
Turn on debug output during this operation.
Display a help message for this operation.
To deploy the service file myservice.sar, use the following command:
zosadmin deploy myservice.sar
To deploy the job file quickie.job, use the following command:
zosadmin deploy quickie.job
To deploy a job file in the /test/myjob.job directory, use the following command:
zosadmin deploy /test/myjob.job