Output DSMSCHED.log from manual increment

TaSMania

ADSM.ORG Member
Joined
Nov 17, 2015
Messages
126
Reaction score
1
Points
0
When we do manual increment, it does not out put to dsmsched.log.
if possible, what and how to do it.

unsuccessful try:
incr c: > dsmsched.log
incr c: >> dsmsched.log
incr c: > c:\program files\Tivoli\tsm\baclient\dsmsched.log
incr c: > 'c:\program files\Tivoli\tsm\baclient\dsmsched.log'
 
You need to do it when invoking the client, not interactively.

c:\> dsmc incr > output

And not:
c:\> dsmc
TSM> incr > output
 
let me revise my wording.

I'd tried.
tsm> incr c: > dsmsched.log
tsm> incr c: >> dsmsched.log
tsm> incr c: > c:\program files\Tivoli\tsm\baclient\dsmsched.log
tsm> incr c: > 'c:\program files\Tivoli\tsm\baclient\dsmsched.log'

incr c: = just want increment on C: drive not D: or E: not all.
 
This is what I got when I tried to out and/or replace.
instead of out putting to, it backup volume 'dsmsched.log instead.

tsm> incr >> dsmsched.log

Incremental backup of volume '>>'
ANS1076E The specified directory path 'C:\Program Files\tivoli\tsm\baclient\.' c
ould not be found.

Incremental backup of volume 'dsmsched.log'
 
let me revise my wording.

I'd tried.
tsm> incr c: > dsmsched.log
tsm> incr c: >> dsmsched.log
tsm> incr c: > c:\program files\Tivoli\tsm\baclient\dsmsched.log
tsm> incr c: > 'c:\program files\Tivoli\tsm\baclient\dsmsched.log'

incr c: = just want increment on C: drive not D: or E: not all.
My response is the same as above. I'll try to show you what I mean.


This
upload_2017-4-25_13-4-55.png


Not this:
upload_2017-4-25_13-6-30.png
 
Got it!
So the " > " output doesn't work in TSM only windows.
 
Back
Top