Skip to content

dx_get_autostart

Marcin Przepiorowski edited this page Feb 3, 2017 · 4 revisions

SYNOPSIS

dx_get_autostart [ -engine|d <delphix identifier> | -all ] 
                 [ -group group_name | -dbname db_name | -host host_name ]  
                 [ -help|? ] 
                 [ -debug ]

DESCRIPTION

Get status of VDB auto start

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

OPTIONS

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

EXAMPLES

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

Clone this wiki locally