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下定義一個名為BK_BILL的調(diào)度,讓它在凌晨02:30啟動一個腳本/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é)點
TSM> define association <domain_name> <schedule_name> <node_name>Step 3: 在備份客戶端啟動調(diào)度守護進程并添加到自動啟動
Dsmc sched –virtualn=<node_name> -password=<pw>