The dpmsd installSDAgent command installs the Software Delivery agent on a host computer.
This command has the following format:
installSDAgent [-sc sc_url] -computer_host computerhostname [-scalability_server scalability server] [-itcm_server itcm domain manager ] -computer_username computerusername [-computer_password computerpassword][-auth_file authorizationfile][-auth_comp componentID] -os_type ostype [-pre][-post][[-ws_user username -ws_password password]|[-prompt <yes|no>]][-locale iso629value]
(Optional) Defines the URL for the service controller host.
Example: https://hostname:port/...
Defines the fully qualified host where the service controller is installed.
Example: localhost.ca.com
Defines the listening port for the service controller server.
Example: 80
Defines the name of the server for deploying the package.
(Optional) Specifies the CA ITCM scalability server for software distribution.
(Optional) Defines the name of the CA ITCM Domain Manager where the software delivery adapter resides. Optional when only one Software Delivery adapter or CA ITCM domain manager is configured. Valid for CA Server Automation only.
Defines the user name of the target host server for the deployment operation.
Windows: Administrator access is required.
UNIX/Linux: Root access is required.
(Optional) Defines the user password used for deploying agents to the target host server to which you are deploying. If you do not specify the password, is retrieved from the authorization file.
Note: Use the dpmutil CLI to set up the authorization file.
(Optional) Specifies the full path name of the authorization file to use to retrieve the encrypted password. This file contains the CA Server Automation administrator credentials that were generated using the dpmutil set auth command. When this option is not specified, the default authorization file is used.
(Optional) Specifies a component ID that you can use to group hosts and users.
Defines the type of operating system that is on the computer host. This parameter is required for software delivery agent deployment. Options include the following:
Specifies the Windows operating system.
Specifies the Linux operating system.
Specifies the HP UNIX operating system.
Specifies the AIX UNIX operating system.
Specifies the Solaris operating system.
Specifies any type of operating system.
Note: This option is valid for image deployment only.
(Optional) Specifies whether to generate an event before the operation is performed.
(Optional) Specifies whether to generate an event after the operation is performed.
(Optional) Specifies the credentials to use for the web service security check. If you do not include credentials, you are prompted to enter them. Avoid the prompt for credentials by setting up your own session using caaipsecurity.
(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".
Example: Install SD Agent on Linux System
This example installs the sd agent on a Linux system.
dpmsd installSDAgent -computer_host comphost001 -computer_username administrator -computer_password adminpassword -os_type LINUX -pre -post -ws_user wsuser -ws_password wsuserpassword
Example: Install SD Agent on Linux System in a Multiple ITCM Domain Manager Environment
This example installs the sd agent on a Linux system. This operation is routed to the sd adapter on ITCM domain manager domainmanager001.
dpmsd installSDAgent -computer_host comphost001 -itcm_server domainmanager001 -computer_username administrator -computer_password adminpassword -os_type LINUX -pre -post -ws_user wsuser -ws_password wsuserpassword
Copyright © 2013 CA. All rights reserved. |
|