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?
DB Connect Error [nagiosxi]
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: DB Connect Error [nagiosxi]
Where are you seeing this DB connect error?
If it's on the login splash page please run:
In order to get apache to restart run:
If it's on the login splash page please run:
Code: Select all
service httpd restart
service postgresql restartIn order to get apache to restart run:
Code: Select all
rm -f /var/lock/subsys/httpdCode: Select all
service httpd restart- costanza2k1
- Posts: 197
- Joined: Fri Aug 09, 2013 12:19 pm
Re: DB Connect Error [nagiosxi]
excellent! It worked just fine, this can be closed.