Single NodeΒΆ
The procedure to install additional NetEye components is divided into three steps, the second of which requires to run different commands depending on the type of the component.
The first step is to update the NetEye single instance, during which all bug-fixes are installed and the list of packages updated.
Then, install the NetEye Component. Depending on the type of component, use one of the following commands.
NetEye Module
Take the appropriate Yum group name from the NetEye Modules table and run:
neteye# dnf -y groupinstall {yum-group-name} --enablerepo=neteye
Beta Software
Before installing packages from the neteye-beta repository, it is required to enable it with command
neteye# dnf -y install neteye-testing --enablerepo=neteye
Next, find the package name using the command shown in Section Beta Software, then issue the following command to install it.
neteye# dnf -y install {package_name}-{version} --enablerepo=neteye-beta
As last step, run neteye install
Once done, please follow the directions given in section Accessing the New Module, to complete the overall installation.