Page 1 of 1
DB-Lib error message 20009, severity 9
Posted: Mon Jan 18, 2016 12:12 pm
by efrederick
Hi,
i have received following logs
1. DB-Lib error message 20009, severity 9
2. [ERROR] /usr/libexec/mysqld: Error writing file '/var/run/mysqld/mysqld.pid' (Errcode: 28)
we have sufficient space on drive.
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00 20G 14G 5.0G 74% /
tmpfs 7.4G 0 7.4G 0% /dev/shm
/dev/sda1 97M 64M 29M 69% /boot
Could some one please help out me.
Re: DB-Lib error message 20009, severity 9
Posted: Mon Jan 18, 2016 12:39 pm
by rkennedy
Can you please clarify what log file you are seeing the error mentioned in #1? Where on your Nagios XI does it appear as well?
As for the mysql error, it looks like something actually is full. Can you post the full result of df -ih?
Re: DB-Lib error message 20009, severity 9
Posted: Mon Jan 18, 2016 1:08 pm
by efrederick
This is log file
/var/log/mysqld.log.
Re: DB-Lib error message 20009, severity 9
Posted: Mon Jan 18, 2016 1:10 pm
by efrederick
rkennedy wrote:Can you please clarify what log file you are seeing the error mentioned in #1? Where on your Nagios XI does it appear as well?
As for the mysql error, it looks like something actually is full. Can you post the full result of df -ih?
log file is /var/log/mysqld.log.
yes it appear as wall also.
Re: DB-Lib error message 20009, severity 9
Posted: Mon Jan 18, 2016 1:12 pm
by efrederick
df -ih
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/VolGroup00-LogVol00 1.3M 131K 1.1M 11% /
tmpfs 158K 1 158K 1% /dev/shm
/dev/sda1 26K 51 26K 1% /boot
Re: DB-Lib error message 20009, severity 9
Posted: Mon Jan 18, 2016 4:27 pm
by rkennedy
Can you please post a screenshot of where you see the error on your Nagios XI through the web interface?
Additionally, please run these two commands and post the output -
Code: Select all
tail -n100 /var/log/mysqld.log
top|head -5