This command redeploys a component onto a server.
zosadmin redeploy [--session=] file|dir
Specify the deployable file or a directory containing deployable files.
Specifies the deployment session ID.
Turn on verbose output during this operation.
Turn on debug output during this operation.
Display a help message for this operation.
To redeploy the service file myservice.sar, use the following command:
zosadmin redeploy myservice.sar
To redeploy the job file quickie.job, use the following command:
zosadmin redeploy quickie.job
To redeploy the job files in directory /test/myjob.job, use the following command:
zosadmin redeploy /test/myjob.job