Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  Imported Enviornment is not displayed with dxmc utility

    Posted 10-13-2021 08:43:00 AM
    hello All,

    I have imported Enviornment from Engine A to Engine B
    I could see those enviornment in engine A with dxmc command
    ./dxmc environment list --engine A
    same envirnments are present in Engine B, however i could not see with dxmc command ( in UI i could see)
    ./dxmc environment list --engine B
    i have configured engine with admin user only.

    Kindly let me know how to list the imported environment or how to perfrom operations on imported envirnments with the help on dxmc utility


    ------------------------------
    Pankaj Asegaonkar
    Delphix Community Members
    ------------------------------


  • 2.  RE: Imported Enviornment is not displayed with dxmc utility

    Posted 10-18-2021 05:36:00 AM
    Could you please help me here ...!!

    ------------------------------
    Pankaj Asegaonkar
    Delphix Community Members
    ------------------------------



  • 3.  RE: Imported Enviornment is not displayed with dxmc utility
    Best Answer

    Posted 10-18-2021 09:32:00 AM
    Edited by Michael Torok 10-18-2021 11:41:40 AM

    Hello,
    if you used an account that has ADMIN = true permission it should be able to see all environments

    engineA=192.168.178.1
    engineB=192.168.178.2

    engineA has environment envA and envB
    Sync environment envA from engineA to engineB
    Sync environment envB from engineA to engineB

     Now you should be able to list environments from engineB with:

    dxmc environment list --engine engineB and you should get two entries: envA and envB

    To sync ONE environment from engineA to engineB you need TWO calls :

    1) dxmc sync >> arguments (export envA from engineA to fileA)

    2) dxmc sync import >> arguments (import envA on engineB from fileA)

    Hope this helps.



    ------------------------------
    Tino Pironti
    Technical Manager
    Delphix
    ------------------------------