Run Deployment Automation
This topic describes how to start and stop Deployment Automation services, log in to Deployment Automation, and what permissions you need to run agents.
Start and stop the server
The installer installs Deployment Automation under the application server and starts the service automatically.
To start or stop the server service:
Windows | Use Administrative Tools > Services to start or stop Common Tomcat. |
UNIX/Linux |
Run the associated command script:
|
Log in to Deployment Automation
After you have completed at minimum a server installation, log in to the user interface to start configuring Deployment Automation.
To access the Deployment Automation user interface:
-
In your web browser, enter the following URL:
http://<serverName>:<port>/da/
Use the host name and port for the application server where you installed Deployment Automation. The default port is 8080 for Common Tomcat.
-
Log in to the server using the credentials (Username and Password) you set up during the server installation.
Start and stop an agent relay
If you install the agent relay as a service, the agent relay service doesn't start automatically after the installation. By default, it is set to manual start.
Note: You must start the agent relay before starting any agents that communicate through it.
To start or stop an agent relay service:
Windows |
On your agent relay machine, use Administrative Tools > Services to start or stop the agent relay. By default, the agent relay service is named agentrelay. |
UNIX/Linux |
On your agent relay machine, run the associated command script:
|
Start and stop an agent
By default, the agent service doesn't start automatically after the installation. It is set to manual start.
Note: If you are using an agent relay, you must start it before starting any agents that communicate through it.
To start or stop an agent service:
Windows | Use Administrative Tools > Services to start or stop the agent, DA-Agent. |
UNIX/Linux |
Run the associated command script:
|
After you have started the agent, go to Management > Resources in the Deployment Automation user interface and select the Agents tab. The agent is displayed with a Connected status.
Agent permissions
Each agent needs the appropriate permission to communicate with the Deployment Automation server.
For production environments, create a user account dedicated to running the agent on the machine where the agent is installed. For simple evaluations, the administrative user can run the agent on the server machine.
As a user running the agent, you need the following minimum permissions:
Permission | Description |
---|---|
Create a cache | By default, the cache is located in the home directory of the user running the agent. You can move or disable the cache. |
Open a TCP connection | The agent uses a TCP connection to communicate with the server's JMS port. |
Open a HTTP(S) connection | The agent must be able to connect to the Deployment Automation user interface to download artifacts from CodeStation. |
Access the file system | Many agents need read/write permission to items on the file system. |
Start and stop a component integrator
If installed as a Windows service in its default configuration, the component integrator service is set to a manual start.
To start or stop a component integrator service:
Windows |
On the component integrator machine, use Administrative Tools > Services to start or stop the service. By default, the service is named component-integrator. |
UNIX/Linux |
On the component integrator machine, run the associated command script:
|
After you have started the component integrator, verify that the component integrator can connect to the server. In Deployment Automation, go to Management > Component Integrators. A connected component integrator is displayed with an Online status.
For details on how to work with component integrators, see Manage component integrators.
See also: