Hello,

Silent installation is described in the offcial documentation :
https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.6/client/c_inst_winsilent.html

Configuration of the services (Web client, scheduler...) using dsmcutil :
https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.6/client/c_cfg_dsmcutil_usewin.html
https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.6/client/t_cfg_win_webclients.html

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

----- Mail original -----
De: "Martin Janosik" <martin.jano...@cz.ibm.com>
À: ADSM-L@VM.MARIST.EDU
Envoyé: Jeudi 8 Septembre 2016 13:35:32
Objet: Re: [ADSM-L] Win silent install by MSI files

Hi Rick,

in past I succeeded with this:
unzip the exe installation package and

ECHO Detecting architecture...
SET OSbit=x64
reg query "HKLM\System\CurrentControlSet\Control\Session Manager
\Environment" /v PROCESSOR_ARCHITECTURE | find /i "x86" > NUL && SET
OSbit=x86
SET localRepository=C:\tsm_images
SET component=TSM
SET API=
IF %OSbit% EQU x64 SET API=64
...
REM You need to make sure that all prerequisite packages are installed
REM i.e.
REM START /wait vcredist_x64.exe /quiet /norestart
REM START /wait wusa.exe Windows6.1-KB2703425-x64.msu /quiet /norestart
...
ECHO %component% Starting installation
START /wait msiexec /i "IBM Tivoli Storage Manager Client.msi"
RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1 INSTALLDIR="%installPath%"
ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,Api%API%Runtime,AdministrativeCmd"
 TRANSFORMS=1033.mst /qn /l*v
"%localRepository%\%component%_install_log.txt"
SET RC=%ERRORLEVEL%
ECHO %component% Installation ended with RC=%RC%

You can also create "default" dsm.opt file and store it in installation
package in correct path.

M. Janosik

"ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 09/08/2016
12:58:13 PM:

> From: "Rhodes, Richard L." <rrho...@firstenergycorp.com>
> To: ADSM-L@VM.MARIST.EDU
> Date: 09/08/2016 12:59 PM
> Subject: [ADSM-L] Win silent install by MSI files
> Sent by: "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU>
>
> One of our Win admins asked:
>
> >Do you know if IBM offers or has available a configuration wizard
> >that we can use to setup custom MSI files to install Tivoli 7.1.4
> remote to all
> >our servers?
>
> I didn't find anything from some quick googling.
> I know a silent install is supported, but I'm not sure how that
> relates to MSI files.
>
>
> Any thoughts are welcome!
>
> Thanks
>
> Rick
>
>
>
>
>
>
> -----------------------------------------
>
> The information contained in this message is intended only for the
> personal and confidential use of the recipient(s) named above. If
> the reader of this message is not the intended recipient or an agent
> responsible for delivering it to the intended recipient, you are
> hereby notified that you have received this document in error and
> that any review, dissemination, distribution, or copying of this
> message is strictly prohibited. If you have received this
> communication in error, please notify us immediately, and delete the
> original message.
>

Reply via email to