Applying feature packs or fix packs on the Infrastructure Management server in the standalone mode silently

Where you are in the Applying feature packs or fix packs process

StepTask
1Prepare to apply the feature pack or fix pack
2Apply the feature pack or fix pack on the TrueSight Presentation Server
3Apply the feature pack or fix pack on Infrastructure Management — Phase A
Apply the feature pack or fix pack on Infrastructure Management — Phase B (You are here)
Apply the feature pack or fix pack on Infrastructure Management — Phase C
4Apply the feature pack or fix pack on App Visibility Manager

Applying feature packs or fix packs on the Infrastructure Management server automatically updates the following components:

  • Infrastructure Management server
  • Infrastructure Management Self-Monitoring Service
  • Infrastructure Management local Administration Console
  • Infrastructure Management local Integration Service

This topic presents the following information:

To apply feature packs or fix packs on the Infrastructure Management server silently

Customize the options file

Before you install the Fix Pack silently, customize the server_fixpack_silent.options file as required. This file is available in the <OS>\TSIMServer\Disk1 directory.

  • Confirm restart of the Infrastructure Management server after installing the Fix Pack. 
    -J FIXPACK_CONFIRM_SERVER_RESTART=true
    The default value is true
  • (Optional) If you have already migrated customized KB definitions to the new standard 11.0 KB, set the value of the MIGRATED_KB parameter to true and provide the path of the customized KB directory: 
-J MIGRATED_KB=<true/false>
-J MIGRATED_KB_HOME=<KB migration path>

Parameter

Description

MIGRATED_KBSetting to enable KB migration. The default value is false.
MIGRATED_KB_HOMEPath of the customized KB directory. For example, /opt/bmc/TSIMAgent/server/etc/cellname

Microsoft Windows

To install the Infrastructure Management server by using the server_fixpack_silent.options file, run the following command at the command prompt:

install.cmd -i silent -DOPTIONS_FILE=<fullyQualifiedPath>\server_fixpack_silent.options
where fullyQualifiedPath indicates the complete path where you have saved the server_fixpack_silent.options file. If the fullyQualifiedPath parameter contains a space in it, enclose the path within double quotes.

Example

install.cmd -i silent -DOPTIONS_FILE="C:\Temp\server_fixpack_silent.options"

Installation-related information is not displayed on the console when the silent installation begins. However, installation occurs in the background. The progress of the installation is logged in a temporary folder during the installation. Go to Start > Run, enter %temp% in the Open box, and see the tsim_fixpack_log.txt file for the installation progress details and for the database-related progress details.

Linux

To install the Infrastructure Management Server by using the server_fixpack_silent.options file, run the following command at the command prompt:

./install.sh -i silent -DOPTIONS_FILE=<fullyQualifiedPath>/server_fixpack_silent.options 

where fullyQualifiedPath indicates the complete path where you have saved the server_fixpack_silent.options file. If the fullyQualifiedPath parameter contains a space in it, enclose the path within double quotes.

Example

./install.sh -i silent -DOPTIONS_FILE="/tmp/server_fixpack_silent.options"

Installation-related information is not displayed when the silent installation begins. However, installation occurs in the background. Open /tmp or /var/tmp, and see the tsim_fixpack_log.txt file for the installation progress details and for the database-related progress details.


To configure Infrastructure Management after installing the Fix Pack

After installing the Fix Pack on the Infrastructure Management server, perform the following tasks:

Verify if the Fix Pack was installed successfully

  1. From the pw command prompt window, run the pw viewhistory command and verify if the following line is displayed:

    BMC TrueSight Infrastructure Management Server FixPack 11.0.xx.xxx <build number> applied
  2. Access the TrueSight console and verify the following:
    1. From the Administration > Components tab that the Infrastructure Management server is in Connected status.
    2. From the Configuration > Managed Devices tab that the Integration Service nodes and PATROL Agents are in Connected status.
    3. From the Dashboards tab that any configured dashboard is displaying data.

Migrate Knowledge Bases for custom cells

The Fix Pack installer upgrades and migrates the cell created by the installer. For custom cells that are created manually, the installer does not migrate the KBs.

To migrate the KBs for custom cells, perform the following steps:

  1. Follow the instructions at Using the mmigrate utility.
  2. Compile and restart the custom cells. For more information, see  Compiling a Knowledge Base - mccomp Open link

Reinitialize the BMC Atrium CMDB integration

After installing the Fix Pack, publishing might fail with a pclassinfo error. This is caused due to a class information sync issue.

To resolve this issue, perform either one of the following steps:

  • Using the Operator console: 
    1. Go to Options > Administration and click Edit next to the Integrations option.
    2. Clear and then select the BMC AR Server / CMDB checkbox.
    3. Click Apply to reinitialize the BMC Atrium CMDB integration.
  • Using pclassinfo:
    1. From a command prompt window, run pclassinfo -x -o mc_sm_object.baroc.
      An mc_sm_object.baroc file is created in the current directory.
    2. Replace the existing mc_sm_baroc.object file of the target cell in the installationDirectory/pw/server/etc/cellName/kb/classes directory with the mc_sm_object.baroc file created in the previous step.
    3. Recompile the cell's Knowledge Base and restart the cell.
      1. mccomp –n pncell_<Infrastructure Management server Hostname>
      2. mkill –n pncell_<Infrastructure Management server Hostname>
      3. mcell –n pncell_<Infrastructure Management server Hostname>

Reintegrate with BMC Service Resolution 3.5.01

After installing the Fix Pack, perform the following steps to reintegrate with BMC Service Resolution 3.5.01:

  1. Modify the .load file in the installedDirectory\server\etc\pncell_<Infrastructure Management server host name>\kb\rules directory:
    Change the order of the outage entry such that it is not the last entry in the .load file. Move the outage entry under email_to_event in the .load file.
  2. Modify the intelligentticketing.properties file under the installedDirectory\integrations\EventIntegrator directory:
    Add the entry bsrversion=3.5.01 at the end of the file.
  3. From a command prompt window, run pclassinfo -x -o mc_sm_object.baroc.
    An mc_sm_object.baroc file is created in the current directory.
  4. Replace the existing mc_sm_baroc.object file of the target cell in the installationDirectory/pw/server/etc/cellName/kb/classes directory with the mc_sm_object.baroc file created in the previous step.
  5. Recompile the cell's Knowledge Base and restart the cell.
    1. mccomp –n pncell_<Infrastructure Management server Hostname>
    2. mkill –n pncell_<Infrastructure Management server Hostname>
    3. mcell –n pncell_<Infrastructure Management server Hostname>
  6. Restart the SDIG service on the Infrastructure Management server host computer.
  7. Reintegrate the Atrium CMDB and SDIG using the Operator console.
  8. Clear the Mid-tier cache and restart the Apache Tomcat service on the ITSM host computer.

Where to go from here

Step 3 Phase C — Now that you have successfully installed the feature pack or fix pack on the Infrastructure Management server, you must download and install the administrator console on remote computers.

Was this page helpful? Yes No Submitting... Thank you

Comments