Using silent mode to install the Application Server


You can perform an unattended (silent) installation of the Application Server on a Windows system.

To install the Application Server in silent mode

  1. Copy the Application Server installation program (BBSAversion-platform.exe) to the Windows system where you plan to create the response file.
  2. To create the response file, enter the following command:
    <BBSAversion-platform.exe> -a -r -f1<WINDIR>\Temp\<silentInstallFilePath.iss>
     The variable <silentInstallFilePath.iss>is the name of response file that you are creating.

    Success

    Tip

    Include the version in the name of the file. (For example: 8.2.0-install.iss.)

  3. Use the program to perform an initial installation of the Application Server. Select your options. The options are recorded in the .iss file.
  4. When you complete the installation, open the .iss file in a text editor and note the identifier for Dlg0. You need this number to run the silent installation. For example: Dlg0={2C20E5A3-D863-458F-B231-6823B8E7C47C}
  5. To run the silent installation, at the command line, enter the following command:
    <BBSAversion-platform.exe> /s /ig<GUID> /f1C:\Temp\<silentInstallFilePath.iss>
    where
    • <BBSAversion-platform.exe> is the name of the Application Server installer.
    • <GUID> is the identification number for the GUID from the .iss file.
    • <silentInstallFilePath.iss> is the name of the response file you created.

For example:
D:\BladeLogic\8.2\BBSA82-WIN32.exe /s /ig{2C20E5A3-D863-458F-B231-6823B8E7C47C} /f1C:\8_2AppServer.iss

Guidelines:

  • Ensure that no space exists between the /f1 option and the .iss file name.
  • During this silent installation, no database configuration options are set. You must configure the database as a separate operation after installation.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation 8.2