Use the rsdeploy install command to install a file package to multiple hosts in the cluster.
rsdeploy install package_name [‑c consumer_name ‑r resource_group | ‑r resource_group] [‑t host_name] [‑u user_name] [‑x password]
For example, to install the file package with the default settings:
rsdeploy install mypkg.v1
The repository server attempts to install mypkg.v1 (using the install script included with the file package) on all hosts in the cluster using the default consumer /ClusterServices/EGOClusterServices and the resource group InternalResourceGroup.
The execution user for the installation is the user associated with the consumer, normally the installation user.
To view the status of the install, use the rsdeploy status command.
rsdeploy status package_name [‑s status_filter] [‑u user_name] [‑x password]
where status_filter is the status of the file package that you want to view. Valid values are all, allocating, waiting, active, done, error, and cancelled. If ‑s is unspecified, this filter defaults to all.
For example,
To view the status of the file package installation on all hosts:
rsdeploy status mypkg.v1
To view the hosts with canceled file package installation:
rsdeploy status mypkg.v1 ‑s cancelled