Skip to main content
Skip table of contents

Managing system administrators

Adding a new system administrator

  1. Launch the Setup application.

  2. From the Dashboard select the + icon located in the Users card next to the filter field.

  3. Enter the required information.

  4. Click Save.

Deleting and suspending system administrators

  1. Launch the Delphix Setup application and log in using the sysadmin (or another system administrator) credentials.

  2. In the User panel, click the user you want to suspend or delete.

  3. Suspend the user by clicking the pause icon

  4. Once the user has been paused you can delete the user by clicking the trash can.

  5. From the Delete User dialog select Delete.

Suspending the sysadmin user

The sysadmin user is a required user for the Delphix Engine. This user cannot be deleted but can be suspended. Suspending the sysadmin user prevents that user from being able to log into Delphix Setup or to the console via ssh.

  Reinstating system administrators

  1. Launch the Delphix Setup application and login using system administrator credentials.

  2. In the User panel, click on the name of the user you want to reinstate.

  3. Reinstate the user by clicking the enable user icon

Changing system administrator passwords

  1. Launch the Delphix Setup application and log in using sysadmin level credentials.

  2. In the User panel, click the user whose password you want to change.

  3. Select the Edit icon.

  4. Enter the new password fields.

  5. Click Save.

Adjust session timeout (command-line only)

Configuring session timeout for System Setup users is not available in the GUI. As such, the only method is via CLI using the commands below.

CODE
Delphix> user
Delphix user> select sysadmin
Delphix user 'sysadmin'> ls
Properties
    type: User
    name: sysadmin
    apiUser: true
    authenticationType: NATIVE
    emailAddress: user.name@domain.com
    enabled: true
    firstName: (unset)
    homePhoneNumber: (unset)
    isDefault: true
    lastName: (unset)
    locale: en-US
    mobilePhoneNumber: (unset)
    passwordUpdateRequest: NONE
    principal: sysadmin
    publicKey: (empty)
    reference: USER-1
    sessionTimeout: 30min
    userType: SYSTEM
    workPhoneNumber: (unset)

Operations
delete
update
disable
enable
updateCredential
Delphix user 'sysadmin'> update
Delphix user 'sysadmin' update *> set sessionTimeout=180
Delphix user 'sysadmin' update *> commit


JavaScript errors detected

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

If this problem persists, please contact our support.