Files in database but get "ANS1092W No files matching"

fourie

Active Newcomer
Joined
Aug 20, 2010
Messages
11
Reaction score
0
Points
0
PREDATAR Control23

Hi Folks

One of my disk subsystems mounted on /cluster1 failed, and TSM did one backup of empty file space the next day.

I am mow trying to restore, but keep getting "ANS1092W No files matching search criteria".

When I query the database (example below), the files are there and active, but I keep getting a message that no files match when I try to restore.

Here is an example with one file:

tsm: TSM>select * from backups where node_name='WONKOFS.BI.UP.AC.ZA' and ll_name='blast.sh'

NODE_NAME: WONKOFS.BI.UP.AC.ZA
FILESPACE_NAME: /cluster1
FILESPACE_ID: 5
STATE: ACTIVE_VERSION
TYPE: FILE
HL_NAME: /home/fourie/
LL_NAME: blast.sh
OBJECT_ID: 141178472
BACKUP_DATE: 2011-07-20 23:47:29.000000
DEACTIVATE_DATE:
OWNER: fourie
CLASS_NAME: DEFAULT

So the file is still active.

But when I try to restore it:

> dsmc restore /cluster1/home/fourie/blast.sh
IBM Tivoli Storage Manager
Command Line Backup-Archive Client Interface
Client Version 6, Release 2, Level 1.0
Client date/time: 02/14/2015 14:09:33
(c) Copyright by IBM Corporation and other(s) 1990, 2010. All Rights Reserved.

Node Name: WONKOFS.BI.UP.AC.ZA
Session established with server TSM: Linux/x86_64
Server Version 6, Release 2, Level 6.0
Server date/time: 02/14/2015 14:09:33 Last access: 02/14/2015 14:08:55

Restore function invoked.

ANS1302E No objects on server match query


The -inactive flag doesn't help either...

Any help would be appreciated!

Best regards!

Fourie
 
PREDATAR Control23

PS I suspect that the problem is that /cluster1 was first a filespace, and then afterwards a directory. I am now getting the results for the directory /cluster1 and not the filespace /cluster1.

Regards!

Fourie
 
Top