Tivoli Client Scheduler Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 33: | Line 33: | ||
[[Category: Software]] | [[Category: Software]] | ||
[[Category: | [[Category: Caché]] |
Revision as of 13:32, 10 March 2015
Client Scheduler Troubleshooting
- Always check your firewall ports.
- Check CAD from the TSM Server by telnetting to the client node on port 1581.
- Check the connection from the client node by running dsmc from the command line on the client node.
AIX and Linux
- The dsm.sys file if using MANAGEDSERVICES option must be commented out and the scheduler that is being reviewed must be running.
- The following commands must be run as a user with rights to Tivoli.
- Path to the /usr/tivoli/tsm/client/ba/bin64 folder.
- Run the dsm client program to start the scheduler in the foreground.
- dsmc sched -optfile="<path to the options>"
- 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
- The dsm.opt file if using MANAGEDSERVICES option must be commented out and the scheduler that is being reviewed must be running.
- Run CMD.EXE as Administrator.
- Path to the baclient folder.
- Gather the list of installed TSM Client Schedulers.
- dsmcutil 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.