Release Information

Introduction

Getting Started

Delphix Engine System Administration

Virtual Database Management with the Delphix Engine

Data Backup and Recovery

Delphix Modernization Engine

Delphix Masking

Virtualizing Unstructured Files in the Delphix Engine

Virtualizing Oracle E-Business Suite in the Delphix Engine

JetStream

Mission Control

Delphix Express User Guide

Reference


Documentation for Previous Versions of the Delphix Engine

Delphix Server 3.0 Documentation
Delphix Server 3.1 Documentation
Delphix Engine 3.2 Documentation
Delphix Engine 4.0 Documentation
Delphix Engine 4.1 Documentation
Delphix Engine 4.2 Documentation
Delphix Engine 4.3 Documentation

Skip to end of metadata
Go to start of metadata

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.

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

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

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

    delphix group "<New Group>" update *> commit
    delphix group "default">