› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Help Installing Data Integrator
Cloverleaf 5.6 on Solaris 10
I
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!!
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
#
Russ Ross
RussRoss318@gmail.com
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*****
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
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