ADSM-L

Re: Silent Installation

2006-01-04 13:37:59
Subject: Re: Silent Installation
From: David W Litten <dlitten AT DUKE-ENERGY DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 4 Jan 2006 13:37:21 -0500
rem stop the netiq services to prevent them from attempting to restart TSM
services before the install is completed.
net stop "NetIQ AppManager Client Communication Manager"
net stop "NetIQ AppManager Client Resource Monitor"

net stop "TSM Scheduler"
net stop "TSM Client Acceptor"

copy "%systemdrive%\program files\tivoli\tsm\baclient\dsm.opt"
%systemdrive%\

if exist %systemdrive%\util\logs goto skip1
md %systemdrive%\util\logs
:skip1

:fromUNC

call %systemdrive%\smts\perl\bin\perl.exe \\server\unc\TSM\sleep.pl 20
call msiexec /i "\\server\unc\TSM\IBM Tivoli Storage Manager Client.msi"
RebootYesNo="No" REBOOT="ReallySuppress" ALLUSERS=1
INSTALLDIR="%systemdrive%\program files\tivoli\tsm"
ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,ApiRuntime,AdministrativeCmd,Image,Readmes"
 TRANSFORMS=1033.mst /qn /l*v "%systemdrive%\util\logs\TSM.log"

rem call regini.exe \\server\unc\TSM\TSMApiPath.ini

if not exist "%systemdrive%\program files\tivoli\tsm\baclient\dsm.opt" copy
%systemdrive%\dsm.opt "%systemdrive%\program
files\tivoli\tsm\baclient\dsm.opt"
if not exist "%systemdrive%\program files\tivoli\tsm\baclient\dsm.opt" copy
"\\server\unc\TSM\program files\tivoli\tsm\config\dsm.opt"
"%systemdrive%\program files\tivoli\tsm\baclient\dsm.opt"
notepad "%systemdrive%\program files\tivoli\tsm\baclient\dsm.opt"
pause
call \\server\unc\TSM\InstallClientAcceptor.bat
pause
call \\server\unc\TSM\InstallTSMScheduler.bat
pause
net start "TSM Client Acceptor"
pause
net start "TSM Scheduler"
copy \\server\unc\TSM\version5229.txt "%systemdrive%\program
files\tivoli\tsm\baclient"


:end
net start "NetIQ AppManager Client Communication Manager"
net start "NetIQ AppManager Client Resource Monitor"
if not exist "%systemdrive%\program files\tivoli\api\dscameng.txt" goto
skip2
copy "%systemdrive%\program files\tivoli\api\dscameng.txt"
"%systemdrive%\program files\tivoli\tsm"

:skip2


                                                                           
             John Monahan                                                  
             <JMonahan@COMPURE                                             
             S.COM>                                                     To 
             Sent by: "ADSM:           ADSM-L AT vm.marist DOT edu              
  
             Dist Stor                                                  cc 
             Manager"                                                      
             <[email protected]                                     Subject 
             .edu>                     Re: [ADSM-L] Silent Installation    
                                                                           
                                                                           
             01/04/2006 12:56                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             "ADSM: Dist Stor                                              
                 Manager"                                                  
             <[email protected]                                             
                   .edu>                                                   
                                                                           
                                                                           




The only thing I would add to this is to put this in a batch file where you
can also:
1.  Net stop the existing TSM services (if this is an upgrade install)
before installing the new client
2.  Net start the existing TSM services after the install/upgrade is
finished.
3.  Run the dsmc query sched command (if this is a brand new install) to
prompt/save the TSM node password.
4.  Create and start the services (if this is a brand new install) using
the dsmcutil command.


______________________________
John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.computechresources.com




             Bruce Lowrie
             <b.e.lowrie@DOWCO
             RNING.COM>                                                 To
             Sent by: "ADSM:           ADSM-L AT VM.MARIST DOT EDU
             Dist Stor                                                  cc
             Manager"
             <[email protected]                                     Subject
             .EDU>                     Re: Silent Installation


             01/04/2006 10:23
             AM


             Please respond to
             "ADSM: Dist Stor
                 Manager"
             <[email protected]
                   .EDU>






Patricia,
Here is one that works for me using a UNC to a network drive, right from
the book.
msiexec /i "\\servername\distribution\tsm\TSM53\IBM Tivoli Storage Manager
Client.msi" RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1
INSTALLDIR="c:\program files\tivoli\tsm"
ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,ApiRuntime,AdministrativeCmd,OFS"

 TRANSFORMS=\\servername\distribution\tsm\TSM53\1033.mst /qn /l*v
"c:\log.txt"


Now just point yours to a location where you have an extracted copy of the
client. This is the one for version 5.3 where I suppress the reboot but if
you upgrading from an older version of the client say 5.1 and it's on a
Windows 2000 server you need to run the windows installer upgrade (run
instmsiw.exe)first which will need a reboot.

Regards,

Bruce E. Lowrie
Sr. Infrastructure Analyst
Information Technology Services
Storage & Output
SE-Mail: b.e.lowrie AT dowcorning DOT com
bVoice: (989) 496-6404
?? Fax: (989) 496-6437
(Post: 2200 W. Salzburg Rd.
2Post: Mail: CO2111
MPost: Midland, MI 48686-0994


-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
LeBlanc, Patricia
Sent: Wednesday, January 04, 2006 11:09 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Silent Installation

 Anyone have a silent install script that works on windows for
installing TSM Backup client?
<Prev in Thread] Current Thread [Next in Thread>