Ask the Community
Groups
iSeries backup not running - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>iSeries backup not running</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <h3 data-id="description">Description</h3> <p>iSeries backup will not run. Looking in the iSeries backup logs I see a message stating:</p> <p>Processing already in progress for iSeries client [Machine Name]. Cannot continue.</p> <h3 data-id="cause">Cause</h3> <p>A backup or restore operation was terminated before it was allowed to finish. A lock file is generated for these operations and is cleaned up after the job is complete. If the job is not allowed to complete the lock file can be left behind and subsequent backups will not run.</p> <h3 data-id="resolution">Resolution</h3> <p>Use a SSH client like putty to login to the backup appliance.</p> <p>‘cd /var/lock’</p> <p>Run a directory listing:</p> <p>‘ls –l’ lower case L</p> <p>You will see a file that matches the registered clients’ machine name.</p> <p>Delete this file.</p> <p>‘rm –f [Machine Name]’</p> <h3 data-id="third-party-sources">Third-Party Sources</h3> <p>N/A</p> <p> </p> </article> </main>