Installation

This chapter explains how to install the Tibero client in manual mode.

Installation in manual mode

  1. Prepare the installation file(tar.gz) and license file(license.xml).

  1. Create client account.

$ useradd -d /home/tibero7_client -g dba tibero7_client
$ passwd tibero7_client

  1. Unzip the binary archive.

$ ls
tibero7-bin-FS02-windows64_2008-269353-20240314021215.zip

$ unzip tibero7-bin-FS02-linux64_3.10-254994.tar.gz

  1. Configure the profile.

    Modify the content to suit the environment and add it to the profile of the client server.

  1. Copy the license file(license.xml) to the directory, $TB_HOME/license.

  1. Execute gen_tip.sh.

  1. Configure the network file (tbdsn). tbdsn.tbr file configures the server connection path, and it is located in $TB_HOME/client/config. Manually configure tbdsn.tbr as the following guide.

  1. Access to Tibero Server with Tibero Client.

Last updated