Delphix Products

  • 1.  dx_get_hierarchy

    Posted 05-30-2018 04:59:00 PM
    How to find out which one(s) is the child of a dsource from dx_get_hierarchy?
    Please see the following output from my delphix environment:

    PS D:\delphix\scripts\bin> dx_get_hierarchy -engine delphixoracleengine -dsource alli_source -printhierarchy p2c
    delphixoracleengine : alli_source --> alli_source --> alli_source
    delphixoracleengine : alli_source --> alli_source

    PS D:\delphix\scripts\bin> dx_get_hierarchy -engine delphixoracleengine -dsource alli_source -format csv
    #Appliance,Database,Group,Type,dSource,dS time,Physical DB,First child DB
    delphixoracleengine,alli_source,sqldsmra_group,VDB,alli_source,2018-05-29 03:31:21 EDT,alli_source,alli_source
    delphixoracleengine,alli_source,sqlusmra_group,VDB,alli_source,2018-05-29 03:31:21 EDT,alli_source,alli_source

    Or any other command that I can use to find out the relationship between source and target other than dx_get_hierarchy ?


  • 2.  RE: dx_get_hierarchy
    Best Answer

    Posted 05-31-2018 03:58:00 PM
    Hello Albert,
                      Please look into dx_get_db_env script too. This will list down the mapping for environments, VDBs, Sources etc. This script can also display the result in CSV or JSON format, using -format option.

    Hope this helps.

    ~Jatinder