Skip to content

dx_set_envpass

Marcin Przepiorowski edited this page Jan 10, 2019 · 4 revisions

SYNOPSIS

dx_set_envpass  [ -engine|d <delphix identifier> | -all ] [ -configfile file ][ -envname env_name ] -username <username> -password <password> [ --help|? ] [ -debug ]

DESCRIPTION

Change user password for an environment

ARGUMENTS

Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.

  • -engine|d Specify Delphix Engine name from dxtools.conf file
  • -all Run script on all engines
  • -envname name Specify an environment name
  • -username user Specify a user
  • -password pass Specify a password

OPTIONS

  • -help Print this screen
  • -debug Turn on debugging

EXAMPLES

Set a new environment password for environment LINUXSOURCE

dx_set_envpass -d Landshark5 -envname LINUXSOURCE -username delphix -password delphix
Waiting for all actions to complete. Parent action is ACTION-5877
Password change actions is completed with success for environment LINUXSOURCE.

Delphix

Clone this wiki locally