
To install TimesTen 18.1 on your host, create a directory to contain the software and uncompress the downloaded zip file into that directory. (You will need the Linux unzip utility in order to uncompress the downloaded file.) Once the downloaded software is uncompressed, then the installation is complete!
In this example we will install TImesTen to the /grid/sw directory. The original file that was downloaded from Oracle is in /tmp.
$ cd /grid/sw $ unzip /tmp/timesten181110.server.linux8664.zip ... $
You must also make sure that your Linux kernel is properly configured to run TimesTen. Since in this experiment we are installing everything on one host for experimentation, we can skip a few configuration parameters that would be required for a production environment.
% sudo vi /etc/sysctl.conf ... kernel.shmmax=51539607552 kernel.shmall=14680064 kernel.sem = 4000 400000 2000 2560
Once /etc/sysctl.conf is configured, run “sudo /sbin/sysctl -p” to reconfigure the kernel without needing to reboot.
Once this is done, then you are ready to go to the next step(step 2) in the Scaleout easy configuration blog.
Disclaimer: These are my personal thoughts and do not represent Oracle’s official viewpoint in any way, shape, or form.
