Hi,
Thanks for advice. I have been reading about this option (-w) also.
But this will be too slow, as if we specify a whole-system backup the onbar_driver backs up the storage spaces serially. No onbar_d child processes are created.
As we have around
1.5TBytes of data and with BAR_MAX_BACKUP=5 the backup takes three and a half hours to finish. Now with whole-system backup will the backup time be 5 times more (fifteen hours)?
And what about the restore command?
We must follow a physical restore with a logical restore (onbar -r -p followed by onbar -r -l) before data is accessible
unless we use a whole-system restore onbar –r –w -p. Is this OK?
If we set the LTAPEDEV configuration parameter to /dev/null on UNIX the logical logs are not salvaged in any ON-Bar restore (onbar -r or onbar -r -w).
After the restore the database is in quiescent mode and have to run
"onmode -m" or "onmode -sy" command to perform fast recovery and bring the database online.
And one more question:
As we keep in TSM three consecutive backups how can we restore some of the oldest backups? Because if we type just onbar -r -w this will restore the last backup. Can we use:
onbar -r -p -t time -w a point-in-time restore?
And what should be the "
time" parameter (from ON–Bar activity log when the backups were performed)?
If we continue to backup the logical logs (e.g. LTAPEDEV is not /dev/null), how to purge the old logical log backups from Tivoli Storage Manager (TSM)? Are they automatically removed when the full database backup is performed or they have to be removed manually running some script or command? Is there a command to purge them, or a parameter of the onbar command which to tells the TSM to override the logical logs backups?
Can we use the following comnand somehow:
onsmsync command - Synchronizes the contents of the sysutils database, the emergency boot files, and the storage manager catalogs.
Can be used to purge backups that are no longer needed according to user-selectable policies.
Regards.