Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  Not able to connect with the Masking engine with DXMC toolkit

    Posted 10-28-2021 07:07:00 AM
    Hello Team,

    I have already configured two engine with the dxmc with HTTPS and port 8443.
    now trying to add the 3rd engine with the same configuration, but getting error while connecting with that port.
    My question is :
    1. Where to check the port of the masking engine that we need to configure into dxmc utility ?

    I have tried with port 8080, 80,8282 and 8443 also.
    Kindly let me know from where i will get correct port information
    Error:
    Can't login to engine va0260 (IP: 10.61.126.98)
    EXCEPTION: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='10.61.126.98', port=8284): Max retries exceeded with url: /masking/api/system-information (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f66d60a0e48>: Failed to establish a new connection: [Errno 111] Connection refused',))

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


  • 2.  RE: Not able to connect with the Masking engine with DXMC toolkit

    Posted 10-28-2021 07:47:00 AM
    Since version 5.3.3, Masking Engines are accepting HTTPs connections on port 443. Engines upgraded from prior versions also accept connections on port 8443 for backwards compatibility, but this is considered legacy behavior at this point.

    ------------------------------
    Eyal Kaspi
    Senior Staff Engineer
    Delphix
    ------------------------------



  • 3.  RE: Not able to connect with the Masking engine with DXMC toolkit

    Posted 10-28-2021 08:09:00 AM
    Kindly let me know which port i need to use?
    engine version is 6.0.8

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



  • 4.  RE: Not able to connect with the Masking engine with DXMC toolkit
    Best Answer

    Posted 10-28-2021 08:29:00 AM
    Use port 443

    ------------------------------
    Eyal Kaspi
    Senior Staff Engineer
    Delphix
    ------------------------------



  • 5.  RE: Not able to connect with the Masking engine with DXMC toolkit

    Posted 10-29-2021 12:07:00 AM
    Thanks Eyal,

    I can connect to masking engine with the Help of port 443.

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



  • 6.  RE: Not able to connect with the Masking engine with DXMC toolkit

    Posted 10-29-2021 02:47:00 AM
    The default port is since the introduction of the proxy the port 80 ... it will redirect automatically to the right port.

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



  • 7.  RE: Not able to connect with the Masking engine with DXMC toolkit

    Posted 10-29-2021 04:53:00 AM
    Hello Tino,
    I have tried with 80 but shows below exception, however working fine with port 443.

    Can't login to engine va0244 (IP: 10.61.126.99)
    EXCEPTION: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='10.61.126.99', port=80): Max retries exceeded with url: /masking/api/system-information (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f87703cbeb8>: Failed to establish a new connection: [Errno 111] Connection refused',))

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