Page 1 of 1

DB Connect Error [nagiosxi]

Posted: Mon Nov 18, 2013 10:24 am
by costanza2k1
Came in to work this morning with this error when trying to bring up our dev XI:

DB Connect Error [nagiosxi]: Database connection failed DB Connect Error [nagiosxi]: Database connection failed DB Connect Error [nagiosxi]: Database connection failed

restarted httpd, came back with OK but with this message:
httpd dead but subsys locked

Any suggestions?

Re: DB Connect Error [nagiosxi]

Posted: Mon Nov 18, 2013 10:46 am
by slansing
Where are you seeing this DB connect error?

If it's on the login splash page please run:

Code: Select all

service httpd restart
service postgresql restart

In order to get apache to restart run:

Code: Select all

rm -f  /var/lock/subsys/httpd

Code: Select all

service httpd restart

Re: DB Connect Error [nagiosxi]

Posted: Mon Nov 18, 2013 11:05 am
by costanza2k1
excellent! It worked just fine, this can be closed.