Hello,
installing Nagios XI on our newly updated RHEL server from scratch. The install fails with the following error:
/bin/sh: /var/www/html/products/xi/subcomponents/extraplugins/check_mysql_health-2.1/missing: No such file or directory
make: *** [aclocal.m4] Error 127
ERROR: Subcomponent 'extraplugins' installation failed - exiting.
interestingly, the directory /var/www/html/products is not there. Everything before it executes ok.
Please advise.
Thank you.
Install fails at subcomponent install stage
Re: Install fails at subcomponent install stage
You may be missing automake. Try:
Then try to rerun the install.
Code: Select all
yum install automakeFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Install fails at subcomponent install stage
Thanks for pointing this out. 'automake' was not installed and I installed it. Now I get the following error:abrist wrote:You may be missing automake. Try:Then try to rerun the install.Code: Select all
yum install automake
ERROR 1396 (HY000) at line 3: Operation CREATE USER failed for 'ndoutils'@'localhost'
ERROR: Subcomponent 'ndoutils' installation failed - exiting.
Subcomponents installation failed - exiting
thanks again!
Re: Install fails at subcomponent install stage
Can you upload the "/tmp/nagiosxi/install.log" file, so that we can take a look at it?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Install fails at subcomponent install stage
Absolutely. The install.log file is attached here with the response here. The actual file has been renamed for the archiving purposes.
You do not have the required permissions to view the files attached to this post.
Re: Install fails at subcomponent install stage
Did this server already have a mysql database?
Was the ./fullinstall run as root?
Was the ./fullinstall run as root?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Install fails at subcomponent install stage
The server is a clean config, the only db it had was from a previous nagios install attempt. I had to clean up the install manually, because it failed to early to create /usr/local/nagiosxi/scripts directory. Perhaps I did not clean up the mysql db correctly? Before trying the install again I also removed the general yum packages and let the installer re-install them.
The install was run as root, of course.
The install was run as root, of course.
Re: Install fails at subcomponent install stage
Make sure the db has been removed as well. Also, remove the /tmp/nagiosxi directory and re-untar it.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Install fails at subcomponent install stage
I did as suggested and removed the /tmp/nagiosxi dir and re-untared it. The install keeps failing with the same error:
ERROR 1396 (HY000) at line 3: Operation CREATE USER failed for 'ndoutils'@'localhost'
ERROR: Subcomponent 'ndoutils' installation failed - exiting.
Perhaps I did not remove some bits of the db(s). Can you suggest the best procedure for manual db removal?
Thank you
ERROR 1396 (HY000) at line 3: Operation CREATE USER failed for 'ndoutils'@'localhost'
ERROR: Subcomponent 'ndoutils' installation failed - exiting.
Perhaps I did not remove some bits of the db(s). Can you suggest the best procedure for manual db removal?
Thank you
Re: Install fails at subcomponent install stage
Do you have the newest install log file? if so, can you post it?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.