...
The infinit.e.CentOS.build RPM contains a collection of packages, data files, and scripts that are necessary to prepare a clean CentOS based server for the installation of IKANOW's Infinit.e.
The two types of installation modes supported are:
- 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.
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):
...
Code Block |
---|
/mnt/opt/infinit.e-install |
Running install.sh
Online API Node
By default install.sh will create an API Node on a machine that is connected to the internet when you type the following command.
Code Block |
---|
sh install.sh
|
Alternatively you could explicitly pass the install mode and node type arguments as shown below.
Code Block |
---|
sh install.sh online apinode
|
Online DB Node
To install a connected DB Node type:
Code Block |
---|
sh install.sh online dbnode
|
Offline API Node
Code Block |
---|
sh install.sh offline apinode
|
Offline DB Node
Code Block |
---|
sh install.sh offline dbnode
|
test