Installation → Installing Servers and Agents → Server Installation → Running the Interactive Installer
The Deployment Automation interactive server installer uses a wizard that guides you through the installation process.
For Windows
For UNIX/Linux
Run the following installer executable as a user with root privileges:
MicroFocusDA-Server.bin
After the welcome dialog box appears, click Next
Select this option to install the server using existing settings and maintain the current database.
Select this option if you are installing Deployment Automation on an additional server for high availability and do not want to overwrite the settings you provided during the initial install.
If selected, decryption keys should be available in the DA profile. The property skipEncKeysCreation (default value: true) is automatically added to installed.properties located in the DA server directory. When the server starts, random encryption keys are not created in the profile directory even if they do not exist. Hard-coded encryption keys are used instead.
To add decryption keys, copy the folder enc-keys from <existing profile location>/conf/server to <new profile location>/conf/server. Restart the server
Enter the JMS port that agents will use to connect to the server.
Select this option to configure increased security between agents and the server.
Database | Database Connection String |
---|---|
Derby | To use the built-in Derby database (for evaluation purposes only), enter a password for the database user, and then click Next. |
SQL Server | Use the format:
jdbc:sqlserver://serverName:1433;DatabaseName=da |
Oracle | If you are using a
service name, use the format:
jdbc:oracle:thin:@//serverName:1521/daIf you are using an instance name, use the format: jdbc:oracle:thin:@serverName:1521:daWhere da represents your Oracle SID. Note:
For Oracle databases, the schema name must be the same as the user name. |
C:\Users\username\.microfocus\da\conf\server\installed.properties
After the password is updated, restart the Common Tomcat where the Deployment Automation server is installed. The hibernate.connection.password property will be encrypted after the server starts if it is not already encrypted.
Click Next.
C:\Users\username\.microfocus\da\conf\server
Deployment Automation is installed and connected to your database. You can now configure Deployment Automation by logging in to the Web application using the administrator account that you created.
If you want to start configuring your system and defer agent installation until later, continue with Administration Overview.
If you are ready to install agent relays or agents, continue with the respective section at Agent Relay Installation or Agent Installation.
Copyright © 2011–2020 Micro Focus or one of its affiliates. All rights reserved.