Odd Occupancy Output

rowl

ADSM.ORG Senior Member
Joined
May 18, 2006
Messages
266
Reaction score
10
Points
0
Website
Visit site
PREDATAR Control23

I noticed one of my TSM DBs was getting larger than I like and started looking around. I found this odd output from q occ

Node Name Type Filespace FSID Storage Number of Files Physical Logical
---------- ---- ---------- ---- ---------- ----------- - ---------- -----------
DELETED Bkup DELETED 1 DISKPOOL1 14 - 79.75

There is no node named "DELETED" .

Then I tried select * from occupancy and get output like this.....(47 of these)
NODE_NAME: DELETED
TYPE: Bkup
FILESPACE_NAME: DELETED
STGPOOL_NAME: DISKPOOL1
NUM_FILES: 0
PHYSICAL_MB: 0.00
LOGICAL_MB: 174.92
REPORTING_MB: 0.27
FILESPACE_ID: 3

a few look like this
NODE_NAME: SERVERNAME <--actual registered node
TYPE: Bkup
FILESPACE_NAME: DELETED
STGPOOL_NAME: DISKPOOL1
NUM_FILES: 0
PHYSICAL_MB: 0.00
LOGICAL_MB: 364483.34
REPORTING_MB: 233.21
FILESPACE_ID: 1

I imagine this will be a PMR with support, but thought I would check to see if anyone has run into this before. q node DELETED returns invalid node name, so none of the other commands like del fi, rem no, etc... work. I have this on two servers, both using TSM deduplication.

Thanks,
-Rowl
 
Top