ADSM-L

[ADSM-L] copy stg has more files than the primary one!

2012-08-11 06:08:03
Subject: [ADSM-L] copy stg has more files than the primary one!
From: Mehdi Salehi <ezzobad AT GMAIL DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Sat, 11 Aug 2012 19:54:31 +1000
Hi,

There are two LTO pools in this TSM server, one "primary" and the other
"copy". I cannot explain why the two stg pools have different number of
records in CONTENTS table:
primary pool: POOL1
copy pool: POOL2

- All disk-based stg pools and volumes are empty. They have been migrated
to POOL1

- no node is connected to the server.

- "backup stg POOL1 POOL2" finds nothing to copy.

- There is no damaged file in the contents: "select count(*)  from contents
where damaged!='No'"

- Here is the difference:
query_result1: select count(*) from contents where volume_name in (select
volume_name from volumes where stgpool_name='POOL1)
query_result2: select count(*) from contents where volume_name in (select
volume_name from volumes where stgpool_name='POOL2)

query_result12 = query_result1 + 12 !!!

Thank you in advance.

<Prev in Thread] Current Thread [Next in Thread>