Page 1 of 1
Nagios XI deploy on AWS Cloud
Posted: Wed Oct 01, 2014 10:57 am
by shailu2014
Hi,
Please can someone tell me that Nagios XI will work on which Amazon Machine Image Instance......
1. Amazon Linux AMI 2014.09 (HVM)
2. Red Hat Enterprise Linux 7.0 (HVM)
3. SuSE Linux Enterprise Server 11 SP3 (HVM), SSD Volume Type
4. Ubuntu Server 14.04 LTS (HVM), SSD Volume Type
5. Amazon Linux AMI 2014.09 (PV)
6. Red Hat Enterprise Linux 6.5 (PV)
7. SuSE Linux Enterprise Server 11 SP3 (PV), SSD Volume Type
8. Ubuntu Server 14.04 LTS (PV), SSD Volume Type
Thanks,
Sjain
Re: Nagios XI deploy on AWS Cloud
Posted: Wed Oct 01, 2014 5:04 pm
by lmiltchev
We have available clean centOS 6 with Nagios XI pre-installed available for public and customer use. Please, follow the steps, outlined in this document:
http://assets.nagios.com/downloads/nagi ... -Cloud.pdf
Re: Nagios XI deploy on AWS Cloud
Posted: Wed Oct 01, 2014 11:36 pm
by shailu2014
Hi lmiltchev,
Thanks for reply and working fine,
I want to know one more thing that can we install manually Nagios XI by source Installer and please let me know on which Instance I can install it by manually.
Thanks,
Sjain
Re: Nagios XI deploy on AWS Cloud
Posted: Thu Oct 02, 2014 10:47 am
by sreinhardt
You absolutely can deploy from source if you wish. I know that it will work with RHEL 6.5, you might have mixed success with RHEL 7(we don't officially support it yet), and amazon ami images could work with minor install tweaking since they are centos systems, but again not technically supported. Stick with either RHEL or CentOS 6.x and older and you can use anything that falls within that category.
Re: Nagios XI deploy on AWS Cloud
Posted: Fri Oct 10, 2014 3:45 am
by shailu2014
Hi sreinhardt,
I trying to install the Nagios XI manually by source Installer on AWS cloud, Linux Flavour is Red Hat Enterprise Linux Server release 6.5 (Santiago).
When I am trying to install the Nagios XI it is giving the error (error mentioned below) and attached the install.log file.
[root@ip-15-0-0-x nagiosxi]# ./fullinstall
========================
Nagios XI Full Installer
========================
This script will do a complete install of Nagios XI by executing all necessary sub-scripts.
IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system that has been tasked with other purposes or has an existing install
of Nagios Core. To create such a clean install you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-yum'...
Configuring Yum...
ERROR: unable to read system id.
package centos-release is not installed
Unable to locate SystemId file. Is this system registered?
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-channel command.
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './0-yum'
Kindly suggest to resolve the issue....
Thanks,
Sjain
Re: Nagios XI deploy on AWS Cloud
Posted: Fri Oct 10, 2014 4:59 pm
by sreinhardt
It looks like you haven't enable the optional channels. Try:
Code: Select all
yum install yum-utils
yum-config-manager --enable rhel-6-server-optional-rpms
Also please note, that your redhat system must still have valid access to all standard yum repositories. I am not sure if AWS makes you apply your own key or not.
Re: Nagios XI deploy on AWS Cloud
Posted: Fri Oct 17, 2014 1:20 am
by shailu2014
hi Sreinhardt,
I have gone through with your steps but still getting same error (error mentioned below).
[root@ip-10-0-0-161 nagiosxi]# ./fullinstall
========================
Nagios XI Full Installer
========================
This script will do a complete install of Nagios XI by executing all necessary sub-scripts.
IMPORTANT: This script should only be used on a 'clean' install of CentOS or RedHat. Do NOT use this on a system that has been tasked with other purposes or has an existing install
of Nagios Core. To create such a clean install you should have selected ONLY the 'Base' package in the OS installer.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Checking MySQL credentials...
MySQL not yet installed - that's okay.
Running './0-yum'...
Configuring Yum...
ERROR: unable to read system id.
package centos-release is not installed
Unable to locate SystemId file. Is this system registered?
ERROR: Please add the 'Optional' channel to your Red Hat systems subscriptions.
You can do so in the Redhat Network web interface or using the rhn-channel command.
or, install the yum-utils package and use the following command:
yum-config-manager --enable rhel-6-server-optional-rpms
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './0-yum'
[root@ip-10-0-0-161 nagiosxi]#
Kindly suggest.....
Thanks,
Sjain
Re: Nagios XI deploy on AWS Cloud
Posted: Fri Oct 17, 2014 9:37 am
by slansing
You will need to talk to your RHEL admin to get that in place, that is a RHEL specific issue which he/she should be able to handle as it can deal with your licensing/versioning, as well as being environment specific in some cases.
Re: Nagios XI deploy on AWS Cloud
Posted: Fri Oct 17, 2014 10:32 am
by shailu2014
Thanks for help..
I have try to get the help from RHEL support team but not get any sucess Please let me know can I use other AWS Image also to install the Nagios XI manually by source Installer on AWS cloud.
Thanks,
SJain
Re: Nagios XI deploy on AWS Cloud
Posted: Fri Oct 17, 2014 10:48 am
by slansing
We did cover that, and you are currently stuck getting access to the OPTIONAL RHEL channels, if the commands sreinhardt gave you are not working you will need to get in contact with your RHEL admin as I mentioned. If you had access to a CENTOS server, you would not be required to register with the OPTIONAL channels.