Ask the Community
Groups
Unable to create remote FLR. The target does not have enough reserved scratch free space ... - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>Upon attempting to create a remote FLR for a hot backup copy, you encounter the error "The target does not have enough scratch free space (* KB) for the request (* KB).". The error persists even after verifying that no other remote FLRs running are running.<br><br><img alt="User-added image" height="227" src="https://us.v-cdn.net/6032361/uploads/migrated/Y3FL0554EV7T/eid-ka01w000000g2jv-feoid-00n40000002yvfa-refid-0em1w000000kmvt." width="500" class="embedImage-img importedEmbed-img"></img></p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p>The remote FLR allocation configured on the target may need to be increased to support larger hot backup copy backup sizes. <br><br>There are two options in this particular scenario. </p> <ul><li>Increase the amount of backup storage allocated to the target which increases the available allocation for remote FLR. </li> <li>Increase MaxFLRDownloadSizePCT (default 25) by a sufficient amount (not to exceed 80) to allow for the recovery of the affected backup via remote FLR. </li> </ul><div>1. SSH to target appliance<br>2. Determine the current value for the MaxFLRDownloadSizePCT parameter:</div> <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@den-ltr-uni ~]# bputil -g SelfService MaxFLRDownloadSizePCT NA /usr/bp/bpinit/master.ini 25 </pre> <div>3. Use the bputil command to update the master.ini or manually modify it via UI or VIM (cli text editor):</div> <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@den-ltr-uni ~]# bputil -p SelfService MaxFLRDownloadSizePCT 50 /usr/bp/bpinit/master.ini</pre> <div>4. Verify that the parameter value has been updated:</div> <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@den-ltr-uni ~]# bputil -g SelfService MaxFLRDownloadSizePCT NA /usr/bp/bpinit/master.ini 50</pre> <div> </div> <h2 data-id="cause"><strong>CAUSE</strong></h2> <p>The remote FLR storage required for the selected backup exceeds the percentage of free space available on the target as defined by the [SelfService] MaxFLRDownloadSizePCT parameter in the master.ini.</p> <h2 data-id="notes"><strong>NOTES</strong></h2> <p><a href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fguides.unitrends.com%2Fdocuments%2Frs-ueb-admin-guide%2Fcontent%2Fsatori%2Fadding_attached_disk_backup_st.htm">http://guides.unitrends.com/documents/rs-ueb-admin-guide/content/satori/adding_attached_disk_backup_st.htm</a></p> </article> </main>