Deployment Sources
The following primary deployment sources are available:
Tar/GZip packages: Using the TAR/GZip package creates a local directory that enables you to perform installs and updates from the extracted 'staging' directory.
All packages are named according to the product, version number, build release and extension. For example:
tungsten-clustering-9.0.0-1.tar.gz
The version number is 9.0.0 and build number is 1. Build numbers indicate which build a particular release version is based on, and may be useful when installing patches provided by support.
Using the TAR/GZipped files
To use the TAR/GZipped packages, download the files from the Continuent Download Portal, to your machine and unpack them:
shell> cd /opt/continuent/software
shell> tar zxf tungsten-clustering-9.0.0-1.tar.gz
This will create a directory matching the downloaded package name, version, and build number from which you can perform an install. To use, you will need to configure and initiate the Ansible deployment from within then ansible directory of the extracted package.
For more details on how to configure and deploy the cluster, see "Deploying a Cluster"