Skip to main content
Skip table of contents

Adding a SAP HANA environment

This topic describes how to add a HANA environment.

Prerequisites

Procedure

  • Login to the Delphix Management application.

  • Click Manage.

  • Select Environments.

  • Next to Environments, click the Actions (...) menu and select Add Environment.

  • In the Add Environment dialog, In the Host OS select Unix/Linux on the menu.

  • In Server Type, select Standalone Host.

  • Click Next.

  • Enter Name for the environment.

  • Enter the Host IP address or fully qualified hostname.

  • Enter the SSH port. The default value is 22.

  • Enter an OS Username for the environment which should be ‘’.>’.>

  • Select Login Type.

    Note:
    Currently, the Enterprise Password Vault option is not supported.

  • Username and Password - enter the OS username and password

  • Username and Public Key - enter the OS username.

  • Password Vault - select from an existing Enterprise Password Vault

Using public key authentication

If you want to use public-key authentication for logging into your Unix-based environment, there are two options: use the engine's key pair or provide a key pair for this environment.

To use the engine's key pair:

  1. Select Public Key for the Login Type.

  2. Click View Public Key.

  3. 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.

    1. Run chmod 600 ~/.ssh/authorized_keys to allow only the file's owner to read and write to it (make sure the file is owned by the user).

    2. Run chmod 755 ~ to restrict access to the user's home directory so no other user may write to it.

    3. Run chmod 700 ~/.ssh so that others cannot write to it. The ~/.ssh directory cannot be writable by group or other users. Otherwise, authentication will fail.

As an alternative, you can provide a key pair specific for this environment via the API or CLI. See CLI Cookbook: VDBs for instructions.

  1. For Password, enter the password associated with the user in step 11.

  2. Select Public Key for the Login Type.

  3. Click View Public Key.

  4. 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.

    1. Run chmod 600 ~/.ssh/authorized_keys to allow only the file's owner to read and write to it (make sure the file is owned by the user).

    2. Run chmod 755 ~ to restrict access to the user's home directory so no other user may write to it.

    3. Run chmod 700 ~/.ssh so that others cannot write to it. The ~/.ssh directory cannot be writable by group or other users. Otherwise, authentication will fail.

  5. For Password Login, click ‘Validate’ to test the username and password.

  6. Enter a Plugin Path. The location specified must be a string without spaces. Ensure this directory path exists on the host in question. Environment discovery will fail if the directory does not exist on the host.

  7. To provide your own Oracle Java select the Provide my own JDK checkbox and click Next.

  8. In the Java Development Kit tab enter the absolute path to your Oracle JDK and click Next. For more information, see Providing Your Own Oracle Java

  9. Click Submit. On success, the new environment will be added to the list in the Environments tab.

  10. Select the “Databases” tab to view discovered HANA databases:

Post-requisites

To view information about an environment after you have created it:

  1. Click Manage.

  2. Select Environments.

  3. Select the environment name.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.