NagiosXI Install Issue
-
pshankland
- Posts: 15
- Joined: Thu Mar 01, 2012 7:21 am
NagiosXI Install Issue
Hi,
I am trialling out NagiosXI before purchase. I have a fresh install of CentOS 6.2 64Bit minimal and have followed the instructions set out here -->http://assets.nagios.com/downloads/nagi ... ons.pdf<--
When I have got to the ./fullinstall command the system waits for a bit and then produces the error within the screenshot.
I have also attached the install.log.
Thanks.
Pete.
I am trialling out NagiosXI before purchase. I have a fresh install of CentOS 6.2 64Bit minimal and have followed the instructions set out here -->http://assets.nagios.com/downloads/nagi ... ons.pdf<--
When I have got to the ./fullinstall command the system waits for a bit and then produces the error within the screenshot.
I have also attached the install.log.
Thanks.
Pete.
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI Install Issue
For some reason 6.2 came without curl...
Try
Try
Code: Select all
yum install curl -y
cd /tmp/nagiosxi
./fullinstall-
pshankland
- Posts: 15
- Joined: Thu Mar 01, 2012 7:21 am
Re: NagiosXI Install Issue
Unfortunatly, not the answer:
Any other suggestions?
Thanks.
Code: Select all
[root@ritim1 ~]# yum install curl -y
Loaded plugins: downloadonly, fastestmirror, presto
Loading mirror speeds from cached hostfile
* base: centos.mirror.easycolocate.nl
* extras: centos.mirror.transip.nl
* rpmforge: apt.sw.be
* updates: centos.mirror.easycolocate.nl
Setting up Install Process
Package curl-7.19.7-26.el6_1.2.x86_64 already installed and latest version
Nothing to do
[root@ritim1 ~]#
Thanks.
Re: NagiosXI Install Issue
Maybe it's the 64 bit O/S...Note: Nagios XI can only be installed on a RHEL or CentOS Linux server. We highly recommend installing Nagios XI on a 32-bit server to ensure maximum compatibility with other Nagios addons.
-
pshankland
- Posts: 15
- Joined: Thu Mar 01, 2012 7:21 am
Re: NagiosXI Install Issue
Yes it is behind a proxy but has all been configured:
I should say that I have installed the RPMForge repo as always install ClamAV. Would this be causing an issue?
Thanks.
Code: Select all
[root@ritim1 ~]# yum update
Loaded plugins: downloadonly, fastestmirror, presto
Loading mirror speeds from cached hostfile
* base: centos.mirror.easycolocate.nl
* extras: centos.mirror.transip.nl
* rpmforge: apt.sw.be
* updates: centos.mirror.easycolocate.nl
Setting up Update Process
No Packages marked for UpdateThanks.
-
pshankland
- Posts: 15
- Joined: Thu Mar 01, 2012 7:21 am
Re: NagiosXI Install Issue
But within the NagiosXI install document it states the following is a fully supported product:jglass wrote:Maybe it's the 64 bit O/S...Note: Nagios XI can only be installed on a RHEL or CentOS Linux server. We highly recommend installing Nagios XI on a 32-bit server to ensure maximum compatibility with other Nagios addons.
Thanks.CentOS 5 & 6 32-bit and 64-bit
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI Install Issue
Can you attach your install.log so we can take a closer look.
thanks.
thanks.
-
pshankland
- Posts: 15
- Joined: Thu Mar 01, 2012 7:21 am
Re: NagiosXI Install Issue
I included that in the first post.scottwilkerson wrote:Can you attach your install.log so we can take a closer look.
thanks.
Thanks.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI Install Issue
Your install log seems to be cut off, it doesn't even have the errors in it...
I'm not sure if it is caused by ClamAV or that you "pre-installed" repoforge, however from the document you said you followed:
I'm not sure if it is caused by ClamAV or that you "pre-installed" repoforge, however from the document you said you followed:
You may want to try to remove ClamAV and try again.Important: Nagios Enterprises highly recommends and will only support installing Nagios XI on a newly installed, “clean” system (a bare minimal install with nothing else installed or configured).
Attempting to install Nagios XI on a pre-existing system with other applications already installed can cause the Nagios XI installation process to fail, critical system components and settings (e.g. database servers) to be modified in a way that negatively affects other applications, and previously installed applications to be automatically upgraded or removed. While installing XI on a system with other applications is possible, it is not recommended due to the possible interactions and complexity of multiple components that are required for Nagios XI to function. If you choose to ignore these warnings, you do so at your own risk.