今天碰到一个tsm 的case:
发现 node 加入schedule 后报错,没有备份:
我手工备份了一下:
cd /usr/tivoli/tsm/client/ba/bin/
sudo ./dsmc select /home/p/test1.txt -sudir=yes > /tmp/backlog.txt
看到baklog.txt 里面的信息:
--------
ANS9989W Management class bkmonthly specified on the include
statement in /usr/tivoli/tsm/client/ba/bin/dsm.sys at line 26 does not exist.
...
...
selective backup processing of '/home/p/test1.txt' finished without failure.
好,现在 我看一下:dsm.sys 的配置:
Servername TSM
...
...
...
include * bkmonthly
但是:
q mgmt 看到的 改node 的mgmt 是已经设置好的:
policy doman policyset name mgmt class
------------ -------------- ----------
a-domain a_set a_daily
很明显 这mgmt 和dam.sys 里的补匹配。
下面解决方法:
在dsm.sys 里把最后一行: include * bkmonthly 去掉。