Announcements

Tip of the Day: Using the CLI to Change an Environment User

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Using the CLI to Change an Environment User

    Posted 11-20-2014 06:05:00 PM
    No replies, thread closed.
    1. ssh into your engine using Admin privileges

    ssh delphix_admin@delphix

    2. Go to Environment and find the Environment you would like to update

    delphix > environment
    delphix environment > ls
    delphix environment > select test_env

    3. Select Environment updating and Update

    delphix environment "test_env" > update
    delphix environment "test_env" update *> ls

    4. Set primaryUser to new user you would like to use for the Environment
    delphix environment "test_env update" *> set primaryUser="new user"

    5. Commit the change

    delphix environment "test_env" update *> commit
    #Tip