Configuring Open Client Drivers on UNIX and Linux

Set up the Open Client drivers for Sybase IQ 15.3 on UNIX and Linux.

  1. Navigate to the installation directory and use a text editor to open the GridNode.sh file.
  2. Set the environment variables by uncommenting these lines:
    #SYBASE=<install_dir>/ocs
    #export SYBASE
    #SYBASE_OCS=OCS-15_0
    #export SYBASE_OCS
    #LD_LIBRARY_PATH=<install_dir>/ocs/OCS15_0/lib:${LD_LIBRARY_PATH}
    #export LD_LIBRARY_PATH
    #LIBPATH=<install_dir>/ocs/OCS-15_0/lib:${LIBPATH}
    #export LIBPATH
  3. Create an entry for your server in the <install_dir>/ocs/interfaces file.
    For example:   
    myiqserver
    master tcp ether myiqhost 2638
    query tcp ether myiqhost 2638