Upgrading product components on Linux and UNIX
An upgrade of the Application Server on Linux and UNIX also upgrades all components that were installed as part of the previous installation. These components can include the Network Shell, the RSCD agent, and the PXE server.
Upgrading the Application Server does not upgrade the BMC Server Automation Console. You must upgrade the console separately.
If the host computer on which you are installing the Network Shell has:
- A supported version of Perl installed — The Network Shell installation automatically installs the Network Shell Perl module. For information about the Perl versions that BMC Server Automation supports, see Perl support.
- An unsupported version of Perl installed — The installation copies files that allow you to install the Perl module after you have installed the supported version of Perl.
To perform a silent upgrade of an Application Server, see Using-silent-mode-to-upgrade-components-on-Linux-or-UNIX.
Prerequisite
Before upgrading the Application Server, ensure that the database configuration information on the deployments of the Application Server is up-to-date.
You can use the blasadmin utility to check the database- and file server-related information for each of the deployments (except _launcher). You can use the following blasadmin commands:
- blasadmin -s <delpoyment name> show database all (for _pxe deployments use blasadmin -s _pxe show pxe all)
- blasadmin -s <deployment name> show file all
If either of these commands return an error, you can use the blasadmin utility to correct the configuration information and proceed with the upgrade.
To upgrade the Application Server on Linux and UNIX
- Log on as root.
- Stop the Application Server.
- Navigate to the directory that contains Application Server installer files (which follow the naming convention: BBSA<version>-<platform>). Run the installer file using the ./<BL_Installer_file.sh> command. The following message is displayed:
A previous installation already exists.
Do you wish to continue (y/n) ? - Enter y.
A message is displayed that lets you choose a language for the installation program. - Enter the number corresponding to the language that you want to use.
The following message is displayed:
Welcome to the BMC BladeLogic Server Automation Release 8.3.00 installation script ...
A previous installation has been detected. This installation will be upgraded to BMC BladeLogic BMC BladeLogic Server Automation 8.3.00.
Do you wish to continue (y/n) ? - Enter y.
Licensing text is displayed and concludes with the following message:
Do you agree to the terms of the license agreement (y for Yes) ? - Enter y.
A list displays the BMC Server Automation components to be upgraded and prompts you to continue. - Enter y.
A series of messages is displayed, and then the upgrade script is complete.
Related topics