
Step 1: 在TSM Server上定義備份調(diào)度
TSM> define sched <domain_name> <schedule_name> type=client ACTion=command objects="<run_scripts>" priority=5 STARTTime=<start_time> DURation=5 DURUnits=Minutes
例:在策略域FS_DM下定義一個(gè)名為BK_BILL的調(diào)度,讓它在凌晨02:30啟動(dòng)一個(gè)腳本/usr/tivoli/scripts/bk_file.sh,命令如下:
TSM> define sched fs_dm bk_bill type=client ACTion=command objects="/usr/tivoli/scripts/bk_file.sh" priority=5 STARTTime=02:30:00 DURation=5 DURUnits=Minutes
Step 2:關(guān)聯(lián)備份節(jié)點(diǎn)
TSM> define association <domain_name> <schedule_name> <node_name>Step 3: 在備份客戶端啟動(dòng)調(diào)度守護(hù)進(jìn)程并添加到自動(dòng)啟動(dòng)
Dsmc sched –virtualn=<node_name> -password=<pw>