At first, CUBRID Migration Toolkit should be installed the JRE(Java Runtime Environment), because of running on Java envrionment. You are able to download the JRE on the following URL and please install the JRE installer.
※ You should be download and install the Java SE 6 Update 30 (in January, 2012).
You are able to download CUBRID Migration Toolkit by HTTP/FTP way, please download recently released binary on followings URL.
For instance, your CUBRID DBMS version is 8.4.1, you should be download CUBRID Migration Toolkit 8.4.1.
CUBRID Migration Toolkit is consists of Client and Server. If you use old version of CMT(before 8.4.1 version) and you also need a remote migration, you should be install CUBRID Migration Toolkit Server before migrate some database.
But, It is not needed and not support CUBRID Migration Toolkit Server after CUBRID Migration Toolkit 8.4.1.
If you run CUBRID Migration Toolkit Server, you should be install Java Runtime Environment(JRE) above 1.6 version and CUBRID database.
If you install CUBRID Migration Toolkit Server on Windows, you have only to unzip it. If you unzip it, you can see CUBRID and several directories on there.
After you download and unzip it, you also have to set environment variable as CMT_HOME.
If you run CUBRID Migration Toolkit Server, you should be install Java Runtime Environment(JRE) above 1.6 version and CUBRID database.
If you install CUBRID Migration Toolkit Server on Linux, you have only to unzip tar.gz file. If you unzip it, you can see CUBRID and several directories on there.
After you download and unzip it, you also have to set environment variable as CMT_HOME. If your system use the bash, you can add followings on .bashrc file for CMT_HOME environment variable.
export CMT_HOME=/home/cubrid/CUBRID/cubridmigration_server
export PATH=$PATH:/home/cubrid/CUBRID/cubridmigration_server
After you modified .bashrc file, you can update to use the following command.
. ~/.bashrc
After you have setting CMT_HOME variable, you can start CUBRID Migration Toolkit Server as the following.
./cmt_server start
If you want to stop CUBRID Manager Server, you also input the following.
./cmt_server stop
When it start by using ./cmt_server start command, you can set for convenient the CMT_HOME variable.