Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  How to install dxtoolkit on RHEL8

    Posted 05-29-2024 09:55:00 AM

    How to install dxtoolkit on RHEL8, I have unzipped the tar and can find the below files . Please provide me the steps to install it.

    drwxr-xr-x. 2 oracle dba        0 Apr  7  2023 dxtoolkit2
    -rwxrwxr--. 1 oracle dba 10151469 May 29 14:36 dxtoolkit2-v2.4.19.2-redhat8-installer.tar.gz
    drwxr-xr-x. 2 oracle dba        0 May 29 14:54 bin
     dx_toolkit-2.4.19.2 ]$ cd dxtoolkit2
    dxtoolkit2 ]$ ls -ltr
    total 12960
    -rwxrwxr--. 1 oracle dba 13265577 Apr  7  2023 runner
    -rwxrwxr--. 1 oracle dba     1571 Apr  7  2023 install.sh
    $



    ------------------------------
    Syed Rahil Akil Shahi
    Delphix Community Members
    ------------------------------


  • 2.  RE: How to install dxtoolkit on RHEL8

    Posted 05-29-2024 10:34:00 AM

    Hi,

    dxtoolkit installation is quite straightforward. run the install file and then configure the dxtools.conf file

    Additional information available at https://github.com/delphix/dxtoolkit/wiki#Installation

    dxtools.conf details

        {
            "data":[
                {
                    "hostname" : "Landshark",  #this is how you call the specific delphix engine from the command line with -d parameter
                    "ip_address" : "delphix01", #ip address or hostname
                    "username" : "admin",
                    "password" : "admin_user_password",
                    "port" : "80",
                    "default" : "false",
                    "encrypted" : "false",
                    "timeout" : "60"
                }
            ]
        }



    ------------------------------
    Rahim Cetinel
    Lead Dataops Architect | Delphix Blackbelt
    ------------------------------



  • 3.  RE: How to install dxtoolkit on RHEL8

    Posted 05-29-2024 10:40:00 AM

    Hi Rahim, Thanks for your reply . I am getting the below error when I executed install.sh

    dxtoolkit2 ]$ sh install.sh
    dx_config
    ln: failed to create symbolic link 'dx_config': Operation not supported
    dx_connection_check
    ln: failed to create symbolic link 'dx_connection_check': Operation not supported
    dx_create_env
    ln: failed to create symbolic link 'dx_create_env': Operation not supported
    dx_ctl_analytics
    ln: failed to create symbolic link 'dx_ctl_analytics': Operation not supported
    dx_ctl_bookmarks
    ln: failed to create symbolic link 'dx_ctl_bookmarks': Operation not supported
    dx_ctl_bundle
    ln: failed to create symbolic link 'dx_ctl_bundle': Operation not supported
    dx_ctl_config
    ln: failed to create symbolic link 'dx_ctl_config': Operation not supported



    ------------------------------
    Syed Rahil Akil Shahi
    Delphix Community Members
    ------------------------------



  • 4.  RE: How to install dxtoolkit on RHEL8

    Posted 05-29-2024 10:45:00 AM

    Looks like Linux level restriction. Any chance that you can check in with your Linux sysadmin?

     

     

     

    Rahim CETINEL 

    Lead DataOps Architect

    Delphix Blackbelt 

    +971509176453 

    +905334112490 


    Accuras DMCC
     
    DMCC Business Centre Unit No: 1518 
    PO Box 41174, Dubai,  UAE
    https://accuras.com  

     






  • 5.  RE: How to install dxtoolkit on RHEL8

    Posted 05-29-2024 11:11:00 AM

    Hi Rahim, I have installed , below are the files listed after installation. All the files are having symbolic link to runner

     dx_connection_check -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_create_env -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_analytics -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_bookmarks -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_bundle -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_config -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_db -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_dbhooks -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_dsource -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_engine_upgrade -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_env -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_jobs -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_js_bookmarks -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_js_branch -> runner
    lrwxrwxrwx 1 oracle dba        6 May 29 16:55 dx_ctl_js_container -> runner



    ------------------------------
    Syed Rahil Akil Shahi
    Delphix Community Members
    ------------------------------



  • 6.  RE: How to install dxtoolkit on RHEL8

    Posted 05-29-2024 11:21:00 AM
    Hi
    It means that the install is successful.
    Move forward with dxtools.config 
    Sent from my iPhone

    On 29 May 2024, at 19:11, Syed Rahil Akil Shahi via Delphix <Mail@delphix.com> wrote:

    
    Hi Rahim, I have installed , below are the files listed after installation. All the files are having symbolic link to runner dx_connection... -posted to the "Delphix Toolkits (dxToolkit and dxmToolkit)" community





  • 7.  RE: How to install dxtoolkit on RHEL8

    Posted 05-29-2024 11:11:00 AM

    Hello,

    Make sure that "/tmp" is not read only (has read and execute permissions).

    Also make sure that "/tmp" is not mounted with the "noexec" option:

    mount | grep tmp

    Thanks,

    Neal



    ------------------------------
    Neal Stack
    Senior Principal Technical Support Engineer
    Delphix
    ------------------------------