Contents
1. Uninstalling TSM from Windows 98/ME
OUCS Scheduler.bat.C:\Windows\Start Menu\Programs\StartUp folder.[ Start | Settings | Control Panel | Add/Remove Programs ].
In the window that opens, highlight the 'Tivoli Storage Manager Client' entry and click the
Add/Remove button. Follow the Installshield Wizard to chose the Remove option.2. Uninstalling TSM from Mac OS 8 & 9
TSM System Preferences, TSM User Preferences
and TSM.PWD in the System:Library:Preferences folder.3. Uninstalling TSM from Solaris 7, 8 & 9
Shut down any scheduler process running as below:
# If using an init script - (here called 'dsmsched')
% dsmsched stop
% ps -ef | grep [d]smc # should return no output
# if just running in the background
% pid=`ps -ef | grep [d]smc | awk '{print $2}'`
% kill -TERM $pid
Now uninstall the TSM software as below:
# If running TSM version 5.3
# as root user
% pkgrm TIVsmCoucs
# If running TSM version 5.2 or earlier
# as root user
% pkgrm TIVsmCdoc
% pkgrm TIVsmCba
% pkgrm TIVsmCapi