Table of Contents
Tivoli Storage Management (TSM) is enterprise level software that provides a data backup and restoration service for departmental servers. The following instructions provide a step-by-step guide to installing TSM on a Linux system.
-
A member of the Enterprise Recovery Group needs to add your system, hereafter called node, to the server using the administrator GUI, and then add the node to the appropriate schedule.
-
If your node already has TSM, stop the scheduler service then uninstall the Tivoli RMPs.
-
As root , run the following commands (this creates a temporary directory to store the installation files):
mkdir /tmp/tsm cd /tmp/tsm
-
Access [ https://help.unc.edu/?id=6327 ] Tivoli Storage Manager help document for current IBM TSM client downloads.
-
Download the
READMEfile and tar file to/tmp/tsm. -
Review the
READMEfiles for the latest news and APAR's for this client. Also, be aware that if you accept defaults regarding where to install things, then you can ignore setting theDSM_CONFIGand other environment variables. -
Type:
tar -xvf IP22730.tar (substitute the appropriate tar file name) -
Install Tivoli Packages by typing the following:
rpm -i TIVsm-API.i386.rpm rpm -i TIVsm-BA.i386.rpm -
Use a web browser to access this web site: https://its.unc.edu/esm/backup/TSM_Clients/Linux/ copy the
dsm.optanddsm.sysfiles to/opt/tivoli/tsm/client/ba/bin/. Also, copy theinclexcl.dsmfile to/etc. -
Modify the
dsm.opt,dsm.sysandinclexcl.dsmfiles customizing each for your system. -
Type the command dsmj . At the prompt type the password given to you by the TSM administrator, then exit and retype dsmj . If it doesn't ask for a password, the client is installed correctly.
-
TSM needs port 1500 (communication from client to backup server) and port 1501 (communication from backup server to client) open in the firewall, which allows the backup server to initiate automated backups.
-
To install the client scheduler, add the following line to the
/etc/inittabfile:ad:2345:respawn:/usr/bin/dsmc sched >/dev/null 2>&1 -
Then run the following command from the
/etcdirectory:telinit qThis will cause the program to re-run its inittab and start a client schedule daemon. To verify the daemon is running, run the command:
ps aux | grep dsmTo verify the client scheduler log is working run the following command:
more /var/log/dsmsched.log -
Do a manual backup by typing:
dsmc incrementalWhen this manual backup is complete, check the results of the
dsmsched.logfile and make sure the last few lines states “waiting to be contacted by server” . -
The day after any significant change to your client (TSM client or server software update, client operating system or hardware upgrade, etc.), check the results of the
dsmsched.logfile. This file is typically found in/var/log/dsmsched.log. If you have any errors, contact the TSM administrator. Otherwise, daily monitoring of your client is handled by our automated systems, which will alert you by email only if problems occur.
For further information about TSM, or instructions for installing it on other systems, please see our list of [ http://help.unc.edu/?id=4188 ] TSM Installation Instructions .


