Skip to content

dx_get_source_info

Marcin Przepiorowski edited this page Aug 18, 2022 · 5 revisions

SYNOPSIS

dx_get_source_info    [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
                      [ -group group_name | -name db_name | -host host_name ]
                      [ -format csv|json ]
                      [ -details ]
                      [ -help|? ]
                      [ -debug ]

DESCRIPTION

Get the information about source databases.

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 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

Filters

Filter databases using one of the following filters

  • -group Group Name
  • -name Database Name
  • -host Host Name
  • -envname Environment name

OPTIONS

  • -details Display Validated Sync details
  • -format Display output in csv or json format If not specified pretty formatting is used.
  • -help Print this screen
  • -debug Turn on debugging
  • -nohead Turn off header output

EXAMPLES

Display information about data sources

dx_get_source_info -d Landshark5

Appliance  Database                       Group           Data Source                    Log Sync   BCT
---------- ------------------------------ --------------- ------------------------------ ---------- ----------
Landshark5 AdventureWorksLT2008R2         Sources         AdventureWorksLT2008R2         INACTIVE   N/A
Landshark5 Oracle dsource                 Sources         orcl                           INACTIVE   UNKNOWN
Landshark5 PDB                            Sources         PDB                            ACTIVE     UNKNOWN
Landshark5 RMAN dsource                   Sources         rmantest                       INACTIVE   UNKNOWN
Landshark5 Swingbench                     Sources         Swingbench dir                 INACTIVE   N/A
Landshark5 Sybase dsource                 Sources         pubs3                          INACTIVE   N/A
Landshark5 orcl_tar                       Sources         orcl_tar                       INACTIVE   UNKNOWN
Landshark5 racdba                         Sources         racdba                         INACTIVE   UNKNOWN
Landshark5 singpdb                        Sources         singpdb                        ACTIVE     DISABLED

Delphix

Clone this wiki locally