Domino TSM - NSF restore failed

TiborB

ADSM.ORG Senior Member
Joined
Feb 6, 2011
Messages
209
Reaction score
14
Points
0
Location
Central Europe
Hi

I have a problem with restoration of NSF database - I got ANS1314E (rc14) error.
I did some investigation - I can say there are no missing/corrupted tapes.
When I am doing:

select object_id,BACKUP_DATE from backups where node_name='MAIL' and ll_name='USERNAME.NSF' order by BACKUP_DATE

I get about 15 objects - that is fine, but subsequently when I try this:

show bfo 0 593341947
Bitfile Object: 593341947
Inactive
Bitfile Object NOT found.

What is interesting when I do (note the DATA suffix)

select object_id,BACKUP_DATE from backups where node_name='MAIL' and ll_name='USERNAME.NSF.DATA' order by BACKUP_DATE

I am getting also 15 objects but these return (when running 'show bfo 0' command) their proper attributes (including size and volume where they are located).

I am new to domino for TSM so I do not know if it is all right.

Chances are that we somehow damaged the TSM database when we did a backup with "exclude all files" setting in opt file by mistake so probably a policy for "removed" files were applied.

Overall, I am confused with situation and would be thankfull for any kind of help/guidance

Thanks
 
Back
Top