Tivoli Client Scheduler Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Client Scheduler Troubleshooting == | == 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== | == AIX and Linux== | ||
# The <tt>'''dsm.sys'''</tt> file if using <tt>'''MANAGEDSERVICES'''</tt> 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. | # The following commands must be run as a user with rights to Tivoli. | ||
# Path to the <tt>'''/usr/tivoli/tsm/client/ba/bin64 | # Path to the <tt>'''/usr/tivoli/tsm/client/ba/bin64'''</tt> folder. | ||
# Run the dsm client program to start the scheduler in the foreground. | # Run the dsm client program to start the scheduler in the foreground. | ||
## <tt>'''dsmc sched -optfile="<path to the options | ## <tt>'''dsmc sched -optfile="<path to the options>"'''</tt> | ||
# On the TSM Server, modify the schedule or create a new scheduler with the option <tt>'''STARTTIME=now'''</tt> | # On the TSM Server, modify the schedule or create a new scheduler with the option <tt>'''STARTTIME=now'''</tt> | ||
# Review and correct errors on the client side. | # Review and correct errors on the client side. | ||
== Windows == | == Windows == | ||
# The <tt>'''dsm.opt'''</tt> file if using <tt>'''MANAGEDSERVICES'''</tt> option must be commented out and the scheduler that is being reviewed must be running. | |||
# Run <tt>'''CMD.EXE'''</tt> as Administrator. | # Run <tt>'''CMD.EXE'''</tt> as Administrator. | ||
# Path to the baclient folder. | # Path to the baclient folder. | ||
# Gather the list of installed TSM Client Schedulers. | # Gather the list of installed TSM Client Schedulers. | ||
## <tt>''' | ## <tt>'''dsmcutil list'''</tt> | ||
# Gather the <tt>'''dsm.opt'''</tt> path from the options field for the failing scheduler service, use the output exactly from the previous step. | # Gather the <tt>'''dsm.opt'''</tt> path from the options field for the failing scheduler service, use the output exactly from the previous step. | ||
## <tt>'''dsmcutil query /name:"<name of TSM scheduler>"'''</tt> | ## <tt>'''dsmcutil query /name:"<name of TSM scheduler>"'''</tt> |
Latest revision as of 13:33, 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.