Skip to main content
Skip table of contents

Discovering a Couchbase environment

To discover an environment via CLI, login to the Delphix Continuous Data Engine using the admin user account. In this example, the connection to Continuous Data is done with the FDQN dlpx-engine.delphix.com, as follows.

ssh admin@dlpx-engine.delphix.com

Discovering the environment

Run the following commands to discover the environment. This example is adding environment with the FQDN rh74-cbase.delphix.com, hostname rh74-cbase, toolkit-path /var/tmp, os-user delphix_os, and os-password delphix, as follows.

CODE
> environment
> create
> set hostEnvironment.name=rh74-cbase.delphix.com
> set hostParameters.host.address=rh74-cbase
> set hostParameters.host.toolkitPath=/var/tmp
> set primaryUser.name=delphix_os
> set primaryUser.credential.password=delphix
> commit

Run the following commands to discover the environment (this uses the same example environment details above).

CODE
> environment
> create
> set hostEnvironment.name=rh74-cbase.delphix.com
> set hostParameters.host.address=rh74-cbase
> set hostParameters.host.toolkitPath=/var/tmp
> set primaryUser.name=delphix_os
> set primaryUser.credential.password=delphix
> commit

JavaScript errors detected

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

If this problem persists, please contact our support.