Prerequisites
See Requirements for SAP ASE Source Hosts and Databases.
Procedure
- Login to the Delphix Admin application using Delphix Admin credentials.
- Click Manage.
- Select Environments.
- Click the Plus icon next to Environments.
- In the Add Environment dialog, select Unix/Linux.
- Select Standalone Host.
- Enter the Host IP address.
- Enter an optional Name for the environment.
- Enter the SSH port.
The default value is 22. - Enter a Username for the environment.
- Select a Login Type.
For Password, enter the password associated with the user in Step 10.
Using Public Key Authentication
If you want to use public key encryption for logging into your environment:- Select Public Key for the Login Type.
- Click View Public Key.
- Copy the public key that is displayed, and append it to the end of your
~/.ssh/authorized_keys
file. If this file does not exist, you will need to create it.- Run
chmod 600 authorized_keys
to enable read and write privileges for your user. - Run
chmod 755 ~
to make your home directory writable only by your user.
- Run
The public key needs to be added only once per user and per environment.
You can also add public key authentication to an environment user's profile by using the command line interface, as explained in the topic CLI Cookbook: Setting Up SSH Key Authentication for UNIX Environment Users.
- For Password Login, click Verify Credentials to test the username and password.
- Enter a Toolkit Path.
The toolkit directory stores scripts used for Delphix Engine operations. It must have a persistent working directory rather than a temporary one. The toolkit directory will have a separate sub-directory for each database instance. The toolkit path must have 0770 permissions. - Click the Discover SAP ASE checkbox.
- Enter the database Username for an ASE instance on the environment.
- Enter the database Password associated with the database user in Step 15.
- Click OK.
Post-Requisites
After you create the environment, you can view information about it by selecting Manage > Environments and then selecting the environment name.
ASE Manual Discovery
When an ASE environment is added Delphix automatically discovers your ASE instances. Manual discovery allows users to add instances that were not automatically discovered. This feature is currently only supported via the CLI. For more information please refer to Configuring ASE Manual Discovery.
Related Links