IBM Support

IBM Tivoli Netcool Performance Manager 1.3.2.0-TIV-TNPM-IF0074

Download


Abstract

This Interim Fix is a Tivoli Netcool Performance Manager 1.3.2 Wireless only

Download Description

======================================================================
Readme file for:
Product : Netcool®/TNPM
Hot Fix : 1.3.2.0-TIV-TNPM-IF0074
Release : Tivoli Netcool Performance Manager 1.3.2 TNPM1.3.2.0.256
IBM Corp.
Oct 2016
======================================================================
Copyright statement

Copyright © 2016 IBM Tivoli

Document Release Date: Oct 2016
Document Version: 1.0

Important Notice
The information in this publication is subject to change without notice.
Although every effort has been made to ensure the accuracy of the
information contained in this document, IBM Tivoli makes no warranty,
expressed or implied with respect to the quality, correctness, or
accuracy from error of this document. IBM Tivoli disclaims all liability
from any direct, indirect, incidental, consequential, special, or
exemplary damages resulting from the use of the information in this
document. Mention of any other products not owned by IBM Tivoli does
not constitute an endorsement of that product by IBM Tivoli. Data used
in examples and sample data files are intended to be fictional and any
resemblance to real persons or companies is entirely coincidental.

All rights are reserved. This publication and its associated computer
programs are the sole property of IBM Tivoli and contain proprietary
information. No part of this publication may be photocopied, reproduced,
translated into another language, or transcribed in any way without
the prior written consent of IBM Tivoli.

Copyright Information
Copyright © 2016 IBM Tivoli

All other trademarks and company names mentioned are the property of
their respective owners

=================================================================
Version Information

Version Created/Revised by Summary of Changes
1.0 L3 Document created for 1.3.2 IF74 release
=================================================================

=================================================================
PREREQUISITES
=================================================================

Interim Fix 74 can be applied to a system that is on:
1.3.2 GA + 1.3.2 FP1 + 1.3.2 FP2 + 1.3.2 IF67


==========================================================================
About 1.3.2, Interim Fix 74
==========================================================================
The following APARs, Internal Defects and RFEs are fixed in this patch:
Note : APARs are denoted with an IZ or IV prefix.
--------------------------------------------------------------------
Wireless core patch
--------------------------------------------------------------------
1.3.2, Interim Fix 74
--------------------------------------------------------------------

IV75604 TNPMW 132 : ACCESS AND PERMISSION TO REPORT RESULT
IV79226 "THERE HAS BEEN A PROBLEM" ERROR
16807 Legacy issue : import report to the subfolder in public folder do not work
16806 User/Permissions of parent folder in vault do not inherit to the subfolders
IV83281 WHILE RESTARTING AS, IT SHOULD CHECK ALL RUNNING JOBS AND ASK FOR
USER'S PERMISSION BEFORE STOPPING AS.
16082 Configure SBH engine ( PDE or RepGen ) at SBH level
16080 Reports fail to run with active queue job failure error
IV80821 THE SCRIPT REPORT_RUN DOES NOT ENABLE TO RUN REPORT, WHICH WAS
IV75605 TNPMW : 132 : REPORT RESULTS EXPORT ISSUE
IV81390 AGGREGATION OF VALUES IN SBH OVER PDE ENGINE WITH DECODE FUNTION
IV79514 TECHPACK INSTALL TAKES A LONG TIME
13582 Loader defect : Lif goes to good directory even if it's empty.
16879 Oracle Job MOVE_PARTITION duration
IV84866 PCALC SUMMARY CALCULATION FOR ENTITY EUTRANCELL AND
EUTRANCELLRELATION
17733 IV87698 AGENT ADMIN DOES NOT TRIGGER JOBS ON TIME

==========================================================================
EXTRACTING THE CONTENTS
==========================================================================

1) Untar the 1.3.2.0-TIV-TNPM-IF0074.tar file using the following commands:

$ tar -xvf 1.3.2.0-TIV-TNPM-IF0074.tar

The following readme file and directory are now available:

1) 1.3.2.0-TIV-TNPM-IF0074.README
- The 1.3.2.0-TIV-TNPM-IF0074.README contains the same contents that are
detailed in this document.

2) Wireless
- The Wireless directory contains the wireless core patch:
vallent-vt-patch-P1320256-TNPM1.3.2.0.256.tar.gz


=================================================================
WIRELESS CORE PATCH INSTALLATION INFORMATION
=================================================================
-------------------------------------
INSTALLING THE WIRELESS CORE PATCH
-------------------------------------
1) The Partition Maintenance process must NOT be running:

Verify that the Partition Maintenance process is not running:
As user virtuo:
$ ksh
$ schedule_admin -list all

