cancel
Showing results for 
Search instead for 
Did you mean: 

Stale information from query

Will_Restore
Level 6

Updated a bunch of clients to NetBackup 7.7.2 and then ran this query to see which might have been missed.  It's showing most of the updated clients as older version.  Also lists some clients which were decommissioned years ago. Is there a way to refresh OpsCenter? 

 

SELECT name, versionLabel

FROM domain_Client;

 

3 REPLIES 3

Will_Restore
Level 6

I stopped Data Collection for all servers then restarted and it fixed some of the report data but no means all of it. 

M_henriksen
Level 4
Partner

What about this

SELECT name, versionLabel
FROM domain_Client
where DATEDIFF(day,UtcBigIntToNomTime(lastUpdatedTime), GETDATE()) <= 2

 

Will_Restore
Level 6

That helps though some obsolete clients still showing up.