Delphix Products

Tip of the Day: Adding a Replication Spec Using the CLI

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Adding a Replication Spec Using the CLI

    Posted 08-20-2014 05:38:00 PM
    No replies, thread closed.
    1. ssh into the delphix engine using delphix_admin credentials
    2. delphix > cd replication/spec
    3. delphix replication spec > ls
    4. delphix replication spec > create
    5. delphix replication spec create * > ls
    6. delphix replication spec *> set targetHost=exampleHost.mycompany.com
    7. delphix replication spec *> set targetPrincipal=delphix_admin
    8. delphix replication spec *> set targetCredential.password=password
    9. delphix replication spec *> set object= 'DOMAIN or dExample1, dExample2
    10. delphix replication spec *> commit


    please note:
    1. The target principal must be a Delphix user on the target host who has domain privileges.
    2. The CLI will provide possible completions for all objects in the system, but only groups, dSources and VDBs can be specified. Attempts to replicate other types of objects will generate an error when the operation is committed.
    #replication
    #cli
    #delphix_tips
    #delphix_cli
    #tip