IBM Platform RTM 9.1.3 Fix 389203 Readme File

Abstract
APAR# P101592. Fix to run the Event Triggering command whenever an alert is retriggered.

Description
Readme documentation for IBM Platform RTM 9.1.3 Fix 389203 including installation-related instructions, prerequisites and co-requisites, and list of fixes.

Apply this fix to resolve the following issues in the Alert plugin:

* The Event Triggering command fails to execute whenever an alert is retriggered.
* The breached items header and details are not correctly added into the environmental variables.


Readme file for: IBM® Platform RTM
Product/Component Release: 9.1.3
Update Name: Fix 389203
Fix ID: PlatformRTM-9.1.3-389203
Publication date: Feb 9, 2016
Last modified date: Feb 9, 2016

Contents:

1.     List of fixes

2.     Download location

3.     Products or components affected

4.     System requirements

5.     Installation and configuration

6.     List of files

7.     Copyright and trademark information

1.   List of fixes

APAR P101592

2.   Download Location

Download Fix 389203 from the following location: http://www-933.ibm.com/support/fixcentral

3.   Products or components affected
 
Product/Component Name, Platform, File Name:

IBM Platform RTM, Linux

cacti/plugins/gridalarms/gridalarms_alarm_edit.php
cacti/plugins/gridalarms/gridalarms_template_edit.php
cacti/plugins/gridalarms/includes/settings.php
cacti/plugins/gridalarms/lib/gridalarms_functions.php

4.   System requirements 

OS of RTM master: Linux 

5.   Installation and configuration
5.1    Before installation
 
    1) Back up the following files in cacti_backupname.tar:

        # cd RTM_TOP
        # tar -cvf cacti_backupname.tar  cacti/plugins/gridalarms/gridalarms_alarm_edit.php cacti/plugins/gridalarms/gridalarms_template_edit.php cacti/plugins/gridalarms/includes/settings.php cacti/plugins/gridalarms/lib/gridalarms_functions.php

5.2    Installation steps
 
    1) Stop crond(cron) service

        # service crond(cron) stop

    2) Download and extract rtm9.1.3-build389203.tar.gz  to the RTM_TOP directory

        # cd RTM_TOP
        # tar -zxvf rtm9.1.3-build389203.tar.gz

    3) Add new column cmd_retrigger_enabled to table gridalarms_template and gridalarms_alarm. Run the following two SQL statements

        mysql>ALTER TABLE `gridalarms_template` ADD COLUMN `cmd_retrigger_enabled` char(3) NOT NULL default '' AFTER `trigger_cmd_norm`;
        mysql>ALTER TABLE `gridalarms_alarm` ADD COLUMN `cmd_retrigger_enabled` char(3) NOT NULL default '' AFTER `trigger_cmd_norm`;

    4) Start crond(cron) service

        # service crond(cron) start


5.3    After installation

None
 
5.4    Uninstallation

    1) Stop crond(cron) service

        # service crond(cron) stop

    2)  Roll back the fix by overwriting files with the files you backed up in cacti_backupname.tar

        # cd RTM_TOP
        # tar -xvf cacti_backupname.tar

    3) Drop column cmd_retrigger_enabled from table gridalarms_template and gridalarms_alarm. Run the following two SQL statements

        mysql>ALTER TABLE `gridalarms_template` DROP COLUMN `cmd_retrigger_enabled`;
        mysql>ALTER TABLE `gridalarms_alarm` DROP COLUMN `cmd_retrigger_enabled`;

    4) Start crond(cron) service

        # service crond(cron) start

6.   List of files

cacti/plugins/gridalarms/gridalarms_alarm_edit.php
cacti/plugins/gridalarms/gridalarms_template_edit.php
cacti/plugins/gridalarms/includes/settings.php
cacti/plugins/gridalarms/lib/gridalarms_functions.php

 
7.   Copyright and trademark information

© Copyright IBM Corporation 2016

U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

IBM®, the IBM logo and ibm.com®are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.