Help Center> Data Warehouse Service (DWS)> Tool Guide> DSC> Using DSC> Downloading and Installing DSC
Updated on 2024-04-28 GMT+08:00

Downloading and Installing DSC

Before using DSC, install it on a Linux or Windows server. DSC supports 64-bit Linux OSs. For details about other OSs supported by DSC, see Table 4.

Prerequisites

  • In Linux, do not install or perform operations on DSC as the root user. To execute the install.sh script, you must have the permission for creating folders.
  • The size of the target folder must be at least four times that of the SQL files in the input folder.

    For example, if the size of the SQL files in the input folder is 100 KB, the target folder must have available disk space of at least 400 KB to process the SQL files.

    • To query the available disk space of the target folder in Linux, run the following command:
      df -P <Folder path>
    • To query the size of the input file in Linux, run the following command in the directory where the file resides:
      ls -l
  • JRE 1.8 or later and Perl have been installed. For details about the hardware and software requirements, see Operating Environment.
    To check the installed Java version and set the Java path, perform the following steps:
    1. Check whether the Java version meets requirements.
      java -version
    2. Ensure that the Java path is correctly set.
      • Linux
        1. Check whether the Java path is correctly set.
          echo $JAVA_HOME
        2. If no information is returned, add the following two lines to the .bashrc file of the current user, save the modification, and exit.
          Assume that the Java installation path is /home/user/Java/jdk1.8.0_141.
          export JAVA_HOME=/home/user/Java/jdk1.8.0_141
          export PATH=$JAVA_HOME/bin:$PATH
        3. Activate Java environment variables.
          source ~/.bashrc
      • Windows
        1. Right-click My Computer and choose Properties from the shortcut menu. The System window is displayed.
        2. Click Advanced System Settings. The System Properties dialog box is displayed.
        3. On the Advanced tab page, click Environment Variables. The Environment Variables dialog box is displayed.
        4. Select Path in the System variables area. Click Edit and check the Java installation path.

          If the Java installation path does not exist or is incorrect, add the Java path of this PC to Path.

          Assume that the Java installation path is C:\Program Files\Java\jdk1.8.0_141\bin and the environment variable in Path is c:\windows\system32;. Set Path to c:\windows\system32;C:\Program Files\Java\jdk1.8.0_141\bin;.

Downloading DSC

  1. Log in to the GaussDB(DWS) management console . In the navigation tree on the left, choose Client Connections.
  2. On the Download Client and Driver page, click here to download the DSC software package.

    Figure 1 Downloading the DSC client

  3. Decompress the downloaded client software package to a user-defined path.

Installing DSC

DSC is a command line tool running on the Linux or Windows operating system. It can be used without installation. After downloading the software package, you can decompress it to use it.

Windows:

  1. Decompress the DSC.zip package.

    The DSC folder is generated.

    You can decompress DSC.zip to any folder you need.

  2. Go to the DSC directory.
  3. Find and check the files in the DSC directory.

    Table 1 describes the obtained folders and files.

Linux:

  1. Extract files from DSC.zip.

    sh install.sh

  2. Go to the DSC directory.

    cd DSC

  3. Check the files in the DSC directory.

    ls 
    config   lib   scripts   bin  input output runDSC.sh  runDSC.bat

Table 1 DSC directory

Folder or File

Description

DSC

bin

DSC-related JAR package (executable)

config

Configuration file of DSC

input

Input folder

lib

Library files required for the normal running of DSC

output

Output folder

scripts

Customized configuration scripts for Oracle and Teradata migration, which can be executed to implement corresponding functions

runDSC.sh

Application executed on the Linux OS

runDSC.bat

Application executed on the Windows OS

changelog

To notify users of the current modifications

Install.sh

To set the file permissions for DSC

readme.txt

Instructions of installation and configuration

If you do not need DSC, you can uninstall it by deleting the DSC folder.