-
Notifications
You must be signed in to change notification settings - Fork 33
dx_get_autostart
Marcin Przepiorowski edited this page Jan 10, 2019
·
4 revisions
dx_get_autostart [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
[ -group group_name | -dbname db_name | -host host_name ]
[ -help|? ]
[ -debug ]
Get status of VDB auto start
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
- -help Print this screen
- -debug Turn on debugging
Displaying status for all VDB's
dx_get_autostart -d Landshark51
Appliance Database name Group name Autostart
-------------------- ------------------------------ ------------------------------ ----------
Landshark51 test1 Analytics yes
Landshark51 testdx Analytics yes
Landshark51 testsys Analytics no
Displaying status for VDB called testsys
dx_get_autostart -d Landshark51 -dbname testsys
Appliance Database name Group name Autostart
-------------------- ------------------------------ ------------------------------ ----------
Landshark51 testsys Analytics no
Delphix