Skip to main content
Question

IBM i backup job completes successfully but no data is backed up

  • March 9, 2026
  • 0 replies
  • 8 views

Forum|alt.badge.img+5

Hello,

I’m experiencing an issue with backups from an IBM i server using Commvault.

Recently, the scheduled backup jobs finish with the status “Completed” and without errors, but when reviewing the backup contents, no data appears to have been backed up.

In this case, the backup configuration is set to back up only one specific library, and this is precisely the library that is not being backed up.

So far, I have verified the following:

  • The Check Readiness test is successful on both the IBM i client and the Proxy.
  • The IBM i user configured for Commvault has the required privileges.
  • Backups were working correctly last week.
  • The backups run during early morning hours, when there is no system activity.
  • I tested the Save While Active parameter using “*LIB” and “*SYNCLIB”.
  • No network connectivity issues have been detected.

Has anyone experienced a similar situation where the backup job completes successfully but the configured library is not backed up?

Any guidance or suggestions on additional checks would be greatly appreciated.

Thank you.

Forum|alt.badge.img+9
  • Vaulter
  • March 10, 2026

Hi Alexis,

I don’t have an IBM i system to test with at the moment but there’s a few things.
In some subclients (I don’t know if this applies to IBM i off the top of my head) there’s an option to allow empty content, this allows for a job to run, backup nothing and mark completed. I would validate this first.

Next, are you backing up incrementally? If the job is incremental, has data changed in the selected library between backups? If you run a full backup does it detect and protect data?

The next thing I would look at if all of the above fails to yield results is the FileScan.log file on your access node. This log outlines the scan occurring on your library and what data is marked as valid for backup. If that log is a bit too much, look for near the end of a scan operation and file a line like the one below.
 

614 e1e 10/31 23:16:09 7254 CScanJobCallback::GetNextPhaseArguments_UpdateStats(494) - Total Collect Files=[139], Total Data Size=[11457657344], Total items to Backup=[139935], Total Folder to backup=[0]


This is from one of my Linux systems but it shows that at the end of the scan it found 139935 items to backup which amounts to 11457657344B in size.

Hopefully this helps identify your issue,
Jace