Skip to content

dx_set_key

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

SYNOPSIS

dx_set_key  [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
              -group group_name | -name db_name | -host host_name
              <-key password>

[-help] [-debug]

DESCRIPTION

Set an encryption password for MS SQL and Sybase dSource specified by filter parameter

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 Display databases on all Delphix appliance
  • -configfile file Location of the configuration file. A config file search order is as follow:
  • configfile parameter
  • DXTOOLKIT_CONF variable
  • dxtools.conf from dxtoolkit location
  • -key password Specify an encryption password

Filters

Filter databases using one of the following filters

  • -group Group Name
  • -name Database Name
  • -host Host Name

OPTIONS

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

EXAMPLES

Set backup encryption key for database "Sybase dsource"

dx_set_key -d Landshark51 -name "Sybase dsource" -key "SecurePassword"
Encryption key for database Sybase dsource set with success.

Remove backup encryption key from database "Sybase dsource"

dx_set_key -d Landshark51 -name "Sybase dsource" -key ""
Encryption key for database Sybase dsource set with success.

Delphix

Clone this wiki locally