cancel
Showing results for 
Search instead for 
Did you mean: 

example silentclient.cmd file

tubesenf
Not applicable
Hallo,
has anybody an example of a silentclient.cmd file or an info where i can get one?

thanks a lot

regards daniel
2 REPLIES 2

Stumpr2
Level 6
Place silentclient.cmd in the search engine located in bottom left side of this page. You will see where this has been discussed before. If you do not see what you are looking for then please reply to this post.
Thanks.
 

Anonymous
Not applicable
Daniel,
Have a look on your media CD/DVD - for example on v6.5 Windows CD media, in the folder
PC_Clnt\X86
there is a silentclient.cmd file here it is
(pity the board didnt support attachments as the formatting makes the page bad)

Code:
REM $Id: silentclient.cmd,v 1.13 2006/07/13 20:15:40 $ REM REM bcpyrght REM ******************************************************************************* REM  $VRTScprght: Copyright 1993 - 2007 Symantec Corporation, All Rights Reserved $ REM ******************************************************************************* REM ecpyrght REM @ECHO OFFREM Change the following lines to reflect the name of this master server, and any other serversREM allowed to access this client. These options have no effect when reinstalling NetBackup.SET CLIENT=this computerSET MASTERSERVER=masterREM Remove this line if you have no other media servers that will be allowed to access this machineSET ADDITIONALSERVERS=media2,media3,media4REM Destination directory goes here.SET INSTALLDIR=C:\Program Files\VERITAS\REM Use 1 to Install the Debug Symbols, 0 to not install them.SET INSTALLDEBUG=0REM Installation options go here (1 to install the option, 0 otherwise)SET INSTALLVSP=1SET INSTALLDOCS=1REM Use Automatic to set the services to automatically start, Manual to manually start them.REM This option has no effect when reinstalling NetBackup.SET SERVICESTARTTYPE=AutomaticREM Set to 1 to start the Job Tracker at every login, 0 otherwise. This option has no effect REM when reinstalling NetBackup.SET STARTTRACKER=0REM NetBackup Port NumbersSET BPCD_PORT=13782SET BPRD_PORT=13720SET VNETD_PORT=13724SET VOPIED_PORT=13783REM Stop NetBackup ProcessesREM WARNING please make sure no NetBackup jobs are active and all databases are shutdown.SET STOP_NBU_PROCESSES=0REM Stop Window ProcessesREM WARNING terminating windows processes may result in instability or termination of Windows applications.SET STOP_WINDOWS_PROCESSES=0REM Abort install if reboot is requiredSET ABORT_REBOOT_INSTALL=0@REM LiveUpdate Agent install@REM By default the agent is installed.SET INSTALL_LIVEUPDATE=1@REM LiveUpdate server@REM examples: @REM LAN   : \\computername.lu.com\LiveUpdate@REM HTTP  : http://computername.lu.com/LiveUpdate@REM HTTPS : https://computername.lu.com/LiveUpdateSET LU_SERVERNAME=LiveUpdateServerNameREM --------------------------------------REM Do not change anything after this lineREM --------------------------------------REM Package File nameSET PACKAGEFILE="VERITAS NetBackup Client.msi"SET LOGFILE="%TEMP%\NetBackup Install.log"SET LOG=/l*v %LOGFILE%SET MSIEXEC="%SYSTEMROOT%\System32\msiexec.exe"%MSIEXEC% %LOG% /i %PACKAGEFILE% /qn INSTALLDIR="%INSTALLDIR%" MASTERSERVERNAME="%MASTERSERVER%" ADDITIONALSERVERS="%ADDITIONALSERVERS%" NETBACKUPCLIENTINSTALL=1 SERVERS="%MASTERSERVER%,%ADDITIONALSERVERS%" CLIENTNAME="%CLIENT%" NBOTMINSTALL="%INSTALLVSP%" NBINSTALLDOCS="%INSTALLDOCS%" NBSTARTTRACKER="%STARTTRACKER%" STARTUP="%SERVICESTARTTYPE%" NBSTARTSERVICES="%SERVICESTART%" BPCD_PORT="%BPCD_PORT%" BPRD_PORT="%BPRD_PORT%" CLIENTSLAVENAME="%CLIENT%" SILENTINSTALL="1" NUMERICINSTALLTYPE="1" INSTALLDEBUG="%INSTALLDEBUG%" STOP_NBU_PROCESSES="%STOP_NBU_PROCESSES%" STOP_WINDOWS_PROCESSES="%STOP_WINDOWS_PROCESSES%" ABORT_REBOOT_INSTALL="%ABORT_REBOOT_INSTALL%" INSTALL_LIVEUPDATE=%INSTALL_LIVEUPDATE% LU_SERVERNAME=%LU_SERVERNAME% REBOOT="ReallySuppress"

 



Message Edited by Stuart Green on 02-14-2008 08:26 AM