Unsolved
This post is more than 5 years old
2 Posts
0
858
December 15th, 2005 13:00
Verifying data on volume
How would I verify that there is data actually saved to a volume from the previous nights backups?
No Events found!
Unsolved
This post is more than 5 years old
2 Posts
0
858
December 15th, 2005 13:00
Top
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
December 15th, 2005 13:00
If you wish to verify what data is saved you can check index database with nsrinfo command. For example, from media database obtain nsavetime for given client and ssid and then feed it to nsrinfo and you will see what data is there.
If you wish to check integrity of the data on the volume itself you could clone the volume or run bogus scanner command (-n option).
Most common method is still by checking the logs and writing custom script where in report you see number of files and data volume. Experienced admin usually will notice if figures are not right and logs itself should be enough to see if something happen or not (however, that won't save you from nasty things like bad media).
DavidHampson
2 Intern
•
1.1K Posts
0
December 22nd, 2005 09:00
(1) The easiest way would be to check in the GUI and see what savesets are on the volume - you can also use mminfo -q volume=volumename to verify the contents (as per the media database).
(2) To verify the contents of the tape you will need to mount the tape and run the scanner command on it.
The correct answer to this query depends on what you need the information for and how you intend to act upon it!
regards
David
dcrawford21
17 Posts
0
January 4th, 2006 13:00
dhaskell
2 Posts
0
January 4th, 2006 13:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 4th, 2006 13:00
cfaller
96 Posts
0
January 4th, 2006 14:00
1. Restore from the tape.....
2. Clone the tape.....
3. Use Scanner on the tape....
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 5th, 2006 03:00
One thing we all failed to add was that in restore GUI you can run verify, but that one will only compare file types, modification times, sizes, and content. It does not verify other attributes, such as read only or hidden. Most of backup admins won't use that as they will probably script a solution via nsrinfo and some other tools on the local system.
cfaller
96 Posts
0
January 9th, 2006 14:00
As you had stated in your first response to his question, if the verification was to validate the data on the volume then a proper restore would be your first option.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 10th, 2006 05:00
If your backup volume is small or critical data that needs 100% to be verified is small that restore might be your option. However, imagine a bigger volume - restore can't be optimal anymore way of doing verify. Still, if being sure you have data secured is an issue cloning would be something that would address both things: verification of original volume and extra copy.
One thing that still remains an issue is data volume verification after certain time - for example you wish to test if your volumes are still able to do the restores. Today I believe data retention which is acceptable per tape type we usually see is 5-7 years (despite, some people like to believe tapes can be used to keep data "forever"). For such tests you would have 2 kind of verifications: one - verifying conditions of tape vaulting and second where you would run random test to your DR location.