DB-Lib error message 20009, severity 9

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
efrederick
Posts: 6
Joined: Sun Jun 23, 2013 5:41 pm

DB-Lib error message 20009, severity 9

Post 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.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: DB-Lib error message 20009, severity 9

Post 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?
Former Nagios Employee
efrederick
Posts: 6
Joined: Sun Jun 23, 2013 5:41 pm

Re: DB-Lib error message 20009, severity 9

Post by efrederick »

This is log file

/var/log/mysqld.log.
efrederick
Posts: 6
Joined: Sun Jun 23, 2013 5:41 pm

Re: DB-Lib error message 20009, severity 9

Post 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.
efrederick
Posts: 6
Joined: Sun Jun 23, 2013 5:41 pm

Re: DB-Lib error message 20009, severity 9

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: DB-Lib error message 20009, severity 9

Post 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
Former Nagios Employee
Locked