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
UNIX
awk -F\| '/^[^*#]/ {print $1,$2}' ${CANDLEHOME}/registry/proddsc.tbl | sort | uniq
Tags: Codes, ibm, Linux, linux system, Obtaining, proddsc, Product, tbl, Tivoli, uniq, unix, unix awk, unix linux, utf 8, wss
Posted in ITM6.x | Comments (0)
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.
Tags: Agent, best practices, box, directory, fairness, file, Inability, itm, linux oracle, listeners, oracle agent, regular expressions, shortcomings, system windows, Tivoli, unix and linux
Posted in ITM6.x | Comments (0)
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
Using database 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……………………………………………….. |
Tags: cygwin, Data, data mining, data warehouse, database, database properties, dbs, Documentation, dp, file, graphviz, html directory, jar, jar file, java jar, jdbc, layout, lot, mssql, olap, opensource, ora, oracle, oracle database, oracle sybase, process, schema, SchemaSpy, tdw, Tivoli, tivoli data, tmp, warehouse, work
Posted in ITM, TDW2.x | Comments (0)
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 »
Tags: Agent, alternate path, attempt, CANDLEHOME, course, enhancement, enhancement request, FITS, ibm, itm, link, ncagent, netcool, Omnibus, Par, path, PMR, Problem, problem description, Request, solution, support, symbolic link, target, Tivoli, uid, workaround
Posted in ITM, Omnibus72x | Comments (0)
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.
Tags: annoyance, box, caption, configuration window, connector, Enterprise, enterprise portal, hang, ibm, itm, MTEMS, portal server, TEPS, Tivoli, tivoli enterprise, window
Posted in Non-Tivoli | Comments (0)
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 »
Tags: Ack, Console, ditto, Enterprise, Event, flag, hub, infocenter, integration, itm, jsp, master, meaning, monitoring server, N
None, N, publib boulder, R
Ditto, reset, S
None, server, server hub, server startup, setting, sfo, situation, slots, startup, status, statuses, table, TEC, time, Tivoli, tivoli enterprise, true hub, type, type situation, U
A
None, U
E
None, U
F, U
N
None, U
P
None, X
None
Posted in ITM, TEC | Comments (0)
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 ]
Tags: dev, disk, filesystems, grasshopper, mneumonic, size, size differences, smx, Sysadmin Tricks, tivdzl, Tivoli, usage
Posted in Non-Tivoli | Comments (0)
JDS Media is Digg proof thanks to caching by WP Super Cache