...
- Online
The Online installation is for target machines that have an active connection to the internet that allows YUM to retrieve the latest version of packages required for the installation. - Offline
The Offline installation is for target machines that are not connected to the internet. When the installation script (install.sh) is run YUM is pointed to the /mnt/opt/infinit.e-install/rpms directory where the required RPMs and their dependencies are located.
Text
Infinit.e's architecture consists of two different types of server nodes:
- Infinit.e API Server Node
API nodes - Infinit.e DB Server Node
DB nodes
The installation mode and node type can be specified during installation via the use of command line arguments (see Running install.sh below).
Note: The following is a list of packages installed on the target machine based on the type of node being installed:
| API Node | DB Node |
---|---|---|
Createrepo | X | X |
Jpackage-utils | X | X |
yum-priorities | X | X |
s3cmd | X | X |
Java | X | X |
Tomcat 6 | X | X |
Splunk | X | X |
MongoDB | X | X |
Curl | X | X |
Hadoop | X |
|
Hue | X |
...
Installation of the RPM
Once infinit.e.CentOS.build RPM has been copied to the target machine execute the following command (assuming that you are within the same directory in which the RPM is located):
...