Install TimesTen Scaleout

Unpack a TimesTen Scaleout distribution in the location you defined for the host of your active management instance. For this example, the location is the /grid directory on the host1 host. TimesTen Scaleout automatically sets /grid/tt22.1.1.18.0 as the location for the installation of the management instance when the grid is created.

Note:

Unless stated otherwise and up to the end of this appendix, you should run all commands on the system that you defined for the host of the active management instance.

% mkdir -p /grid
% unzip /mydir/timesten2211180.server.linux8664.zip -d /grid
...

See Installing TimesTen Scaleout.

Set Passwordless SSH Between All Hosts

Use the ttGridAdmin gridSshConfig command to set up the required passwordless SSH access between the internal network addresses of all hosts for the instance administrator.

% /grid/tt22.1.1.18.0/bin/ttGridAdmin gridSshConfig
 -mgmtAddress int-host1 int-host2
 -dataAddress int-host3 int-host4 int-host5 int-host6 int-host7 int-host8

See Setting Passwordless SSH.