Run Deployment Automation
This topic describes how to start and stop Deployment Automation services and what permissions you need to run Deployment Automation 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:
|
Start and stop an agent relay
If you install the agent relay as a service, the agent relay installer installs the agent relay service but does not start the service. 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. The default agent relay name is agentrelay, but you may have renamed it during the installation. |
UNIX/Linux |
On your agent relay machine, run the associated command script:
|
Start and stop an agent
The agent installer installs the agent service, but does not start the service. By default, 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, navigate 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. |
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.
See also: