db2diag command
A useful db2diag command that I use on a regular basis to check daily backups is as follows:
db2diag -g message=:”Backup complete”
This will return the time the backup completed and whether or not it was successfull.
Leave a Comment