Skip to main content
Skip table of contents

CLI cookbook: changing the default group name

This topic describes how to change the name of the default group <New Group> on the Delphix Engine as a simple example of CLI interactions. You must have delphix_admin credentials to perform this procedure.

Procedure

  1. Switch to the group context and list groups on the system.

    CODE
    delphix> group
    delphix group> list
    NAME         DESCRIPTION
    <New Group>  -
  2. Select the default group and show current properties.

    CODE
    delphix group> select ""
    delphix group ""> get
        name: <New Group>
        type: Group
        description: (unset)
        reference: GROUP-1
  3. Run the update command and set the name.

    CODE
    delphix group ""> update
    delphix group "" update *> set name=default
    delphix group "" update *> get
        name: default (*)
        type: Group
        description: (unset)
        reference: GROUP-1
  4. Commit the operation.

    CODE
    delphix group "" update *> commit
    delphix group "default">
JavaScript errors detected

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

If this problem persists, please contact our support.