Skip to content

dx_get_namespace

Marcin Przepiorowski edited this page Nov 2, 2022 · 1 revision

SYNOPSIS

dx_get_namespace   [ -engine|d <delphix identifier> | -all ] 
                   [ -namespacename name ]
                   [ -configfile file ]
                   [ -format csv|json ]  
                   [ -help|? ] 
                   [ -debug ]

DESCRIPTION

Get the information about engine replication.

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

OPTIONS

  • -namespacename name Limit output to single namespace
  • -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

List replication jobs, status and schedule

dx_get_namespace -d dxtest

Appliance  Namespace            Last complited run   Objects
---------- -------------------- -------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
dxtest     localhost-3          2022-10-27 14:00:25  los/maskvdb,Untitled/AdventureWorks2012,Untitled/clonik,Untitled/oratest,Untitled/PDBPIPE,Untitled/PDBPROD,Untitled/test19,Untitled/test19mt
dxtest     localhost-5          2022-10-27 12:09:08  los/maskvdb,Untitled/PDBPROD,Untitled/test19,Untitled/test19mt
dxtest     localhost-7          2022-10-27 12:52:36  los/maskvdb,Untitled/test19mt

Delphix

Clone this wiki locally