-
Notifications
You must be signed in to change notification settings - Fork 33
dx_ctl_maskingjob
Marcin Przepiorowski edited this page Jan 10, 2019
·
3 revisions
dx_ctl_maskingjob [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
-name maskingjo_name
-action assign|unassign
[ -group group_name | -dbname db_name | -host host_name | -type dsource|vdb ]
[ -help|? ]
[ -debug ]
Control a masking jobs on virtualization engine
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
-
-name maskingjob_name Name of masking job
-
-action assign|unassign Action to run on job:
- assign - unassign
Filter databases using one of the following filters
- -group Group Name
- -dbname Database Name
- -host Host Name
- -type Type (dsource|vdb)
- -envname Environment name
- -help Print this screen
- -debug Turn on debugging
Assign job "JOB2" to database autoprov
dx_ctl_maskingjob -d Delphix32 -name JOB2 -dbname "autoprov" -action assign
Masking job JOB2 assigned to database autoprov
Unassign job "JOB2" from database
dx_ctl_maskingjob -d Delphix32 -name JOB2 -action unassign
Masking job JOB2 unassigned from database
Delphix