Database Backend error: System Status NagiosXI
Posted: Wed Mar 15, 2017 1:33 pm
We are successfully able to login to NagiosXI and able to see the dashboard.
We are seeing the red color highlighted in the database section.
We are getting the below error message:
/usr/local/nagiosxi/var
I found the pdf file : https://assets.nagios.com/downloads/nag ... tabase.pdf
Nagios XI – Repairing The Database
executed all the below steps mentioned in the doc.
Also , mysql is running fine.
we are using the RHEL6.8 santiago version.
Can you please help on - why the DB back end error coming ? Added hosts are not visible in the HOST section as well. Please find the attached snapshot.
Thank you,
Nag
We are seeing the red color highlighted in the database section.
We are getting the below error message:
/usr/local/nagiosxi/var
Code: Select all
[root@var]# less dbmaint.log
============================
CREATING: /usr/local/nagiosxi/var/dbmaint.lock
CLEANING ndoutils TABLE 'commenthistory'...
SQL: DELETE FROM nagios_commenthistory WHERE entry_time < FROM_UNIXTIME(1458066302)
CLEANING ndoutils TABLE 'processevents'...
SQL: DELETE FROM nagios_processevents WHERE event_time < FROM_UNIXTIME(1458066302)
CLEANING ndoutils TABLE 'externalcommands'...
SQL: DELETE FROM nagios_externalcommands WHERE entry_time < FROM_UNIXTIME(1488997502)
CLEANING ndoutils TABLE 'logentries'...
SQL: DELETE FROM nagios_logentries WHERE logentry_time < FROM_UNIXTIME(1481826302)
CLEANING ndoutils TABLE 'notifications'...
SQL: DELETE FROM nagios_notifications WHERE start_time < FROM_UNIXTIME(1481826302)
CLEANING ndoutils TABLE 'contactnotifications'...
SQL: DELETE FROM nagios_contactnotifications WHERE start_time < FROM_UNIXTIME(1481826302)
CLEANING ndoutils TABLE 'contactnotificationmethods'...
SQL: DELETE FROM nagios_contactnotificationmethods WHERE start_time < FROM_UNIXTIME(1481826302)
CLEANING ndoutils TABLE 'statehistory'...
SQL: DELETE FROM nagios_statehistory WHERE state_time < FROM_UNIXTIME(1426530302)
CLEANING ndoutils TABLE 'timedevents'...
SQL: DELETE FROM nagios_timedevents WHERE event_time < FROM_UNIXTIME(1489602002)
CLEANING ndoutils TABLE 'systemcommands'...
SQL: DELETE FROM nagios_systemcommands WHERE start_time < FROM_UNIXTIME(1489602002)
CLEANING ndoutils TABLE 'servicechecks'...
SQL: DELETE FROM nagios_servicechecks WHERE start_time < FROM_UNIXTIME(1489602002)
CLEANING ndoutils TABLE 'hostchecks'...
SQL: DELETE FROM nagios_hostchecks WHERE start_time < FROM_UNIXTIME(1489602002)
CLEANING ndoutils TABLE 'eventhandlers'...
SQL: DELETE FROM nagios_eventhandlers WHERE start_time < FROM_UNIXTIME(1489602002)
LASTOPT: 1489600202
INTERVAL: 60
NOW: 1489602302
OPTTIME: 1489603802
CLEANING nagiosxi TABLE 'commands'...
SQL: DELETE FROM xi_commands WHERE processing_time < FROM_UNIXTIME(1489573502)
CLEANING nagiosxi TABLE 'events'...
SQL: DELETE FROM xi_events WHERE processing_time < FROM_UNIXTIME(1489573502)
SQL1: SELECT xi_meta.meta_id FROM xi_meta LEFT JOIN xi_events ON xi_meta.metaobj_id=xi_events.event_id WHERE metatype_id='1' AND event_id IS NULL
SQL2: Deleted 0 (DELETE FROM xi_meta WHERE meta_id IN (SELECT xi_meta.meta_id FROM xi_meta LEFT JOIN xi_events ON xi_meta.metaobj_id=xi_events.event_id WHERE metatype_id='1' AND event_id IS NULL))
CLEANING nagiosxi TABLE 'auditlog'...
dbmaint.logI found the pdf file : https://assets.nagios.com/downloads/nag ... tabase.pdf
Nagios XI – Repairing The Database
executed all the below steps mentioned in the doc.
Code: Select all
service mysqld stop
cd /var/lib/mysql/nagios
myisamchk -r -f nagios_<corrupted_table>
service mysqld start
rm -f /usr/local/nagiosxi/var/dbmaint.lock
/usr/local/nagiosxi/cron/dbmaint.php
===============================================
myisamchk -r -f nagios_externalcommands
myisamchk -r -f nagios_logentries
myisamchk -r -f nagios_notifications
myisamchk -r -f nagios_contactnotifications
myisamchk -r -f nagios_contactnotificationmethods
myisamchk -r -f nagios_statehistory
myisamchk -r -f nagios_timedevents
myisamchk -r -f nagios_systemcommands
myisamchk -r -f nagios_servicechecks
myisamchk -r -f nagios_hostchecks
myisamchk -r -f nagios_eventhandlers
=========================================================Code: Select all
[root@var]# mysql -u nagiosxi -p nagiosxi
=======================================
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1681
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
==================================================================Code: Select all
root# ps aux | grep mysqld
===========================
root 18280 0.0 0.0 108220 1456 pts/0 S 14:03 0: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 18400 0.2 0.2 2281936 42732 pts/0 Sl 14:03 0:06 /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.sockCode: Select all
cat /var/log/mysqld.log
=========================
170313 20:18:29 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:18:29 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:18:29 InnoDB: Completed initialization of buffer pool
170313 20:18:29 InnoDB: Started; log sequence number 0 44233
170313 20:18:29 [Note] Event Scheduler: Loaded 0 events
170313 20:18:29 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:20:11 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:20:11 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:20:11 InnoDB: Starting shutdown...
170313 20:20:15 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:20:15 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:20:15 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:20:16 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:20:16 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:20:16 InnoDB: Completed initialization of buffer pool
170313 20:20:16 InnoDB: Started; log sequence number 0 44233
170313 20:20:16 [Note] Event Scheduler: Loaded 0 events
170313 20:20:16 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:20:17 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:20:17 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:20:17 InnoDB: Starting shutdown...
170313 20:20:21 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:20:21 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:20:21 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:20:22 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:20:22 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:20:22 InnoDB: Completed initialization of buffer pool
170313 20:20:22 InnoDB: Started; log sequence number 0 44233
170313 20:20:22 [Note] Event Scheduler: Loaded 0 events
170313 20:20:22 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:20:24 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:20:24 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:20:24 InnoDB: Starting shutdown...
170313 20:20:27 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:20:27 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:20:27 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:20:28 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:20:28 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:20:28 InnoDB: Completed initialization of buffer pool
170313 20:20:28 InnoDB: Started; log sequence number 0 44233
170313 20:20:28 [Note] Event Scheduler: Loaded 0 events
170313 20:20:28 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:22:45 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:22:45 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:22:45 InnoDB: Starting shutdown...
170313 20:22:48 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:22:48 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:22:48 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:22:49 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:22:49 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:22:49 InnoDB: Completed initialization of buffer pool
170313 20:22:49 InnoDB: Started; log sequence number 0 44233
170313 20:22:49 [Note] Event Scheduler: Loaded 0 events
170313 20:22:49 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:22:56 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:22:56 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:22:56 InnoDB: Starting shutdown...
170313 20:22:59 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:22:59 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:22:59 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:23:00 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:23:00 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:23:00 InnoDB: Completed initialization of buffer pool
170313 20:23:00 InnoDB: Started; log sequence number 0 44233
170313 20:23:00 [Note] Event Scheduler: Loaded 0 events
170313 20:23:00 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:39:32 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:39:32 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:39:32 InnoDB: Starting shutdown...
170313 20:39:36 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:39:36 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:39:36 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:39:37 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:39:37 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:39:37 InnoDB: Completed initialization of buffer pool
170313 20:39:37 InnoDB: Started; log sequence number 0 44233
170313 20:39:37 [Note] Event Scheduler: Loaded 0 events
170313 20:39:37 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:58:15 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:58:15 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:58:15 InnoDB: Starting shutdown...
170313 20:58:19 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:58:19 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:58:19 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:58:20 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:58:20 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:58:20 InnoDB: Completed initialization of buffer pool
170313 20:58:20 InnoDB: Started; log sequence number 0 44233
170313 20:58:20 [Note] Event Scheduler: Loaded 0 events
170313 20:58:20 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:58:21 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:58:21 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:58:21 InnoDB: Starting shutdown...
170313 20:58:25 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:58:25 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:58:25 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:58:26 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:58:26 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:58:26 InnoDB: Completed initialization of buffer pool
170313 20:58:26 InnoDB: Started; log sequence number 0 44233
170313 20:58:26 [Note] Event Scheduler: Loaded 0 events
170313 20:58:26 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170313 20:58:27 [Note] /usr/libexec/mysqld: Normal shutdown
170313 20:58:27 [Note] Event Scheduler: Purging the queue. 0 events
170313 20:58:27 InnoDB: Starting shutdown...
170313 20:58:31 InnoDB: Shutdown completed; log sequence number 0 44233
170313 20:58:31 [Note] /usr/libexec/mysqld: Shutdown complete
170313 20:58:31 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170313 20:58:32 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170313 20:58:32 InnoDB: Initializing buffer pool, size = 8.0M
170313 20:58:32 InnoDB: Completed initialization of buffer pool
170313 20:58:32 InnoDB: Started; log sequence number 0 44233
170313 20:58:32 [Note] Event Scheduler: Loaded 0 events
170313 20:58:32 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 10:53:14 [Note] /usr/libexec/mysqld: Normal shutdown
170314 10:53:14 [Note] Event Scheduler: Purging the queue. 0 events
170314 10:53:14 InnoDB: Starting shutdown...
170314 10:53:17 InnoDB: Shutdown completed; log sequence number 0 44233
170314 10:53:17 [Note] /usr/libexec/mysqld: Shutdown complete
170314 10:53:17 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 10:53:17 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 10:53:17 InnoDB: Initializing buffer pool, size = 8.0M
170314 10:53:17 InnoDB: Completed initialization of buffer pool
170314 10:53:17 InnoDB: Started; log sequence number 0 44233
170314 10:53:17 [Note] Event Scheduler: Loaded 0 events
170314 10:53:17 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 10:53:18 [Note] /usr/libexec/mysqld: Normal shutdown
170314 10:53:18 [Note] Event Scheduler: Purging the queue. 0 events
170314 10:53:18 InnoDB: Starting shutdown...
170314 10:53:22 InnoDB: Shutdown completed; log sequence number 0 44233
170314 10:53:22 [Note] /usr/libexec/mysqld: Shutdown complete
170314 10:53:22 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 10:53:24 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 10:53:24 InnoDB: Initializing buffer pool, size = 8.0M
170314 10:53:24 InnoDB: Completed initialization of buffer pool
170314 10:53:24 InnoDB: Started; log sequence number 0 44233
170314 10:53:24 [Note] Event Scheduler: Loaded 0 events
170314 10:53:24 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 10:53:25 [Note] /usr/libexec/mysqld: Normal shutdown
170314 10:53:25 [Note] Event Scheduler: Purging the queue. 0 events
170314 10:53:25 InnoDB: Starting shutdown...
170314 10:53:29 InnoDB: Shutdown completed; log sequence number 0 44233
170314 10:53:29 [Note] /usr/libexec/mysqld: Shutdown complete
170314 10:53:29 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 10:53:30 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 10:53:30 InnoDB: Initializing buffer pool, size = 8.0M
170314 10:53:30 InnoDB: Completed initialization of buffer pool
170314 10:53:30 InnoDB: Started; log sequence number 0 44233
170314 10:53:30 [Note] Event Scheduler: Loaded 0 events
170314 10:53:30 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:02:38 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:02:38 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:02:38 InnoDB: Starting shutdown...
170314 12:02:39 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:02:39 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:02:39 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:02:40 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:02:40 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:02:40 InnoDB: Completed initialization of buffer pool
170314 12:02:40 InnoDB: Started; log sequence number 0 44233
170314 12:02:40 [Note] Event Scheduler: Loaded 0 events
170314 12:02:40 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:02:41 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:02:41 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:02:41 InnoDB: Starting shutdown...
170314 12:02:45 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:02:45 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:02:45 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:02:46 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:02:46 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:02:46 InnoDB: Completed initialization of buffer pool
170314 12:02:46 InnoDB: Started; log sequence number 0 44233
170314 12:02:46 [Note] Event Scheduler: Loaded 0 events
170314 12:02:46 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:02:47 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:02:47 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:02:47 InnoDB: Starting shutdown...
170314 12:02:51 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:02:51 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:02:51 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:02:52 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:02:52 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:02:52 InnoDB: Completed initialization of buffer pool
170314 12:02:52 InnoDB: Started; log sequence number 0 44233
170314 12:02:52 [Note] Event Scheduler: Loaded 0 events
170314 12:02:52 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:20:21 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:20:21 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:20:21 InnoDB: Starting shutdown...
170314 12:20:23 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:20:23 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:20:23 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:20:23 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:20:23 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:20:23 InnoDB: Completed initialization of buffer pool
170314 12:20:23 InnoDB: Started; log sequence number 0 44233
170314 12:20:23 [Note] Event Scheduler: Loaded 0 events
170314 12:20:23 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:20:25 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:20:25 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:20:25 InnoDB: Starting shutdown...
170314 12:20:29 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:20:29 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:20:29 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:20:30 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:20:30 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:20:30 InnoDB: Completed initialization of buffer pool
170314 12:20:30 InnoDB: Started; log sequence number 0 44233
170314 12:20:30 [Note] Event Scheduler: Loaded 0 events
170314 12:20:30 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:20:31 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:20:31 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:20:31 InnoDB: Starting shutdown...
170314 12:20:35 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:20:35 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:20:35 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:20:36 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:20:36 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:20:36 InnoDB: Completed initialization of buffer pool
170314 12:20:36 InnoDB: Started; log sequence number 0 44233
170314 12:20:36 [Note] Event Scheduler: Loaded 0 events
170314 12:20:36 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:50:57 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:50:57 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:50:59 InnoDB: Starting shutdown...
170314 12:51:03 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:51:03 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:51:03 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:51:04 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:51:04 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:51:04 InnoDB: Completed initialization of buffer pool
170314 12:51:05 InnoDB: Started; log sequence number 0 44233
170314 12:51:05 [Note] Event Scheduler: Loaded 0 events
170314 12:51:05 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:51:06 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:51:06 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:51:06 InnoDB: Starting shutdown...
170314 12:51:10 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:51:10 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:51:10 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:51:11 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:51:11 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:51:11 InnoDB: Completed initialization of buffer pool
170314 12:51:11 InnoDB: Started; log sequence number 0 44233
170314 12:51:11 [Note] Event Scheduler: Loaded 0 events
170314 12:51:11 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:51:12 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:51:12 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:51:12 InnoDB: Starting shutdown...
170314 12:51:16 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:51:16 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:51:16 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:51:17 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:51:17 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:51:17 InnoDB: Completed initialization of buffer pool
170314 12:51:17 InnoDB: Started; log sequence number 0 44233
170314 12:51:17 [Note] Event Scheduler: Loaded 0 events
170314 12:51:17 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 12:57:24 [Note] /usr/libexec/mysqld: Normal shutdown
170314 12:57:24 [Note] Event Scheduler: Purging the queue. 0 events
170314 12:57:24 InnoDB: Starting shutdown...
170314 12:57:28 InnoDB: Shutdown completed; log sequence number 0 44233
170314 12:57:28 [Note] /usr/libexec/mysqld: Shutdown complete
170314 12:57:28 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 12:57:52 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 12:57:52 InnoDB: Initializing buffer pool, size = 8.0M
170314 12:57:52 InnoDB: Completed initialization of buffer pool
170314 12:57:52 InnoDB: Started; log sequence number 0 44233
170314 12:57:52 [Note] Event Scheduler: Loaded 0 events
170314 12:57:52 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 13:26:10 [Note] /usr/libexec/mysqld: Normal shutdown
170314 13:26:10 [Note] Event Scheduler: Purging the queue. 0 events
170314 13:26:10 InnoDB: Starting shutdown...
170314 13:26:14 InnoDB: Shutdown completed; log sequence number 0 44233
170314 13:26:14 [Note] /usr/libexec/mysqld: Shutdown complete
170314 13:26:14 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 13:54:21 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 13:54:21 InnoDB: Initializing buffer pool, size = 8.0M
170314 13:54:21 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
170314 13:54:21 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
170314 13:54:21 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
170314 13:54:21 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
170314 13:54:21 InnoDB: Started; log sequence number 0 0
170314 13:54:21 [Note] Event Scheduler: Loaded 0 events
170314 13:54:21 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 13:54:22 [Note] /usr/libexec/mysqld: Normal shutdown
170314 13:54:22 [Note] Event Scheduler: Purging the queue. 0 events
170314 13:54:22 InnoDB: Starting shutdown...
170314 13:54:26 InnoDB: Shutdown completed; log sequence number 0 44233
170314 13:54:26 [Note] /usr/libexec/mysqld: Shutdown complete
170314 13:54:26 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 13:54:27 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 13:54:27 InnoDB: Initializing buffer pool, size = 8.0M
170314 13:54:27 InnoDB: Completed initialization of buffer pool
170314 13:54:27 InnoDB: Started; log sequence number 0 44233
170314 13:54:27 [Note] Event Scheduler: Loaded 0 events
170314 13:54:27 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 16:46:46 [Note] /usr/libexec/mysqld: Normal shutdown
170314 16:46:46 [Note] Event Scheduler: Purging the queue. 0 events
170314 16:46:48 InnoDB: Starting shutdown...
170314 16:46:53 InnoDB: Shutdown completed; log sequence number 0 44233
170314 16:46:53 [Note] /usr/libexec/mysqld: Shutdown complete
170314 16:46:53 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 16:47:54 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 16:47:54 InnoDB: Initializing buffer pool, size = 8.0M
170314 16:47:54 InnoDB: Completed initialization of buffer pool
170314 16:47:54 InnoDB: Started; log sequence number 0 44233
170314 16:47:54 [Note] Event Scheduler: Loaded 0 events
170314 16:47:54 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170314 17:29:12 [Note] /usr/libexec/mysqld: Normal shutdown
170314 17:29:12 [Note] Event Scheduler: Purging the queue. 0 events
170314 17:29:14 InnoDB: Starting shutdown...
170314 17:29:16 InnoDB: Shutdown completed; log sequence number 0 44233
170314 17:29:16 [Note] /usr/libexec/mysqld: Shutdown complete
170314 17:29:16 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170314 17:30:51 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 17:30:51 InnoDB: Initializing buffer pool, size = 8.0M
170314 17:30:51 InnoDB: Completed initialization of buffer pool
170314 17:30:51 InnoDB: Started; log sequence number 0 44233
170314 17:30:51 [Note] Event Scheduler: Loaded 0 events
170314 17:30:51 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170315 11:32:51 [Note] /usr/libexec/mysqld: Normal shutdown
170315 11:32:51 [Note] Event Scheduler: Purging the queue. 0 events
170315 11:32:53 InnoDB: Starting shutdown...
170315 11:32:54 InnoDB: Shutdown completed; log sequence number 0 44233
170315 11:32:54 [Note] /usr/libexec/mysqld: Shutdown complete
170315 11:32:54 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170315 11:32:55 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170315 11:32:55 InnoDB: Initializing buffer pool, size = 8.0M
170315 11:32:55 InnoDB: Completed initialization of buffer pool
170315 11:32:56 InnoDB: Started; log sequence number 0 44233
170315 11:32:56 [Note] Event Scheduler: Loaded 0 events
170315 11:32:56 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170315 11:32:57 [Note] /usr/libexec/mysqld: Normal shutdown
170315 11:32:57 [Note] Event Scheduler: Purging the queue. 0 events
170315 11:32:59 InnoDB: Starting shutdown...
170315 11:33:01 InnoDB: Shutdown completed; log sequence number 0 44233
170315 11:33:01 [Note] /usr/libexec/mysqld: Shutdown complete
170315 11:33:01 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170315 11:33:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170315 11:33:02 InnoDB: Initializing buffer pool, size = 8.0M
170315 11:33:02 InnoDB: Completed initialization of buffer pool
170315 11:33:02 InnoDB: Started; log sequence number 0 44233
170315 11:33:02 [Note] Event Scheduler: Loaded 0 events
170315 11:33:02 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170315 11:33:03 [Note] /usr/libexec/mysqld: Normal shutdown
170315 11:33:03 [Note] Event Scheduler: Purging the queue. 0 events
170315 11:33:03 InnoDB: Starting shutdown...
170315 11:33:07 InnoDB: Shutdown completed; log sequence number 0 44233
170315 11:33:07 [Note] /usr/libexec/mysqld: Shutdown complete
170315 11:33:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170315 11:33:08 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170315 11:33:08 InnoDB: Initializing buffer pool, size = 8.0M
170315 11:33:08 InnoDB: Completed initialization of buffer pool
170315 11:33:08 InnoDB: Started; log sequence number 0 44233
170315 11:33:08 [Note] Event Scheduler: Loaded 0 events
170315 11:33:08 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170315 13:27:27 [Note] /usr/libexec/mysqld: Normal shutdown
170315 13:27:27 [Note] Event Scheduler: Purging the queue. 0 events
170315 13:27:29 InnoDB: Starting shutdown...
170315 13:27:30 InnoDB: Shutdown completed; log sequence number 0 44233
170315 13:27:30 [Note] /usr/libexec/mysqld: Shutdown complete
170315 13:27:30 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170315 13:28:22 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170315 13:28:22 InnoDB: Initializing buffer pool, size = 8.0M
170315 13:28:22 InnoDB: Completed initialization of buffer pool
170315 13:28:22 InnoDB: Started; log sequence number 0 44233
170315 13:28:22 [Note] Event Scheduler: Loaded 0 events
170315 13:28:22 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170315 13:39:35 [Note] /usr/libexec/mysqld: Normal shutdown
170315 13:39:35 [Note] Event Scheduler: Purging the queue. 0 events
170315 13:39:37 InnoDB: Starting shutdown...
170315 13:39:39 InnoDB: Shutdown completed; log sequence number 0 44233
170315 13:39:39 [Note] /usr/libexec/mysqld: Shutdown complete
170315 13:39:39 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170315 13:47:21 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170315 13:47:21 InnoDB: Initializing buffer pool, size = 8.0M
170315 13:47:21 InnoDB: Completed initialization of buffer pool
170315 13:47:21 InnoDB: Started; log sequence number 0 44233
170315 13:47:21 [Note] Event Scheduler: Loaded 0 events
170315 13:47:21 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
170315 13:59:04 [Note] /usr/libexec/mysqld: Normal shutdown
170315 13:59:04 [Note] Event Scheduler: Purging the queue. 0 events
170315 13:59:06 InnoDB: Starting shutdown...
170315 13:59:07 InnoDB: Shutdown completed; log sequence number 0 44233
170315 13:59:07 [Note] /usr/libexec/mysqld: Shutdown complete
170315 13:59:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170315 14:03:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170315 14:03:06 InnoDB: Initializing buffer pool, size = 8.0M
170315 14:03:06 InnoDB: Completed initialization of buffer pool
170315 14:03:06 InnoDB: Started; log sequence number 0 44233
170315 14:03:06 [Note] Event Scheduler: Loaded 0 events
170315 14:03:06 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distributionCan you please help on - why the DB back end error coming ? Added hosts are not visible in the HOST section as well. Please find the attached snapshot.
Thank you,
Nag