Description

This article explains the procedure on how to resolve if MySQL bin files accumulate disk space in /var/chroot/mysql/var/lib/

Symptoms

A few probable causes for this issue are as follows:

 

  • The var partition is using up disk space.
  • The customer may not be able to log in to Junos Space.

Solution

 

1. Access the CLI of the Junos Space Network Management Platform.

 

2 .Modify the /var/chroot/mysql/etc/my.cnf configuration file to include:

   

expire_logs_days=3

 

3. Restart the MySQL service by executing the command: 

 


For Space 20.3 and below

# service mysql restart

For Space 21.1 and above

# service mysqld restart

 

4. If the problem persists, please reach out to JTAC support for additional help.

 

Modification History

2024-07-16 : Article Created