Previous Topic: ism-deletePolicy Command--Delete a Policy (Funclet)

Next Topic: ism-deployTemplate Command--Deploy Packages from a Template (Funclet)


ism-deployPackageToHost Command--Deploy a Package to a Host (Funclet)

The ism-deployPackageToHost command deploys a specified package wrapper to a host. This command returns the UUID of the deployment job.

This command has the following format:

ism-deployPackageToHost 
[-jobName job_name] 
-package package_name 
[-packageVer package_version] 
[-wrapper wrapper_name] 
-hostName host_name 
-user user_name 
-password password 
-acceptEula
[-encrypted] 
[-redeploy] 
[-ignoreDepends]
-jobName job_name

(Optional) Specifies the job name that is used in the deployment job list and audit trail.

-package package_name

Specifies the name or ID of the deployment package.

-packageVer package_version

(Optional) Specifies the deployment package version.

-wrapper wrapper_name

(Optional) Specifies the name package wrapper to use. If the wrapper is not specified, the default wrapper is used.

-hostName host_name

Specifies the name of the host computer.

-user user_name

Specifies the user name to log on.

-password user_passsword

Specifies the user password to log on.

-acceptEula

Indicates to accept all End User License Agreements (EULAs) for all deployed packages.

-encrypted

(Optional) Indicates that the username and password are encrypted.

-redeploy

(Optional) Indicates forced redeployment of existing packages.

-ignoreDepends

(Optional) Indicates forced deployment even when there are missing package dependencies.

Example: Deploy a Package to a Host

This example deploys the package, SystemEDGE on the host, hvserver.

ism-deployPackageHost 
-package "CA SystemEDGE"
-hostName hvserver 
-user admin 
-password #test# 
-acceptEula 
-redeploy 
-ignoreDepends