![]() |
![]() |
If you are doing a large number of installs, you might want to perform an unattended or silent install. You can use the following command to silently install the backup archive client from the command line. By placing an appropriate version of this command in a batch script, you can easily perform an identical installation on multiple Windows client workstations. You must enter the command on one line.
msiexec /i "Z:\tsm_images\TSM_BA_Client\baclient\Tivoli Storage Manager Client.msi" RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1 INSTALLDIR="d:\program files\tivoli\tsm" ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,ApiRuntime, AdministrativeCmd,Online_Client_Readmes" TRANSFORMS=1033.mst /qn /l*v "c:\log.txt"
The command and its parameters are as follows:
Client Features | Feature Description |
---|---|
BackupArchiveGUI | Graphical User Interface |
BackupArchiveWeb | Backup-archive Web client |
ApiRuntime | API Runtimes |
ApiSdk | API SDK |
AdministrativeCmd | Administrative Command Line |
Online_Client_Readmes | Client Readmes and HTMLHelp Book |
BooksPdf | PDF Book |
BackupArchiveGuiChs | Simplified Chinese GUI support |
BackupArchiveWebChs | Simplified Chinese Web support |
BackupArchiveGuiCht | Traditional Chinese GUI support |
BackupArchiveWebCht | Traditional Chinese Web support |
BackupArchiveGuiDeu | German GUI support |
BackupArchiveWebDeu | German Web support |
BackupArchiveGuiEsp | Spanish GUI support |
BackupArchiveWebEsp | Spanish Web support |
BackupArchiveGuiFra | French GUI support |
BackupArchiveWebFra | French Web support |
BackupArchiveGuiIta | Italian GUI support |
BackupArchiveWebIta | Italian Web support |
BackupArchiveGuiJpn | Japanese GUI support |
BackupArchiveWebJpn | Japanese Web support |
BackupArchiveGuiKor | Korean GUI support |
BackupArchiveWebKor | Korean Web support |
BackupArchiveGuiPtb | Portugese GUI support |
BackupArchiveWebPtb | Portugese Web support |
Transform | Language |
---|---|
1028.mst | CHT Traditional Chinese |
1031.mst | DEU German |
1033.mst | ENG English |
1034.mst | ESP Spanish |
1036.mst | FRA French |
1040.mst | ITA Italian |
1041.mst | JPN Japanese |
1042.mst | KOR Korean |
1046.mst | PTB Portuguese |
2052.mst | CHS Simplified Chinese |
The installation process creates a program group containing all of the client components that you selected. To run any of these components, open the Windows Start menu and select Programs> Tivoli Storage Manager.
If you have multiple client installations on the same system, be careful when changing from one client to another. Environment variables such as DSM_DIR may be shared by more than one installed client.