|
|
 |
 |
 |
 |
Posted by: venkat on Friday, March 21, 2008 - 01:50 PM (3489 Reads)
|
In the past, we have posted few articles about gbscmd. We have updated the tool with few additional cool features such as clearing offline entries, executing commands on the agents and refreshing TEC EIF Integration component. This article explains how to use these features.
|
Read full article: 'GBSCMD V3.5 new features' (2177 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: martinc on Thursday, March 06, 2008 - 04:07 PM (3358 Reads)
|
With TPM it is possible to import SPBs with the TCM integration, Software Package Editor or manually from the Web UI. I wanted to add another.
|
Read full article: 'TPM SPB Import Automation Package' (2783 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: martinc on Wednesday, March 05, 2008 - 07:42 PM (2661 Reads)
|
I recently taught a custom class we developed for TPM 5.1.1 and thought I would provide some feedback on TPM 5.1.1
|
Read full article: 'TPM 5.1.1 Classroom Comments' (3612 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: napomokoetle on Monday, February 18, 2008 - 05:11 PM (3117 Reads)
|
This short blog is related to the blog I wrote a while ago title "Upgrade from ITM6.1 FP6 to ITM6.2 may break logon through IE TEP".
I had not posted the applet.html file I'm posting herein with the original blog I wrote on the problem because IBM/Tivoli had insisted the problem was unique to the environment I was working on at the time.
|
Read full article: 'Modified applet.html file to resolve one TEP IE browser connection error.' (3204 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: jlsham on Tuesday, February 12, 2008 - 11:34 PM (2992 Reads)
|
The following are a few of the parameters used to fine tune the Tivoli Enterprise Portal, the most popular one is the expansion to show more than 25 systems in the navigator.
|
Read full article: 'Fine Tuning the Portal Server' (646 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: venkat on Wednesday, January 23, 2008 - 09:44 PM (3446 Reads)
|
One of the most convenient features of classic Tivoli event adapter is the postemsg command. Using this you can send custom events to TEC from your scripts/CLI. In ITM 6.1, there is no such equivalent command available though one can design such a solution in just three steps. This article discuss a way to setup postemsg like solution in ITM 6.x
|
Read full article: 'Simple Postemsg-like solution for ITM 6.x' (1387 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: venkat on Friday, December 28, 2007 - 09:20 PM (2974 Reads)
|
Many a time, you might want to test if you could connect to a database or not. The simplest way is of course having a database client installed and use it. However, this method may not be possible in all cases. For example, on an ITM warehouse proxy, you'll have only Db2 JDBC type 4 drivers, (which are nothing but two files, db2jcc.jar and db2jcc_license_cu.jar). How do you test connectivity on such systems? Here is a Jython script.
|
Read full article: 'Testing database connectivity using JDBC' (1299 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: martinc on Friday, December 21, 2007 - 04:55 PM (2982 Reads)
|
IBM has provided a document on the components to download for install and updated the Info-Center
|
Read full article: 'TPM 5.1.1 Documentation' (515 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: venkat on Wednesday, December 12, 2007 - 10:37 PM (4677 Reads)
|
One of the sorely missed functionality of Tivoli Framework in ITM 6.x is is the remote command execution feature. Framework tasks provided this nice and useful feature, but ITM does not have any such functionality. However, in ITM 6.x, you can get this feature by using SOAP calls, but SOAP calls are not your cup of tea? Don't worry! Gbscmd has a new feature that provides way to execute remote commands using SOAP calls. This article details how to execute remote commands in ITM 6.x.
|
Read full article: 'Executing remote commands in ITM6.x using gbscmd' (2385 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: napo_mokoetle on Friday, December 07, 2007 - 12:03 AM (3793 Reads)
|
It is great that ITM 6.2 brings about some good new features. However along with the good features are some painful issues that may ruin ones fun with the product at least for some moment. Herein is one pain I and others had to endure after an upgrade from ITM6.1 FP6 to ITM6.2 some few days ago. This document hopes to help one quickly eliminate at least one of the many possible pains that come with the upgrade to ITM 6.2.
|
Read full article: 'Upgrade from ITM6.1 FP6 to ITM6.2 may break logon through IE TEP' (5667 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: justin_eagleson on Sunday, December 02, 2007 - 03:05 AM (2975 Reads)
|
There has been alot of interest in BIRT lately with the release of Tivoli Common Reporting 1.1.1 to GA, so I'm posting a link to part of my TUG presentation on using BIRT..
|
Read full article: 'Using BIRT for TDW Reporting' (96 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: martinc on Monday, November 19, 2007 - 12:15 AM (2397 Reads)
|
For quite a while I have always been annoyed by the search in Windows. I thought it was great that you could use the search to look for text inside a file, just like grep. Of course in usual Microsoft fashion, search all files does not mean to actually search all files.
|
Read full article: 'Actually searching all files when searching for text' (339 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: napomokoetle on Thursday, November 15, 2007 - 11:32 PM (1892 Reads)
|
Since PERL is a tool of choice for many of us Tivolians when it comes to automations and integrating systems with Tivoli products, I thought it could be of help to others to throw out a few gotchas I've encountered programming Perl threads. Please note that I'm not referring to "forking".
|
Read full article: 'Where Wizards Fear To T"h"read' (4565 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: jlsham on Tuesday, November 06, 2007 - 04:18 PM (3417 Reads)
|
UPDATE - 11/13 This comes up every now and then - "I made a change to the TEC configuration on HUB TEMS and now I have to restart". This SOAP call forces a reload of the MAP files and EIF configuration without having to restart the HUB.
|
Read full article: 'Reload EIF/TEC settings in ITM 6.1' (298 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: itmuser on Friday, November 02, 2007 - 06:41 PM (2304 Reads)
|
There is a requirment to capture the state / health of database mirroring. We have ITM61 in place. Is this achievable...? The database for which is required is SQL & Oracle both on Windows
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: venkat on Tuesday, October 23, 2007 - 12:01 PM (3159 Reads)
|
Several times, You wish you could make a recording of your Unix terminal session and save it for future audits or for documentation purposes. Though you could use some of the screen cast programs for this purpose, there are few disadvantages of this method such as maintaining window focus and large resulting file size. So, why not use a native UNIX command for this purpose?
Read on..
|
Read full article: 'Record your terminal sessions' (2873 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: martinc on Tuesday, October 09, 2007 - 02:46 PM (2602 Reads)
|
A question was asked on the TME 10 list on how to recover the password for the tlmroot account if it is lost. So I thought I would post how to do this on our blog.
|
Read full article: 'Recover password for TLCM' (950 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: venkat on Monday, October 08, 2007 - 07:06 PM (3503 Reads)
|
Many of our customers want to know which agents are offline in the portal without having to expand the node for each host and see if it was greyed out. While "gbscmd stats" provides overall metrics about offline/online agents, here is a simple solution to provide an indicator for offline agents.
|
Read full article: 'ITM 6.1 Tip - Offline OS Agent Visualization in Portal' (1084 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: frank_tate on Monday, October 01, 2007 - 12:23 PM (3792 Reads)
|
The product-provided topodump.jy example is incorrect, but it's fairly easy to fix it. This article also contains information on setting up your Windows machine to use the TADDM API remotely.
|
Read full article: 'How to fix the TADDM API Jython example' (1317 bytes more)
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: madhavan.vvk on Monday, October 01, 2007 - 12:06 PM (2189 Reads)
|
Can my 2 GB RAM windows 2003 TPM server machine handle 4000 TCA??
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Posted by: justin_eagleson on Tuesday, September 18, 2007 - 06:30 PM (3050 Reads)
|
It might seem trivial, but after creating a dashboard in TEP showing business impacts at a glance, I've been frequently asked to change some of the icons for a more consistent display.
|
Read full article: 'Customizing Graphical Icons on TEP' (1366 bytes more)
|
|
|
 |
 |
 |
 |
|
|
 |
 |
 |
 |
Past Articles
- Friday, September 07
- BIRT Reporting - Overview (0)
- Tuesday, September 04
- ITM 6.1 Tuning Parameters (3)
- Wednesday, August 22
- Update - Snapshot metrics to the TDW in ITM 6.1 with SOAP (6)
- Tuesday, August 07
- Using the CandleTimeStamp Universal Agent function (0)
- Monday, August 06
- Having trouble running Netcool Omnibus in Linux? (1)
- Thursday, August 02
- ITM AIX Premium agents - an Overview (2)
- Wednesday, August 01
- Tivoli in Facebook (0)
- Friday, July 20
- ITM 6.1 Agent for Tandem (0)
- Friday, July 06
- An Introduction to Netcool Omnibus Components (6)
- Tuesday, July 03
- Situation Status Field in ITM6.1 (1)
Older articles
|
 |
 |
 |
 |
|