Using silent mode to upgrade the TrueSight Server Automation Console on Windows
You can perform an unattended (silent) upgrade of the TrueSight Server Automation Console (RCPClient).
To upgrade the console in silent mode
In a text editor, create an options file and add the options for the installation that you want to run.
The [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.
Guidelines:- Each option must be on one line.
- Values for options can contain spaces.
- You do not have to include all features. However, you must include the NetworkShell feature in addition to the ConfigurationManagerConsole feature.
The options included in the file depend on the version of the console from which you are upgrading
For a sample silent options file, see Example: silent upgrade of the console (Windows).
- Change directory to the location where the installer resides. Then run the installation program using the -i silent option.
TSSACONSOLE<version>-<platform> -i silent -DOPTIONS_FILE="<silentOptionsFilePath>"
Use an absolute path to the options file. Enclose the path in double quotation marks (" ").
For example:
TSSACONSOLE<version>-WIN64.exe -i silent -DOPTIONS_FILE="C:\Program Files\BMC Software\BladeLogic\silentinstall_win_options.txt"
Example: silent upgrade of the console (Windows)
This example file upgrades all features of the TrueSight Server Automation Console (RCPClient).
-J MULTI_INSTANCE_INSTALLED_DIRECTORY_SELECTED=C:\Program Files\BMC Software\BladeLogic
-J MULTI_INSTANCE_VERSION_SELECTED_FOR_UPGRADE=21.02.00.162
-J IS_UPGRADE=true
-A featureClientUtilities
-A featureNetworkShell
-A featureConfigurationManagerConsole
-A featureRCPUpgradeService
Where:
- -P sets the installation directory for the product. For example: -P installLocation=C:\Program Files\BMC Software\BladeLogic
- -J MULTI_INSTANCE_VERSION_SELECTED_FOR_UPGRADE=<versionToUpgradeFrom> specifies the version number of the console you are upgrading from. Specify the full version number, for example, 21.02.00.162. You must specify this property if there are multiple versions of the console on the machine.
-J MULTI_INSTANCE_INSTALLED_DIRECTORY_SELECTED=<installDirectory> specifies the path to the installation directory for the console version you are upgrading. You must specify this property if there are multiple versions of the console on the machine. For example:
-J MULTI_INSTANCE_INSTALLED_DIRECTORY_SELECTED=C:\Program Files\BMC Software\BladeLogic
- -J IS_UPGRADE=[true|false] Set this value to true in case of upgrade.
- -A specifies the products and features you want to install. You do not have to include all features. However, you must include the NetworkShell feature in addition to the ConfigurationManagerConsole feature.
- -A featureRCPUpgradeService installs the TrueSight Server Automation Console Upgrade Service, which is responsible for automatically upgrading the RCP client when the Application Server is upgraded.