1. Uninstalling TSM from Windows 98/ME
- Close any TSM scheduler program running and remove the file
OUCS Scheduler.bat. - Delete any TSM batch file from the
C:\Windows\Start Menu\Programs\StartUpfolder. - Close any TSM backup program running.
- Remove the TSM software by opening
[ Start | Settings | Control Panel | Add/Remove Programs ]. In the window that opens, highlight the 'Tivoli Storage Manager Client' entry and click theAdd/Removebutton. Follow the Installshield Wizard to chose the Remove option.
2. Uninstalling TSM from Mac OS 8 & 9
- Shut down any TSM scheduler or schedule daemon program running.
- Remove any TSM Schedule or schedule daemon program from the StartUp Items folder.
- Quit any TSM backup program running.
- Remove the TSM application folder and all its contents.
- Delete the TSM configuration files
TSM System Preferences,TSM User PreferencesandTSM.PWDin theSystem:Library:Preferencesfolder.
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

