Cannot delete filespace

Decker

Newcomer
Joined
May 21, 2015
Messages
3
Reaction score
0
Points
0
PREDATAR Control23

Hi. i must delete a node.

when i try to delete his filespaces i have this error:

05/21/15 11:45:25 ANR0984I Process 1087 for DELETE FILESPACE started in the
BACKGROUND at 11:45:25. (SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR0800I DELETE FILESPACE * (fsId=3) for node 345_GENERAL
started as process 1087. (SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR0802I DELETE FILESPACE * (fsId=3) (backup/archive data)
for node 345_GENERAL started. (SESSION: 162824, PROCESS:
1087)
05/21/15 11:45:25 ANR9999D_0428119619 DeleteFileSpace(imfsdel.c:2979)
Thread<337341>: nodeId=62, fsId=3 not deleted: referenced
in Backup.Objects (SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> issued message 9999 from:
(SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> 000000010000c7e8 StdPutText
(SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> 000000010000fb90 OutDiagToCons
(SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> 000000010000a2d0 outDiagfExt
(SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> 000000010038dd98 DeleteFileSpace
(SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> 0000000100390d20
imFSDeletionThread (SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR9999D Thread<337341> 000000010001509c StartThread
(SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:25 ANR0806I DELETE FILESPACE * (fsId=3) complete for node
345_GENERAL: 0 objects deleted. (SESSION: 162824,
PROCESS: 1087)
05/21/15 11:45:25 ANR0985I Process 1087 for DELETE FILESPACE running in the
BACKGROUND completed with completion state FAILURE at
11:45:25. (SESSION: 162824, PROCESS: 1087)
05/21/15 11:45:36 ANR2017I Administrator ADMIN issued command: QUERY ACTLOG
se=": 1087" (SESSION: 162824)


It has only one file, i tryed to delete it and then delete the node but i cant:

tsm: TSM>select OBJECT_ID from backups where node_name='345_GENERAL'
OBJECT_ID
--------------------
2940846

tsm: TSM>delete object 2940846
Object 0.2940846 is not defined.
ANS8001I Return code 11.

if i try to get some information about this object, i cannot do it also:

tsm: TSM>show bfo 0 2940846
Bitfile Object: 0.2940846
Bitfile Object NOT found.
tsm: TSM>show invo 0 2940846
ANR2034E SHOW: No match found using this criteria.

It seems that the object doesn't exist, but the backup table show me it and i cannot delete the filespece, and obviously, the node after.

Can someone help me, please?
 
PREDATAR Control23

The last time I encountered this, I had to open a PMR with IBM. This is an issue with the DB2 environment that is holding the metadata for the node you are deleting.

In my case, this happened in TSM version 6.2.3

IBM asked me to enter a series of DB2 commands that is specific to the error.
 
Last edited:
PREDATAR Control23

:(:(:(:(

The problem is that we are out of support because we have a TSM version 5.5.2
We will migrate to most recently version but to do it, we need to solve this error first.
 
PREDATAR Control23

We can't audit it. Our database is over 300 Gb occupancy and it will take very days to finish
 
PREDATAR Control23

It sounds like you will have to live with keeping that node around if you can't audit and are out of support.

Do you know if the upgrade to 6.3 fails because of this? If the upgrade is successful, then you can open a PMR after the upgrade to delete that node.
 
Top