Installation Error
-
desmondlewissmith
- Posts: 21
- Joined: Wed Jul 27, 2011 2:19 pm
- Location: Richardson, TX
- Contact:
Installation Error
Please advise. This was a clean install on a clean box. RHEL, NAGIOS XI
===================
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'
===================
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'
Plan B is to make Plan A work.
-
desmondlewissmith
- Posts: 21
- Joined: Wed Jul 27, 2011 2:19 pm
- Location: Richardson, TX
- Contact:
Re: Installation Error
Install log
You do not have the required permissions to view the files attached to this post.
Plan B is to make Plan A work.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Error
Your install log isn't complete... We will really need the complete install.log to diagnose the problem.
Is this machine registered with RedHat?
Is this machine registered with RedHat?
-
desmondlewissmith
- Posts: 21
- Joined: Wed Jul 27, 2011 2:19 pm
- Location: Richardson, TX
- Contact:
Re: Installation Error
How do you mean the install log isn't complete? I included the file attached below.
Plan B is to make Plan A work.
-
desmondlewissmith
- Posts: 21
- Joined: Wed Jul 27, 2011 2:19 pm
- Location: Richardson, TX
- Contact:
Re: Installation Error
and yes the machine is registered with Red Hat.
Plan B is to make Plan A work.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Error
the attached file isn't a whole file that should be found in /tmp/nagiosxi, it should start like:desmondlewissmith wrote:How do you mean the install log isn't complete? I included the file attached below.
Nagios XI Installation Log
==========================
DATE: Mon Apr 09 14:56:17 CEST 2012
DISTRO INFO:
THIS IS A NEW INSTALL!
INSTALLING:
full=2011R2.2
major=2011
minor=R2.2
releasedate=2012-03-05
release=212
-
desmondlewissmith
- Posts: 21
- Joined: Wed Jul 27, 2011 2:19 pm
- Location: Richardson, TX
- Contact:
Re: Installation Error
Whoops, I attached the wrong file.
You do not have the required permissions to view the files attached to this post.
Plan B is to make Plan A work.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Error
This is a much more descriptive file for us, thanks.desmondlewissmith wrote:Whoops, I attached the wrong file.
This is a known bug that will be fixed in the next release.
You can you open 0-yum and change the shebang line at the top from
Code: Select all
#!/bin/sh -eCode: Select all
#!/bin/shThanks
-
desmondlewissmith
- Posts: 21
- Joined: Wed Jul 27, 2011 2:19 pm
- Location: Richardson, TX
- Contact:
Re: Installation Error
OK, this is where my lack of LINUX experience will show.... Is 0yum a file? If so where is it located?
Plan B is to make Plan A work.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Installation Error
Sorry for not being clear.
Yes it is a file.
press i
move cursor to end of line
press backspace twice to remove -e
press Esc
type :wq
then
Yes it is a file.
Code: Select all
cd /tmp/nagiosxi
vi ./0-yummove cursor to end of line
press backspace twice to remove -e
press Esc
type :wq
then
Code: Select all
./fullinstall