ADSM-L

[ADSM-L] Trouble with tsm client silent install

2010-06-30 08:50:11
Subject: [ADSM-L] Trouble with tsm client silent install
From: "Lee, Gary D." <GLEE AT BSU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 30 Jun 2010 08:48:03 -0400
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>