ADSM-L

Re: [ADSM-L] Trouble with tsm client silent install

2010-06-30 09:32:20
Subject: Re: [ADSM-L] Trouble with tsm client silent install
From: "Laughlin, Lisa" <Lisa.Laughlin AT OA.MO DOT GOV>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 30 Jun 2010 08:31:02 -0500
After you do the install, set dsm_dir env var via compmgmt.msc snapin
remotely

Exit and restart your psexec session; copy/edit dsm.opt and 
Then use scripts to install the scheduler and acceptor (in that order)

dsmcutil install sched /name:"IBM TSM Scheduler"
/CLIENTDIR:c:\progra~1\tivoli\tsm\baclient
/optfile:c:\progra~1\tivoli\tsm\baclient\dsm.opt
/errorlog:c:\progra~1\tivoli\tsm\baclient\dsmerror.log
/schedlog:c:\progra~1\tivoli\tsm\baclient\dsmsched.log
/password:XXXXXXXX /commmethod:tcpip /commserver:tsmserv01.XXXX.XXX
/startnow:no /autostart:no


dsmcutil install cad /name:"IBM TSM Acceptor"
/CLIENTDIR:c:\progra~1\tivoli\tsm\baclient
/optfile:c:\progra~1\tivoli\tsm\baclient\dsm.opt /password:XXXXXX
/startnow:yes /autostart:yes /cadschedname:"IBM TSM Scheduler"

you should get all 0 exit codes then.


thanks!
lisa 
w:573.751.1206  
c:573.230.9290                 


> -----Original Message-----
> From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf
> Of Lee, Gary D.
> Sent: Wednesday, June 30, 2010 7:48 AM
> To: ADSM-L AT VM.MARIST DOT EDU
> Subject: [ADSM-L] Trouble with tsm client silent install
> 
> I have been working on a windows script to do a silent remote install
> of a tsm client.
> 
> Just did an install of the tsm client 6.2.1 64 bit on a win 2003
> machine.
> I use psexec from the pstools set to execute the install script on a
> remote server.
> After install I get the following messages:
> 
> 06/30/2010 08:27:12 ANS0106E Message index not found for message
14085.
> 06/30/2010 08:27:12 ANS0106E Message index not found for message
14085.
> 
> I'll paste the install script below
> 
> net stop "TSM Client Acceptor"
> net stop "TSM Exchange Scheduler"
> pause
> msiexec /i "\\opsupport\public$\tsm\install-
> images\win64baclient\TSM_BA_Client\IBM Tivoli Storage Manager
> Client.msi" RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1
> INSTALLDIR="c:\Program Files\tivoli\tsm"
> ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,Api64Runtime,LVSA"
> TRANSFORMS=1033.mst /qn /l*v "c:\log.txt"
> net start "TSM Client Acceptor"
> net start "TSM Exchange Scheduler"
> 
> Any help appreciated.
> 
> 
> 
> Gary Lee
> Senior System Programmer
> Ball State University
> phone: 765-285-1310
> 
> 

<Prev in Thread] Current Thread [Next in Thread>