Issuing: q volhist or opening the file volhist.out
Will get you the same information.
For me, I issue: q volhist t=dbb
Backing up the database and backing up the volhist
are two different process.
If we only issue backup volhist once and do not issue the command again. Let's say over a 9 month period, during this time we have been performing a database backup every day. And we only keep two weeks worth of the backup.
At the end of the 9 months some thing happen and we have to restore the database. Our tape library have 500+ tape volumes.
Since we only did a backup volhist 9 months ago, it will contain the name of the database backup that was done 9 months ago. During this time database volume have expire and the tape have been reused several times already.
Since we do not know which tape contains the current database backup, we would have to issue 'restore db' and hopefully that we hit a database backup.
The volume history contain information like what tape volume contains the database backup. Without a current volume history, we have no way to determine which tape volume contains the database backup.
If we know the name of the tape volume, then we do not need the volume history and what are the odds of this ocurring?
Unless we have a manual tape drive and we have to manually keep track of all the tapes.
When we backup the database, we are saving all the pointers that the TSM Server use. Within the database it also contain information of what tape volume contains the database backup. To get this information out of the database, need to issue backup volhist.
Once the backupdb completes, need to run backup volhist.
If the database fit on one tape, just perform full backup.
When we perform the restore, there would be only tape mount.
If the database span two tapes, then we may start performing incremental backup.
With incremental backup of the database, can only perform up to 32 incremental backup. Then a full backup must be done.
The Quick Start Guide is a good manual to start with.
The admin guide, it expect the reader to have some knowledge
level.
The reference guide, all the TSM syntax that one would need.
The followng makes good addition to the Admin Guide.
TSM Concepts - SG24-4877-03
TSM Implementation - SG24-54-16-02
Good Luck,
Sias