Ask the Community
Groups
WARNING: No space for indexes. Check filesystem space (moving lists.dir) - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>How to determine if lists.dir has filled the /usr/bp partition and steps to resolve.</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <p>A backup fails or fails to queue with the following warning in the job details: “WARNING: No space for indexes. Check filesystem space.”</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p></p> <p><b>Warning: Serious problems may occur if these commands are executed incorrectly. These problems may require redeployment of the appliance, result in a loss of data, and/or cause system downtime. Unitrends cannot guarantee these problems can be solved and customers should proceed at their own risk.</b></p> <p>The following process will verify the /usr/bp partition is full, move the lists.dir directory to a different partition with more free space (such as /backups), and create a symbolic link to that partition.</p> <h3 data-id="validate-the-free-space-on-each-partition">Validate the Free Space on Each Partition</h3> <ol><li>Open the UI of the appliance.</li> <li>Select "Configure" on the left.</li> <li>Select the "Edit" button at the top.</li> <li>On the "Advanced" tab, select "Support Toolbox" at the bottom.</li> <li>Select "Disk Free Space". The following dialog will be displayed:<br><img alt="Disk Free Space dialog" height="140" src="https://us.v-cdn.net/6032361/uploads/migrated/P83RKWU2G1WQ/eid-ka01w000000tcey-feoid-00n40000003czqx-refid-0em40000000qtvc." width="500" class="embedImage-img importedEmbed-img"></img></li> <li>In this example, our /usr/bp partition is 100% utilized and our /backups partition has a significant amount of space free.</li> </ol><p> </p> <h3 data-id="move-lists-dir-to-a-new-partition">Move lists.dir To a New Partition</h3> <ol><li>Connect to the appliance via SSH.</li> <li>Stop the database and tasker: <pre class="code codeBlock" spellcheck="false" tabindex="0"> /etc/init.d/bp_rcscript stop</pre> </li> <li>Move the lists.dir directory to a partition with more free space, such as /backups: <pre class="code codeBlock" spellcheck="false" tabindex="0"> mv /usr/bp/lists.dir /backups/lists.dir</pre> </li> <li>Create a symbolic link: <pre class="code codeBlock" spellcheck="false" tabindex="0"> ln -s /backups/lists.dir /usr/bp/lists.dir</pre> </li> <li>Restart the database and tasker: <pre class="code codeBlock" spellcheck="false" tabindex="0"> /etc/init.d/bp_rcscript start</pre> </li> </ol><h2 data-id="cause"><strong>CAUSE</strong></h2> <p>This is a rare occurrence, but is most likely to happen when backing up large servers. Part of the Unitrends backup operation will collect metadata from the files from your server. This data is stored in ‘/usr/bp/lists.dir’ on the Unitrends system in a partition which can potentially fill up.</p> </article> </main>