Prerequisites

See Requirements for SAP ASE Source Hosts and Databases.

Procedure

  1. Login to the Delphix Management application using Delphix Admin credentials.
  2. Click Manage.
  3. Select Environments.
  4. From the Actions (...) menu select Add Environment.
  5. In the Host and Server tab window, select Unix/Linux.
  6. Select Standalone Host.
  7. Click Next.
  8. Enter a Name for the environment.
  9. Enter the Host IP address.
  10. For NFS Addresses (Optional):
    Enter one or more comma-separated IP Address/Hostname

    If specified, Delphix Engine only allows NFS requests (mount, etc) originated from IP Addresses specified for the host.

  11. Enter the SSH port.
    The default value is 22.
  12. Select a Login Type.
    — Username and Password - enter the OS username and password, or
    — Username and Public Key - enter the OS username.

    Using Public Key Authentication

    If you want to use public key encryption for logging into your Unix-based environment:
    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 authorized_keys to enable read and write privileges for your user.
      2. Run chmod 755 ~ to make your home directory writable only by your user.

    The public key needs to be added only once per user and per environment.

  13. For Password Login, click Verify Credentials to test the username and password.
  14. 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.
  15. Click the Discover SAP ASE checkbox.
  16. Click Next.
  17. In the Summary, tab confirm your selections.
  18. Click Submit.

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