MySQL won’t start after upgrading to LSP13 with TIBCO LogLogic LMI

MySQL won’t start after upgrading to LSP13 with TIBCO LogLogic LMI

book

Article ID: KB0077486

calendar_today

Updated On:

Products Versions
TIBCO LogLogic Log Source Packages 13

Description

LSP13 changed the permissions on the /loglogic/tmp directory which causes the error:

/loglogic/mysql/bin/mysqld: Can't create/write to file '/loglogic/tmp/ibiRTWNK' (Errcode: 13)

Follow the procedure below to resolve this issue.

Resolution

1.  SSH to the appliance and login as ”toor”

2.  Run one of these commands:

$ chmod +t /loglogic/tmp

 or

 $ chmod 1777 /loglogic/tmp

3.  Then execute:

$ ls –ld /tmp /loglogic/tmp

 

It should look like this:

drwxrwxrwt 9 root root 4096 Aug 28 12:51 tmp

The 't' at the end of the permission set is the sticky bit.

Issue/Introduction

This article explains why MySQL won’t start after upgrading to LSP13 and how to fix it.