TSM Client

Jcage

ADSM.ORG Member
Joined
Jul 4, 2006
Messages
277
Reaction score
0
Points
0
Location
Toronto
Website
Visit site
Can anyone recommend a course that would help me understand TSM from a clients perspective ?
 
Redbooks might help you get a head start.

There isn't much to go along with nodes accept understanding concepts like versions of a file to keep, version retention, etc. TDP is another piece that you have to take a look if you need to use one.
 
That's the problem I'm having. I know the admin end of it but I can't advice the client on how it should it should be set up on their end. Thanks for the links, I'll check them out.
 
my problem is ??
when I try to execute /usr/tivoli/tsm/client/ba/bin/dsmcad -optfile /usr/tivoli/tsm/client/ba/bin/dsm.opt this message appear

Fatal error: got signal 11
IOT/Abort trap(coredump)

and dsmcad deamon is not active ??

help me please
 
sobo:

The plain syntax is: /usr/tivoli/tsm/client/ba/bin/dsmcad >/dev/null 2>&1

If you have the OPT file specified, it is not dsm.opt but dsm.sys on UNIX systems:

/usr/tivoli/tsm/client/ba/bin/dsmcad -optfile=/usr/tivoli/tsm/client/ba/bin/dsm.sys >/dev/null 2>&1
 
moon-buddy :

it is the same problem when I try to excute the command with dsm.sys

th message is :

IOT/Abort trap (core dumped)

?????
 
the TSM BA is reinstalled but the problem is same
 
OS AIX 5.1

TSM server 5.2.2.0
TSM client 5.2.2.0
 
my server operate with another client with a same version (TSM 5.2.2.0 and AIX 5.1)
 
Back
Top