-
Notifications
You must be signed in to change notification settings - Fork 35
dx_set_autostart
Marcin Przepiorowski edited this page Dec 23, 2021
·
4 revisions
dx_set_autostart [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
[ -group group_name | -dbname db_name | -host host_name ]
-autostart yes|no
[ -help|? ]
[ -debug ]
Set autostart for VDB
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
- -help Print this screen
- -debug Turn on debugging
Set autostart to yes for database testsys
dx_set_autostart -d Landshark51 -dbname testsys -autostart yes
Autostart on database testsys was set to yes
Delphix