

The following image is showed when the installer is booting. It would be used the command db2_install if you want to perform the installation by command line, but I will do it using the graphical interface, use the command.
#Ibm data studio client download install#
The system shows a message that the requirements are met and a warning about the "kernel-source", do not consider the warning because this requirement is necessary when we want to install pureScale, that funcionality is not part of this guide. Unzip the file with the command: #tar -xzvf v11.1_linux圆4_server_t.tar.gz Start the installationĪfter unzipping the file a server_t folder is created, enter to this directory.Įxecute the following command to know if the server complies with the installation requirements. Open the terminal with the command line and connect with the root user: $su -Įnter to the folder where the file is (in my case): #cd /home/juanleon/Downloads We can save the file in the Downloads folder of the user that we are connected to.
#Ibm data studio client download download#
The download is free, the file name is v11.1_linux圆4_server_t.tar.gz In this portal you have to register first in order to get an user and password. Get the version of DB2 11 for Linuxįrom this url here, you can download the DB2 installer for Linux 64 bits. The port 50000 is used for DB2 remote conections, if you have a problem trying to connect to DB2 disable temporary the firewall during the installation process. Once, we add the port choose from the top of the screen Options and click on Reload Firewalld. Verify the ip address of the VM: #ifconfigĪdd the port 50000 to the Firewall, from the menu of Applications->Sundry->Firewall, add to the public zone the port 50000 in "runtime" and "permanent". Verify again the status of SELinux (it must be disabled): #sestatus For this, edit the configuration file and set SELINUX=disabled #vi /etc/selinux/configĪ good practice is always to have the latest updates installed, use the command: #yum -y updateĪlso, install the following packages: #yum -y install cpp.x86_64 gcc.x86_64 gcc-c++.x86_64 libstdc++.i686 pam.i686Ĭonnect to the root user, after the reboot: $su. If SELinux is in the disabled state, it is ok. For the installation of the database engine I am using a VM upon Oracle Virtual Box with a minimum configuration of: 2 vCPUs, 4 GBytes de RAM, 40 GBytes HD and "bridge adapter" for the network interface.įrom the terminal on the command line, connect with the root user: $su -Ĭheck if SELinux is active, with the command: #sestatus To install CentOS 7 you can execute the following procedure. Since it is necessary to dimension the workload that the database will perform through a capacity planning to have a correct configuration. It should not be used for groups of developers, do not consider for production environments. Important Note: This installation can be used for a development environment, application testing or as a laboratory to evaluate some functionality of this software. In this short guide we are going to install the IBM DB2 database engine version 11.1 for LUW (Linux, Unix, Windows) on CentOS 7.
