Previous Topic: Verification Commands

Next Topic: dpmccm addcompliancejob Command--Create a Compliance Job


dpmccm addacmserver Command--Add a Server Instance

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]
-sc sc_url

(Optional) Defines the URL for the service controller host.

Example: https://hostname:port/...

hostname

Defines the fully qualified host where the service controller is installed.

Example: localhost.ca.com

port

Defines the listening port for the service controller server.

Example: 80

-acm_server ccaservername

Defines the name of the CCA server.

-port ccaportnumber

Defines the communication port for the CCA source server.

-user_name ccausername

Defines the login user name for the CA Configuration Automation server. Must be specialist or superuser.

-pswd ccapassword

Defines the password for the CA Configuration Automation Administrator or Architect.

-protocol={http|https}

(Optional) Specifies which protocol CA Server Automation uses to communicate with the CA Configuration Automation server over the network. Options include the following:

http

Specifies that CA Server Automation uses a Hypertext Transfer Protocol (HTTP) connection to communicate with the CA Configuration Automation server over the network.

https

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.

-default

(Optional) Defines this CCA server as the CA Server Automation default CA Configuration Automation source.

-locale iso639value

(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