Check the JOBS RUNNING section in the output for any jobs named "pm_*".
For example, pm_weekly, pm_monthly, pm_daily. If any "pm_*" jobs
are listed, this indicates that the Partition Maintenance process is
running. You must wait until there are no "pm_*" jobs running before
starting the install.

Once 'schedule_admin' CLI reports all PM jobs as completed or failed,
make sure no 'zombie' Partition Maintenance processes exist. Run the
following command from 'sqlplus' connected to a PMW database as
DB user 'virtuo':

SELECT sid, serial# FROM v$session WHERE LOWER(module)='partmaint';

Any sessions returned need to be terminated before continuing the install.


2) All services apart from the database should be stopped (sap stop).

As user virtuo set WMCROOT, e.g.:

$ ksh
$ export WMCROOT=/appl/virtuo

Run the patch deploy
$ $WMCROOT/admin/common/install/scripts/deploy_patch -wmcr $WMCROOT -patch vallent-vt-patch-P1320256-TNPM1.3.2.0.256.tar.gz

Providing /appl as the location of the patch.

Note: Enter 1 to proceed installation
1. Install Virtuo Patch vallent-vt-patch-P1320256-TNPM1.3.2.0.256.tar.gz
----> 1
3) Run the post installation script.

As user virtuo:

$ cd $WMCROOT/admin/support/bin
./post-install_TNPM132_IF74.ksh
-----------------------
ADDITIONAL INFORMATION
-----------------------

1) For any install issues encountered, please consult known documented
issues on the TNPM Support webpage:
http://www-01.ibm.com/software/sysmgmt/products/support/TivoliNetcoolPerformanceManagerforWireless.html

2) IV81390 AGGREGATION OF VALUES IN SBH OVER PDE ENGINE WITH DECODE FUNTION

for this to work,

ForceOverrideCounterTimeAggregator needs to be set to true(as follows)

update WM_SYSTEM_VALUES_V set value='True' where name='ForceOverrideCounterTimeAggregator';
commit;


------------
KNOWN ISSUES
------------

In a distributed environment executing the post-uninstall script on the application server may fail with the error below.

./post-uninstall_TNPM132_IF74.ksh
Uninstalling IF74...
Enter Oracle DB sys password:
No errors.
O/S Message: No such file or directory
ERROR: Failed to uninstall #16080.

Follow the steps below to completely uninstall the patch.

Login to sqlplus as user virtuo and execute the following commands on the DB server:

@${WMCROOT}/admin/oracle/schema/core/db/Oracle/scheduler/heartbeat/heartbeat.sql
@${WMCROOT}/admin/oracle/schema/core/db/Oracle/scheduler/pending/pending.sql
@${WMCROOT}/admin/oracle/schema/core/db/Oracle/scheduler/sched_general/sched_generalPack.sql
@${WMCROOT}/admin/oracle/schema/core/db/Oracle/scheduler/except/except.sql

drop table message_job_tracker;

BEGIN
DBMS_SCHEDULER.DROP_JOB (
job_name => 'PURGE_JOB_TRACKER',
force => true);
END;
/

----------------------------------------------
UN-INSTALLING THE WIRELESS CORE PATCH
----------------------------------------------
1) All services, apart from the database, should be stopped (sap stop)

Verify that the services are not running using the following command:
$ sap disp

2) As user virtuo set WMCROOT, e.g.::
$ ksh
$ export WMCROOT=/appl/virtuo

Run the patch remove script
$ cd $WMCROOT/admin/software/core
$ ./vallent-vt-patch-P1320256.remove

3) As user virtuo:

$ ksh
$ cd $WMCROOT/admin/support/bin
./post-uninstall_TNPM132_IF74.ksh
=================================================================
Contacting IBM Support

Please use the IBM Tivoli Support website:
http://www-306.ibm.com/software/sysmgmt/products/support/assistance.html
=================================================================

On
[{"DNLabel":"1.3.2 IF74 AIX LINUX SOLARIS","DNDate":"4 Oct 2016","DNLang":"English","DNSize":"2048","DNPlat":{"label":"Linux","code":"PF016"},"DNURL":"http://www.ibm.com/support/fixcentral/quickorder?product=ibm%2FTivoli%2FNetcool+Performance+Manager&fixids=1.3.2.0-TIV-TNPM-IF0074&source=SAR","DNURL_FTP":" ","DDURL":null}]
[{"Product":{"code":"SSBNJ7","label":"IBM Netcool Performance Manager"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"IBM Tivoli Netcool Performance Manager (TNPM Wireless) Platform","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"1.3.2","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Problems (APARS) fixed
IV75604;IV79226;IV83281;IV80821;IV75605;IV81390;IV79514;IV84866;IV87698

Document Information

Modified date:
15 June 2018

UID

swg24042862