Error after restore
Posted: Tue Mar 11, 2014 2:52 pm
Team,
We have installed nagios xi 2.9 on new test server (RHEL 6) which will be replacement of current test server(RHEL 5) version 2.8 c.
After doing install nagios xi is up and accessible.
When we completed backup and restore of current environment then we had issue with ndo2db not starting properly.So i tried below steps to resolve this.
wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/e ... ient.so.15
chmod 755 /usr/lib/libmysqlclient.so.15
ldconfig
yum install libssl.so.6
service ndo2db start
Now ndo2db is starting but we are getting problem with mysqld service.
tmproot@usa0300lv1201>service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting mysqld: [FAILED]
mysql is not starting properly but still it shows below process.
tmproot@usa0300lv1201>ps -ef|grep mysql
root 14637 21642 0 19:51 pts/13 00:00:00 grep mysql
root 30541 1 0 19:36 pts/13 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql
mysql 30643 30541 0 19:36 pts/13 00:00:00 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock
I am getting blank page when accesing GUI.Can you please help me on this
We have installed nagios xi 2.9 on new test server (RHEL 6) which will be replacement of current test server(RHEL 5) version 2.8 c.
After doing install nagios xi is up and accessible.
When we completed backup and restore of current environment then we had issue with ndo2db not starting properly.So i tried below steps to resolve this.
wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/e ... ient.so.15
chmod 755 /usr/lib/libmysqlclient.so.15
ldconfig
yum install libssl.so.6
service ndo2db start
Now ndo2db is starting but we are getting problem with mysqld service.
tmproot@usa0300lv1201>service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting mysqld: [FAILED]
mysql is not starting properly but still it shows below process.
tmproot@usa0300lv1201>ps -ef|grep mysql
root 14637 21642 0 19:51 pts/13 00:00:00 grep mysql
root 30541 1 0 19:36 pts/13 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql
mysql 30643 30541 0 19:36 pts/13 00:00:00 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock
I am getting blank page when accesing GUI.Can you please help me on this