Help Installing Data Integrator

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Help Installing Data Integrator

  • Creator
    Topic
  • #51787
    David Harrison
    Participant

      Posted in the correct place this time.

      Cloverleaf 5.6 on Solaris 10

      I

    Viewing 4 reply threads
    • Author
      Replies
      • #71748
        Chad Flodman
        Participant

          I have used the command line installation in the past and this worked for me.

          See Attachment for instructions for -console command line install.

          I’m in the process of beginnng to install and use Data Integrator also.  Another  suggestion is to install Data Integrator to your root level only ($HCIROOT) not the site directory ($HCISITEDIR) as it appears to me Data Integrator can run independant of the version of Cloverleaf.  This might make version updates smoother with little involvement of Data Integrator.  Like I said though I’m new to Data Integrator so when in doubt I lean toward what’s in the help files.  Good Luck!!

        • #71749
          Russ Ross
          Participant

            I wrote my own install scripts to install cloverleaf and attempted to pulled out the meaningful part to illustrate how I installed Cloverleaf 5.6 and the ODBC stuff.


            su root
            whoami

            df -kI /tmp ; # be sure you have 50 megabytes of /tmp space free
            touch /tmp/x.x ; # to see what files install creates later so you can know what to clean up
            bootinfo -K; # be sure your AIX is running 64 bit mode

            export CL_INSTALL_DIR=/quovadx/qdx5.6
            echo $CL_INSTALL_DIR > /tmp/.qdx5.6
            export DISPLAY=10.106.153.59:0.0
            cd /upgrade/56_aix53_copy_of_install_cd; ./aix.bin
            ln -sf /quovadx/qdx5.6/integrator/bin/hcitcl /usr/bin/hcitcl
            exit

            #———————————————————-
            # NOTE: advise to run install twice; once for cloverleaf and once for ODBC
            # use /quovadx/qdx5.6/integrator as root install dir for ODBC
            #
            # be sure to clean up /tmp of obvious install cluter
            [code]
            su root
            whoami

            df -kI /tmp ; # be sure you have 50 megabytes of /tmp space free
            touch /tmp/x.x ; # to see what files install creates later so you can know what to clean up
            bootinfo -K; # be sure your AIX is running 64 bit mode

            export CL_INSTALL_DIR=/quovadx/qdx5.6
            echo $CL_INSTALL_DIR > /tmp/.qdx5.6
            export DISPLAY=10.106.153.59:0.0
            cd /upgrade/56_aix53_copy_of_install_cd; ./aix.bin
            ln -sf /quovadx/qdx5.6/integrator/bin/hcitcl /usr/bin/hcitcl
            exit

            #


            # NOTE: advise to run install twice; once for cloverleaf and once for ODBC
            # use /quovadx/qdx5.6/integrator as root install dir for ODBC
            #
            # be sure to clean up /tmp of obvious install cluter

            Russ Ross
            RussRoss318@gmail.com

          • #71750
            David Harrison
            Participant

              I’ve tried installing with the command line ./odbc/install. I have the Cloverleaf installation files in a directory on the same server.

              The install is still failing:

            • ###

              What Cloverleaf Integration Services root do you wish to install the ODBC files?

              ? /export/quovadx/qdx5.6/integrator

              Is “/export/quovadx/qdx5.6/integrator” correct? [y]

              No existing ODBC installs.

              Do you want to continue? [y]

              *****Extracting data for install*****

              tar: /export/quovadx/qdx5.6/integrator/tcl/temp/Connect5.2/client/Connect5.2_Sun

              OS.tar: No such file or directory

              *****Edit pkgIndex.tcl file*****

              tar: /export/quovadx/qdx5.6/integrator/tcl/temp/Connect5.2/tclExtension/SunOS.ta

              r: No such file or directory

              mv: cannot access pkgIndex.tcl

              *****Copy ODBC documentation*****

        • #71751
          David Harrison
          Participant

            HELP!!

            I’ve now screwed up my Cloverleaf root and as a consequence I can’t use the GUI. I’ve tried the setroot and hcisetenv commands without success

            Code:

            joshua % setroot /export/quovadx/qdx5.6/integrator
            WARNING: /export/quovadx/qdx5.6/integrator/lib/Connect5.2/odbcInfo not present o
            r not readable
            Unable to get ODBC environment

            joshua % hcisetenv -root -ksh /export/quovadx/qdx5.6/integrator
            -ksh/rootInfo is not a plain, readable file

            I’ve re-created the rootInfo file but get the same result

          • #71752
            David Harrison
            Participant

              Panic over. I deleted the /export/quovadx/qdx5.6/integrator/lib/Connect5.2/odbcInfo file.

            • Viewing 4 reply threads
              • The forum ‘Cloverleaf’ is closed to new topics and replies.