Hi, we have configured two tsm-nodes on one server (running on linux). Running manually from the commandline we can save data from both nodes.
But unfortunately only one of the nodes (GPFSDATA) is running by the scheduler. The other one (ZENTGPFSN01) never starts by the scheduler - but "q sched" looks good. Here the dsm.sys ---- SErvername GPFSDATA COMMMethod TCPip TCPPort 1500 TCPServeraddress <backupserver> NODENAME ZENTGPFSDATA.EVA.MPG.DE Passwordaccess generate passworddir /gpfs/CONFIG/TSM MEMORYEFFICIENTBACKUP YES * logfiles errorlogname /var/log/adsm/gpfsdata/dsmerror.log schedlogname /var/log/adsm/gpfsdata/dsmsched.log DOMAIN ALL-LOCAL -/ -/boot -/var -/proc -/sys exclude.dir /tmp exclude.dir /mnt exclude.dir /mnt2 exclude.dir /media exclude.dir /var/log/adsm exclude /var/.../log.* exclude.dir /gpfs/automountdir exclude /.../core * clear log after 7 days errorlogretention 7 schedlogretention 7 HttpPort 1581 MANAGEDSERVICES WEBCLIENT * * node for system files * SErvername SYSTEM COMMMethod TCPip TCPPort 1500 TCPServeraddress <backupserver> NODENAME ZENTGPFSN01.EVA.MPG.DE Passwordaccess generate MEMORYEFFICIENTBACKUP YES * logfiles schedlogname /var/log/adsm/system/dsmsched.log errorlogname /var/log/adsm/system/dsmerror.log DOMAIN / /boot /var exclude.dir /tmp exclude.dir /mnt exclude.dir /mnt2 exclude.dir /media exclude.dir /var/log/adsm exclude /var/.../log.* exclude.dir /gpfs/automountdir exclude /.../core * clear log after 7 days schedlogretention 7 errorlogretention 7 MANAGEDSERVICES SCHEDULE ---- We start two dsmcad-processes by "/opt/tivoli/tsm/client/ba/bin/dsmcad" and "/opt/tivoli/tsm/client/ba/bin/dsmcad -servername=system" and both processes are running: # ps aux|grep dsm[c] root 15907 0.0 0.0 63236 3288 ? SNl Jun18 0:00 /opt/tivoli/tsm/client/ba/bin/dsmcad root 16249 0.0 0.0 30400 2696 ? SNl Jun18 0:00 /opt/tivoli/tsm/client/ba/bin/dsmcad -servername=system Any ideas? Thanks, Alex