Tivoli Client Scheduler Troubleshooting: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
Line 17: Line 17:


== Further Reading ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp IBM Tivoli Storage Manager Infocenter]
# [http://www-01.ibm.com/support/knowledgecenter/SSGSG7_6.3.0/com.ibm.itsm.ic.doc/welcome.html?lang=en IBM Tivoli Storage Manager Infocenter]
# [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 12:20, 15 August 2014

Client Scheduler Troubleshooting

  1. The dsm.opt file if using MANAGEDSERVICES option must be commented out and the scheduler that is being reviewed must be running.

AIX

Linux

Windows

  1. Run CMD.EXE as Administrator.
  2. Path to the baclient folder.
  3. Gather the list of installed TSM Client Schedulers.
    1. dsmutil list
  4. Gather the dsm.opt path from the options field for the failing scheduler service, use the output exactly from the previous step.
    1. dsmcutil query /name:"<name of TSM scheduler>"
  5. Run the dsm client program to start the scheduler in the foreground.
    1. dsmc sched -optfile="<path to the options file from the previous step>"
  6. On the TSM Server, modify the schedule or create a new scheduler with the option STARTTIME=now
  7. Review and correct errors on the client side.

Further Reading

  1. IBM Tivoli Storage Manager Infocenter
  2. Scheduled backup fails with ANS1909E, ANS1512E, or ANR2579E
  3. Dsmcutil commands: Required options and examples
  4. Dsmcutil valid options