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

1. ssh into your engine with a user that has Admin privileges

ssh delphix_admin@delphix

2. Go to Users and select the User you would like to change the password of

delphix > user
delphix user > ls
delphix user > select example_user
delphix user "example_user" > ls

3. Select updateCredential to allow you to change password and set new password

delphix user "example user" > updateCredential
delphix user "example_user" updateCredential *> set newCredential.password=<new password>

4. Commit the operation

delphix user "example_user" updateCredential *> commit

Example:

ssh delphix_admin@delphixengine
delphixengine > user
delphixengine user > ls
 
Objects

NAME           EMAILADDRESS  

sysadmin       -

delphix_admin  no@delphix.com
 
test_user      no@delphix.com


Operations

create

current
 
delphixengine user > select test_user
delphixengine user "test_user" > ls
 
Properties

    type: User

    name: test_user

    authenticationType: NATIVE

    credential:

        type: PasswordCredential

        password: ********

    emailAddress: no@delphix.com

    enabled: true

    firstName: (unset)

    homePhoneNumber: (unset)

    isDefault: true

    lastName: (unset)

    locale: en_US

    mobilePhoneNumber: (unset)

    passwordUpdateRequested: false

    principal: test_user

    publicKey: (unset)

    reference: USER-2

    sessionTimeout: 30min

    userType: DOMAIN

    workPhoneNumber: (unset)




Operations

delete

update

disable

enable

updateCredential
 
delphixengine user "test_user" > updateCredential
delphixengine user "test_user" updateCredential *> set newCredential.password=<new password>
delphixengine user "test_user" update *> commit


  • No labels