dx_set_autostart - delphix/dxtoolkit GitHub Wiki
SYNOPSIS
dx_set_autostart [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
[ -group group_name | -dbname db_name | -host host_name ]
-autostart yes|no
[ -help|? ]
[ -debug ]
DESCRIPTION
Set autostart for VDB
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
- -group Group Name
- -dbname Database Name
- -host Host Name
- -reponame name Filter using reponame
- -autostart yes|no Set autostart to yes or no value
OPTIONS
- -help Print this screen
- -debug Turn on debugging
EXAMPLES
Set autostart to yes for database testsys
dx_set_autostart -d Landshark51 -dbname testsys -autostart yes
Autostart on database testsys was set to yes