The ism-deployTemplate command deploys all packages defined in a job template to a specified host. This command returns the UUID of the deployment job.
This command has the following format:
ism-deployTemplate [-jobName job_name] -template template_name -hostname host_name -user user_name -password password -acceptEula -encrypted [-redeploy] [-ignoreDepends]
(Optional) Specifies the job name that is used in the deployment job list and audit trail.
Specifies the name or UUID of the job template used as a source for the deployment. Use the template UUID if there are more than one template with the same name.
Specifies the name of the host computer.
Specifies the user name to log on.
Specifies the user password to log on.
Specifies the name of the host computer.
Indicates to accept all End User License Agreements (EULAs) for all deployed packages.
(Optional) Indicates that the username and password are encrypted.
(Optional) Indicates forced redeployment of existing packages.
(Optional) Indicates forced deployment even when there are missing package dependencies.
Example: Deploy Template Packages on a Host
This example deploys all packages defined in the template, SysTemplate to the host, hvserver.
ism-deployTemplate -template SysTemplate -hostname hvserver -user admin -password #test# -hostName hvserver -acceptEula -redeploy -ignoreDepends
Copyright © 2013 CA. All rights reserved. |
|