Posts Tagged ‘Tivoli’

IBM Tivoli Monitoring Product Codes

June 29th, 2009

Obtaining Product Codes for IBM Tivoli Monitoring (ITM v6)

Local method:

Parse the proddsc.tbl file on a UNIX/Linux system to get the list by doing this:

UNIX
awk -F\| '/^[^*#]/ {print $1,$2}' ${CANDLEHOME}/registry/proddsc.tbl | sort | uniq

Or, IBM’s site http://www-01.ibm.com/support/docview.wss?rs=2366&context=SSZ8F3&dc=DB520&dc=DB560&uid=swg21265222&loc=en_US&cs=UTF-8&lang=en&rss=ct2366tivoli

  • Share/Bookmark

Tags: , , , , , , , , , , , , , ,
Posted in ITM6.x | Comments (0)

ITM v6 Gripes (Missing functionality)

June 26th, 2009

As a Tivoli consultant, I’ve had to tweak, torque and tune ITM v6 to fulfill requirements not met out of the box. Several of my clients have felt ripped off by IBM for having paid for a product billed as covering best practices out of the box, only to discover, there is significant development costs involved.

I’m going to itemize and update the shortcomings as I think or run across them, and in all fairness, update if ITM fills the void.

Situations

  1. Attributes, values and situation specific data is not passed to the ‘Take Action” command
    • Typically this is passed in the shell’s environment
    • However, these important pieces of info ARE passed to the EIF
  2. Inability to determine what situations are running on which systems, or reversed, inability to derive which situations are running on any particular system

Windows Agent

  1. No regular expressions for directory/file matching

Unix Agent

  1. No regular expressions for directory/file matching (Unix and Linux)

Oracle Agent (ITMfDatabases)

  1. (<= v6.2.0) Does not detect listeners if dynamically configured
  • Share/Bookmark

Tags: , , , , , , , , , , , , , , ,
Posted in ITM6.x | Comments (0)

ITM TDW Schema

June 3rd, 2009

Not that there is a lot to the TDW layout, but knowing the schema assists in the documentation process and developing queries and procedures of the TDW (Tivoli Data Warehouse).

Make short work of this by using the opensource tools of SchemaSpy and Graphviz

SchemaSpy is a jar file that supports over 21 DBs, including the 3 supported by ITM TDW (Oracle, Sybase, MSSQL) and is run from the command line to generate a html directory of content about the interrogated schema.

jdsmedia@deant61p /usr/local/bin
$ java -jar ./schemaspy.jar -t ora -db testtdw -s ITMUSR -dp c:\\OraClient11g\\jdbc\\lib\\ojdbc5_g.jar -u XXX -p XXX -o c:/cygwin/tmp/tdw

Using database properties:
[./schemaspy.jar]/net/sourceforge/schemaspy/dbTypes/ora.properties

Connected to Oracle – Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 – 64bit Production

With the Partitioning, OLAP and Data Mining options

Gathering schema details………………………………………………..
……………………………….

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Posted in ITM, TDW2.x | Comments (0)

ITM Agent(aka:TEMA) for Omnibus fails to install in $CANDLEHOME

May 22nd, 2009

Par for the course with IBM Tivoli’s porting of aqcuired products and their attempt at integrating them together, the ITM Agent for the a Netcool’s Omnibus  does not install in the expected $CANDLEHOME.

IBM has opened an enhancement request based on the PMR I opened. My workaround below.

Problem title
TEMA for Omnibus does support optional $CANDLEHOME paths
.
Problem description Read the rest of this entry »

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , ,
Posted in ITM, Omnibus72x | Comments (0)

ITM6 – MTEMS Hangs

September 3rd, 2008

This is a brain-dead situation, but I’ve been bit by the “ITM Connector” dialog box hiding behind the MTEMS configuration window.

Anytime you reconfigure the TEPS (Tivoli Enterprise Portal Server) via MTEMS (Manage Tivoli Enterprise Monitoring), sometimes that little box just hangs back there until you move the MTEMS window.

Very innocuous problem that isn’t really a problem, just an annoyance.

Tivoli MTEMS not responding or hangs

Tivoli MTEMS not responding or hangs

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , ,
Posted in Non-Tivoli | Comments (0)

ITM6 Situations as TEC Events

August 27th, 2008

Based on http://publib.boulder.ibm.com/infocenter/tivihelp/v24r1/index.jsp?topic=/com.ibm.itm.doc/itm_admin_6284.htm

The following table describes the meaning of the situation event statuses and the setting of the common slots in the generated Tivoli Enterprise Console event.
Read the rest of this entry »

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Posted in ITM, TEC | Comments (0)

Linux Filesystem Usage “Trick”

July 9th, 2008

Command: du (mneumonic: disk usage)

How can one get the disk usage of a directory, but didn’t want the directories which are mountpoints of other filesystems…

The disk usage calculation can be limited to the actual mounted partition with the -x flag.

tivoli@tivdzl01:~> df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/dg_system/lv_root 20564 11362 8158 59% /
/dev/dasda1 86 10 72 12% /boot
grasshopper:/iso/tivoli 70556 52084 16322 77% /tmp/tivoli


## Notice the size differences below
tivoli@tivdzl01:~> du -smx /
11325   /

tivoli@tivdzl01:~> du -sm /
63478   /

[ NOTE : The size differences are due to df getting the filesystem info based on 512byte blocks ]

  • Share/Bookmark

Tags: , , , , , , , , , , ,
Posted in Non-Tivoli | Comments (0)

  • LinkedIn

    If you want to see my LinkedIn profile, click on this button:

    Jim Sander
  • Save MySQL

JDS Media is Digg proof thanks to caching by WP Super Cache