Management class

shamim

ADSM.ORG Member
Joined
Mar 14, 2018
Messages
26
Reaction score
0
Points
0
How to know which management class using node from TSM server.
 
From default settings in the policy domain. Then look at client option set, and look at local dsm.opt/sys.

You can also use a select statement like this

Protect: TSM>select class_name,count(*) from backups where node_name='DB01' group by class_name

CLASS_NAME Unnamed[2]
-------------------------------- ------------
DEFAULT 50920
META 7185
MYSQLBACKUP 78

This select statement can be heavy if you have slow db drives, or client has millions of files.
 
Back
Top