Prerequisites
Create a Delphix Engine Instance.
Create a HANA Instance
IP address for HANA AWS instance (Delphix Engine and HANA instances should be within same AWS VPC so can reach each other via private IP internal to VPC)
Procedure
- Login to the Delphix Management application.
- Click Manage.
- Select Environments.
- Next to Environments, click the Plus icon.
- In the Add Environment dialog, select Unix/Linux in the operating system menu.
- Select Standalone Host
- Enter the Host Address, this is the IP address for the HANA instance.
- Enter an optional Name for the environment.
- Enter the SSH port.
The default value is 22. Enter a Username for the environment. For example a database admin user is usually <SID>adm as “hdbadm”.
Select Public Key for the Login Type.
Note: 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.
To add a Delphix public key on HANA instance as database admin user, which is typically <SID>adm (for example “hdbadm”) in ~/.ssh/authorized_keys
- 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
- Enter a Toolkit Path.
- Click Submit.