NetBackup backup fails with "checkpoint version mismatch"
Hello Forum,
We had a recent backup failure. The error "checkpoint version mismatch" was in the Job Detailed Status and searches haven't returned anything relevant. Any suggestions on what this error is and/or which logs might provide more info ? Thanks !
09/01/2014 1:23:45 - Info bpbrm (pid=30219) starting bpbkar on client
09/01/2014 1:23:45 - Info bpbkar (pid=17664) Backup started
09/01/2014 1:23:45 - Info bpbrm (pid=30219) bptm pid: 13025
09/01/2014 1:23:45 - Error bpbrm (pid=30219) from client ServerName: ERR - checkpoint version mismatch
09/01/2014 1:23:45 - Info bptm (pid=30252) start
09/01/2014 1:23:45 - Info bptm (pid=30252) using 1048576 data buffer size
09/01/2014 1:23:45 - Info bptm (pid=30252) using 128 data buffers
09/01/2014 1:23:45 - connected; connect time: 0:00:00
09/01/2014 1:23:47 - Info bptm (pid=30252) resuming backup-id ServerName_1407047411 copy 1 at fragment 48, 512 blocks: 3415050240
09/01/2014 1:23:47 - Info bptm (pid=30252) start backup
09/01/2014 1:23:47 - Info bptm (pid=30252) backup child process is pid 30260
09/01/2014 1:23:47 - Info bptm (pid=30252) waited for full buffer 0 times, delayed 0 times
09/01/2014 1:23:47 - Info bptm (pid=30252) EXITING with status 90 <----------
09/01/2014 1:23:47 - Info bpbkar (pid=17664) done. status: 6: the backup failed to back up the requested files
09/01/2014 1:23:47 - begin writing
09/01/2014 1:23:47 - end writing; write time: 0:00:00
the backup failed to back up the requested files (6)
(NOTE: the dates and names were changed)
- Hi, Thomas, The issue is caused by NetBackup client version is inconsistent between the suspended job and resumed job. Typically, it's caused by user updates NBU client after backup job is suspended. For example: o) Install NBU 7.5 on client machine, and start a backup job. o) After the check-point is generated, the information is transfer to NBU server. You can check the info under: C:\Program Files\Veritas\NetBackup\db\jobs\restart\job_ID.ckpts. And, the info is like: -------------------------- CPR - 696832 2856 0 0 38 0 0 0 1 356777984 0 1 512 0 1 750000 0 0 0 25 /C/data/0/000/000/033.10M -------------------------- '750000' is the NBU version on client. o) Suspend the backup job and update NBU client to 7.6. o) Resume the backup job, it errors out with 'checkpoint version mismatch'. So, if you need to update NBU client, please wait until job is finished. Otherwise, it may causes job failure. Hope it help!