Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  DXtoolkit- config file

    Posted 10-03-2024 07:02:00 AM

    Hi Team, since 2 years am using the dxtoolkit to generate the VDB's report. Recently we have modified the our Delphix URLS to connect from IP address to Logical names, with that effect we have also changed the network settings from  (HTTP and HTTPS only  ) to HTTPS only.

    EX:

    Old URL- http://10.214.55.xx/login 

    New URL https://pdelphixaxxx.de.com/login

    hence as per the dxtoolkit suggestion  I have replaced values like below.

    Old:

    "data":[
            {
                "hostname" : "AWS",
                "ip_address" : "10.241.xxx.xxx",
                "username" : "kartmuthyala",
                "password" : "xxxxxxxxx",
                "port" : "80",

                "default" : "false",
                 "encrypted" : "false",
                "timeout" : "60"
            },

    New: 

    "data":[
            {
                "hostname" : "AWS",
                "ip_address" : "pdelphixawxxxx",
                "username" : "kartmuthyala",
                "password" : "xxxxxxxxx",
                "port" : "80",
                "default" : "false",
                "encrypted" : "false",
                "timeout" : "60"

                "protocal" : "https"

            },

    Now the problem is after replacing the IP address with logical name in dxtool config file its keep failing with error message saying, system cannot find the ipaddess.

    What went wrong in this ? Could you please suggest me how to fix this issue?



    ------------------------------
    Karteek Muthyala
    Information Security Engineer
    Wells Fargo Bank, N.A.
    ------------------------------


  • 2.  RE: DXtoolkit- config file

    Posted 10-03-2024 08:08:00 AM

    Hello Karteek,

    In the new settings the port should be "443" for the HTTPS protocol.

    I see you have the new host's shortname only as well, is that sufficient or should it be in the fqdn?



    ------------------------------
    Newton Nyante
    Senior Technical Support Engineer
    Delphix
    ------------------------------



  • 3.  RE: DXtoolkit- config file

    Posted 10-03-2024 08:39:00 AM

    Thank you Newton 

    Awesome, I have missed the port no 443. Thank you very much for our quick help. its working now



    ------------------------------
    Karteek Muthyala
    Information Security Engineer
    Wells Fargo Bank, N.A.
    ------------------------------