CentOS 6.5 to CentOS 7 restore help

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vmwareguy
Posts: 69
Joined: Wed Mar 16, 2016 9:41 am

CentOS 6.5 to CentOS 7 restore help

Post by vmwareguy »

Hello everyone,

I'm having a problem with my Nagios Restore.

I just build a new CentOS 7 server to replace our old 6.5 server. After installing XI 5.5 and running the restore I receive the warning telling me that I need to re-download the Nagios XI tarball, and re-install the subcomponents.

referencing this document https://assets.nagios.com/downloads/nag ... ios-XI.pdf

I execute the following commands:
cd /tmp/nagiosxi
rm -f installed.subcomponents
./A-subcomponents

I keep getting the following error:
PHP was not configured - run previous script

I have no idea which script it wants me to run.

Thanks
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: CentOS 6.5 to CentOS 7 restore help

Post by jomann »

If you re-downloaded it and extracted it then I would suggest going into the subcomponents folder and then running the ./install from inside there.

Code: Select all

cd /tmp/nagiosxi/subcomponents
./install
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked