TSM Information in Windows EVENT Viewer

mricca

ADSM.ORG Member
Joined
May 6, 2003
Messages
164
Reaction score
0
Points
0
Location
Phoenix, AZ
Website
Visit site
Is there a way to disable the TSM information from showing in the Windows event viewer? Seems that every hour information on the scheduler and CAD show up in there. I understand it is informational only...but is there a way to stop it, or decrease the amount of times that information on the scheduled service shows up. I have polling on this client at 12 hours, but seems information on what the CAD and Scheduler are doing show up every hour and is filling their event logs.
 
try changing the event logging reg key for the tsm sched service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TSM Central Scheduler\Parameters]

Eventlogging = 0
 
For your original issue of polling every one hour, try checking queryschedperiod on the client by running the following command



DSMC Q OPTION



Look for QuerySchedPeriod. If you like to change to different value, Add the following file in dsm.opt



QuerySCHEDPERIOD 12



also, run the q stat command on TSM server and make sure it is set to client.



Query Schedule Period: Client
 
Back
Top