The dpmccm addacmserver command adds a specific CA Configuration Automation instance from CA Server Automation.
This command has the following format:
dpmccm addacmserver [-sc sc_url] -acm_server ccaservername -port ccaportnumber -user_name ccausername -pswd ccapassword [-protocol http|https] [-default] [-locale iso639value]
(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 CCA server.
Defines the communication port for the CCA source server.
Defines the login user name for the CA Configuration Automation server. Must be specialist or superuser.
Defines the password for the CA Configuration Automation Administrator or Architect.
(Optional) Specifies which protocol CA Server Automation uses to communicate with the CA Configuration Automation server over the network. Options include the following:
Specifies that CA Server Automation uses a Hypertext Transfer Protocol (HTTP) connection to communicate with the CA Configuration Automation server over the network.
Specifies that CA Server Automation uses a Hypertext Transfer Protocol Secure (HTTPS)--HTTP over encrypted Secure Sockets Layer (SSL) connection to communicate with the CA Configuration Automation server over the network.
(Optional) Defines this CCA server as the CA Server Automation default CA Configuration Automation source.
(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: Add a Server Instance
This example adds the CCA server instance named CCA1 to CA Server Automation.
dpmccm addacmserver -acm_server CCA1 -port 8080 -user_name acmadmin -pswd ccapassword -protocol https
Copyright © 2013 CA. All rights reserved. |
|