TSM_Maintenance Script

NeilaEya

Active Newcomer
Joined
Nov 4, 2015
Messages
9
Reaction score
0
Points
0
Hello,

Can you please explain to me how to create scheduled maintenace scripts for my tsm server like this: I didn't find how to do in tsm operations console:
upload_2016-6-12_2-17-10.png

Thanks in advance,
 
Hello NeilaEya,

There is currently no way to define a new script or a new admin schedule within Operations Center. You must use command line interface.
See :
https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.5/srv.reference/r_cmd_script_define.html
https://www.ibm.com/support/knowled...rv.reference/r_cmd_schedule_admin_define.html

First, write the TSM commands in a text file (and then tranfer it to your TSM Server),
Then, use it to define a new script : def scr script_name file=path_to_your_text_file
and, define an admin schedule to run it : def sched sched_name t=a cmd="run script_name" active=yes
 
Hello Mr erwanns,

Thanks a lot for your support. And how to do for DRM : How to create a DRM PLAN ?

Regards,
 
Back
Top