i remember of the need to set some environment variables when running tsm
for example, my cron daily backup script looks like :
#!/bin/bash
export DSM_DIR=/opt/tivoli/tsm/client/ba/bin
export DSM_CONFIG=${DSM_DIR}/dsm.opt
cd ${DSM_DIR}
${DSM_DIR}/dsmc incr ...
it's possible that an activation at
We recently installed 4.2.1.0 client software on a Linux system with a
2.4.10 kernal. I have no trouble starting the client scheduler process
with the 'at now' command, but the client scheduler process is
consistently crashing with a segment fault when it is started from
inittab during system init