Most of this should happen automagically when you kickstart a host
but in the event that you're doing something stupid or manual I wanted
to document this process anyway:
Once you get the register info back from the tsm admins:
- /opt/tivoli/tsm/client/ba/bin/dsmc
Then at the tsm> prompt:
If you don't see a schedule list then you need to setup a schedule with the tsm-admins.
Either way type:
and then you can run:
- /sbin/chkconfig dsmc on
- /etc/init.d/dsmc start
to make sure that the scheduler starts on reboot.
- configure your inclexcl.txt the way you think you want it
- restart the dsmc process (on linux: /etc/init.d/dsmc restart)
- as root run:
- at the tsm> prompt run:
- repeat this command for each partition you have setup on this system. Example:
A couple of points:
- you must have a / trailing the partition name
- you should definitely change the filename as it will just overwrite the old
Then you can look through that file and see what would or would not be backed up.
An example inclexcl.txt file that only backups /etc and /srv:
The special directory name .../ tells TSM to include all the subdirectories under /etc and /srv. In theory,
is enough to include everything under /etc. However, IBM has seen some rare cases where this will not include the files that are in /etc (as opposed to being in one of its subdirectories). They recommend we also us
in order to make sure that doesn't cause a problem.