reset maintenance not working

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
elade
Posts: 144
Joined: Wed Mar 28, 2018 6:23 am

reset maintenance not working

Post by elade »

Hi,

I have renew the maintenance on a few of my licenses and the expire date is not updated in XI GUI.
I download a tool called "reset maintenance" which you send me but after using it the expire date is unknown.
Any idea?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: reset maintenance not working

Post by tgriep »

After running the reset_maintenance.php --key=KeyFromSales command, did you restart the MYSQL database and Apache by running

Code: Select all

service mysqld restart
service apache restart
Log out of the XI GUI and go back in, check the Admin > License Information menu to see if the date has changed.
Be sure to check out our Knowledgebase for helpful articles and solutions!
elade
Posts: 144
Joined: Wed Mar 28, 2018 6:23 am

Re: reset maintenance not working

Post by elade »

Hi,

I did the actions as you wrote and got this message:

Maintenance Status: Current (Unable to determine expiration date ))
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: reset maintenance not working

Post by tgriep »

When you ran the reset_maintenance command like the example below with the key provided from the Sales Department, did it output this message? "Maintenance Expiration Reset"

Code: Select all

php reset_maintenance.php --key=KeyFromSales
Does the Nagios XI server have access to the internet?
Be sure to check out our Knowledgebase for helpful articles and solutions!
elade
Posts: 144
Joined: Wed Mar 28, 2018 6:23 am

Re: reset maintenance not working

Post by elade »

The key you mean the license key?
if dose than yes.
Got the same message as you said - Maintenance Expiration Reset

The machine has internet connection via proxy.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: reset maintenance not working

Post by tgriep »

Yes, I mean the license key. You should of received a key from the Sales department which you would use in the command to reset the expiration date.

Login to the XI GUI and go to the Admin > Proxy Configuration menu and fill in the proxy settings that is needed to connect to the internet.

Then go to the Admin > Check for Updates menu and check for an update to see if the server can connect to the update server which will verify that the proxy settings are good.

Restart Apache and Mysql again see if the date updates.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked