Page 1 of 1

Install XI 2011R2.1

Posted: Thu Feb 09, 2012 4:09 pm
by mikew
The script failed a fresh install on CentOS.

cp: cannot stat `check_mysql_health-2.1/plugins-scripts/check_mysql_health': No such file....
ERROR: Subcomponent 'extraplugins' installation failed exiting.

Script stopped and did not complete install.

So I tried to install the script ./A-Subcomponents.

That showed the the Makefile for extraplugins had a "Clock skew detected. Your build may be incomplete"

Makefile had modification time 2e+04 in the future.

It failed to complete.

CentOS 5.7 i386
PHP 5.1

Re: Install XI 2011R2.1

Posted: Thu Feb 09, 2012 5:25 pm
by scottwilkerson
I'm not sure why we are time checking in that script, but here is the fix...

Code: Select all

yum install ntp -y
ntpdate pool.ntp.org
ntpdate pool.ntp.org
ntpdate pool.ntp.org
cd /tmp/nagiosxi
./fullinstall