Tivoli Client Scheduler Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
== Further Reading == | == Further Reading == | ||
# [http://www-01.ibm.com/support/knowledgecenter/ | # [http://www-01.ibm.com/support/knowledgecenter/SSGSG7/welcome?lang=en IBM Knowledge Center] | ||
# [http://www-01.ibm.com/support/docview.wss?uid=swg21284034 Scheduled backup fails with ANS1909E, ANS1512E, or ANR2579E] | # [http://www-01.ibm.com/support/docview.wss?uid=swg21284034 Scheduled backup fails with ANS1909E, ANS1512E, or ANR2579E] | ||
# [http://pic.dhe.ibm.com/infocenter/tsminfo/v6r2/index.jsp?topic=%2Fcom.ibm.itsm.client.doc%2Fc_cfg_dsmcutil_cmdwin.html Dsmcutil commands: Required options and examples] | # [http://pic.dhe.ibm.com/infocenter/tsminfo/v6r2/index.jsp?topic=%2Fcom.ibm.itsm.client.doc%2Fc_cfg_dsmcutil_cmdwin.html Dsmcutil commands: Required options and examples] |
Revision as of 13:20, 15 August 2014
Client Scheduler Troubleshooting
- The dsm.opt file if using MANAGEDSERVICES option must be commented out and the scheduler that is being reviewed must be running.
AIX and Linux
- The following commands must be run as a user with rights to Tivoli.
- Path to the /usr/tivoli/tsm/client/ba/bin64 folder.
- Gather the list of installed TSM Client Schedulers.
- dsmutil list
- Gather the dsm.opt path from the options field for the failing scheduler service, use the output exactly from the previous step.
- dsmcutil query -name:"<name of TSM scheduler>"
- Run the dsm client program to start the scheduler in the foreground.
- dsmc sched -optfile="<path to the options file from the previous step>"
- On the TSM Server, modify the schedule or create a new scheduler with the option STARTTIME=now
- Review and correct errors on the client side.
Windows
- Run CMD.EXE as Administrator.
- Path to the baclient folder.
- Gather the list of installed TSM Client Schedulers.
- dsmutil list
- Gather the dsm.opt path from the options field for the failing scheduler service, use the output exactly from the previous step.
- dsmcutil query /name:"<name of TSM scheduler>"
- Run the dsm client program to start the scheduler in the foreground.
- dsmc sched -optfile="<path to the options file from the previous step>"
- On the TSM Server, modify the schedule or create a new scheduler with the option STARTTIME=now
- Review and correct errors on the client side.