TSM Solaris Client Install Instructions
- CIT's distribution is available in /src/local/TSM, follow the
instructions at https://ubfs.buffalo.edu/ubfs/collab/cit/tks_public/TSM/UnixInstall.shtml
using what is there. In particular do unpack it in /tmp and run it
from there because their tsmconf script tries to move files into
place from where you run it so it's a little "destructive".
- Despite saying you would need client name, server name, etc. the
script didn't ask for anything related to that and seemed to not
properly set up the configuration files. Just steal those from
an existing server. The files live in /etc/tsm, see the versions
on sol.cse.buffalo.edu.
- Download the client from https://download1.buffalo.edu/soft/ub/solaris/production/TSM/TSM5350.Sol...
- Uncompress the install file with “sudo uncompress TSM5350.SolarisSparc.tar.Z”.
- Untar the file with “sudo tar -xvf TSM5350.SolarisSparc.tar”.
- Install the packages untarred in ./tsm
- sudo pkgadd -a ./tsmadmin -d ./TIVsmCapi.pkg TIVsmCapi
- sudo pkgadd -a ./tsmadmin -d ./TIVsmCba.pkg TIVsmCba
- Run the setup script with the provided nodename and password from CIT using “ sudo ./setup.adsm.4tsm4”. Note: the final numeric character may change depending on what server you are set up one.
- Press enter when you are asked for your node name.
- Enter the CIT supplied password when prompted.
- Start the scheduler with “ sudo /etc/init.d/adsm start”.
- Check the log to be sure the scheduler started.
- Add cse-staff@cse.buffalo.edu to /etc/adsm.mailto.
- If NFS files ystems are to be backed up add “domain all-local all-nfs” to the end of the /opt/tivoli/tsm/client/ba/bin/dsm.sys file.
- If certain file systems are to be excluded add entries to /etc/adsm/exclude.
- See https://ubfs.buffalo.edu/ubfs/collab/cit/tks_public/TSM/install/TSMSolar... for more details.