Using silent mode to upgrade the BMC Server Automation Console
You can perform an unattended (silent) upgrade of the BMC 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. - Example: silent upgrade of the console (Windows)
- Example: silent upgrade of the console (Linux and UNIX)
- Change directory to the location where the installer resides. Then run the installation program using the -i silent option.
BBSACONSOLE<version>-<platform> -i silent -DOPTIONS_FILE="<silentOptionsFilePath>"
Use an absolute path to the options file. Enclose the path in double quotation marks (" ").
For example:
Windows:
BBSACONSOLE82-WIN32.exe -i silent -DOPTIONS_FILE="C:\Program Files\BMC Software\BladeLogic\silentinstall_win_options.txt"
UNIX:
BBSACONSOLE82-LIN64.sh -i silent -DOPTIONS_FILE="/opt/bmc/bladelogic/silentinstall_unix_options.txt"
Example: silent upgrade of the console (Windows)
This example file upgrades all features of the BMC Server Automation Console (RCPClient).
-J MULTI_INSTANCE_INSTALLED_DIRECTORY_SELECTED=<installDirectory>
-J UPGRADING_FROM_LEGACY_INSTALLER=[true | false]
-J MULTI_INSTANCE_VERSION_SELECTED=<versionToUpgradeFrom>
-A featureClientUtilities
-A featureNetworkShell
-A featureConfigurationManagerConsole
-A featureDocumentation
-A featureOnlineHelp
-A featureOnlineDocumentation
Where:
-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 BladeLogic\OM
-J UPGRADING_FROM_LEGACY_INSTALLER=[true | false] specifies whether you are upgrading from version 7.6.xx. The default is false.
-J MULTI_INSTANCE_VERSION_SELECTED=<versionToUpgradeFrom> specifies the version number of the console you are upgrading. Specify the full version number, for example: 7.6.0.115. You must specify this property if there are multiple versions of the console on the machine.
Example: silent upgrade of the console (Linux and UNIX)
This example file upgrades all features of the BMC Server Automation Console.
-A featureClientUtilities
-A featureNetworkShell
-A featureConfigurationManagerConsole
-A featureDocumentation
-A featureOnlineHelp
-A featureOnlineDocumentation