Welcome to Gulf Breeze Software Partners :: Tivoli :: Consulting :: Training     
Search our site. Just type in your search terms and press Enter   
block block block
block Main Menu  
block
block block block

block block block
block Online  
There are 1 unlogged user and 0 registered users online.

You can log-in or register for a user account here.
block
block block block

  


block block block
block

GBSCMD V3.5 new features

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

TPM SPB Import Automation Package

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

TPM 5.1.1 Classroom Comments

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

TPM 5.1.0.2 FP0003 and 5.1.1 FP0001 are available!

Posted by: martinc on Wednesday, March 05, 2008 - 04:54 PM  (2283 Reads)

Fix Pack 3 for TPM 5.1 and Fix Pack 1 for 5.1.1 are now available! So what does it do?




Read full article: 'TPM 5.1.0.2 FP0003 and 5.1.1 FP0001 are available!' (2589 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

ITM 6.2 Workspace Parameter - more portal tuning

Posted by: jlsham on Saturday, March 01, 2008 - 05:00 AM  (3372 Reads)

If you have more than 200 of any type of agent, you start to see messages in your views about the number of systems being queried is too high.



Read full article: 'ITM 6.2 Workspace Parameter - more portal tuning' (242 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Modified applet.html file to resolve one TEP IE browser connection error.

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Fine Tuning the Portal Server

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Simple Postemsg-like solution for ITM 6.x

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Testing database connectivity using JDBC

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

TPM 5.1.1 Documentation

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

TPM 5.1.1 is now available

Posted by: martinc on Friday, December 21, 2007 - 02:46 PM  (2238 Reads)

The Christmas present everyone was waiting for :)



Read full article: 'TPM 5.1.1 is now available' (2708 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Tivoli Common Reporting (TCR) uses the ZeroG InstallAnywhere installer

Posted by: frank_tate on Thursday, December 20, 2007 - 11:49 AM  (3335 Reads)

While many Tivoli products use the InstallShield Multi-Platform (ISMP) installer, TCR uses Zero G installer.



Read full article: 'Tivoli Common Reporting (TCR) uses the ZeroG InstallAnywhere installer' (668 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Executing remote commands in ITM6.x using gbscmd

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Upgrade from ITM6.1 FP6 to ITM6.2 may break logon through IE TEP

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Some good TADDM and CCMDB documentation on OPAL

Posted by: frank_tate on Tuesday, December 04, 2007 - 05:02 PM  (3622 Reads)

I was just looking around on OPAL and saw that Tivoli released a guide to using the Ccommon Data Model (CDM).



Read full article: 'Some good TADDM and CCMDB documentation on OPAL' (476 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Using BIRT for TDW Reporting

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Getting gbscmd to run under Mac OS X Tiger

Posted by: frank_tate on Tuesday, November 27, 2007 - 08:00 PM  (2009 Reads)

I finally got around to trying to run gbscmd on my Macbook and found that I needed to do a little configuration to get it going.



Read full article: 'Getting gbscmd to run under Mac OS X Tiger' (1982 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Actually searching all files when searching for text

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Where Wizards Fear To T"h"read

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Eclipse plugin to access the TADDM API

Posted by: frank_tate on Tuesday, November 13, 2007 - 06:30 PM  (3219 Reads)

I realize that this won't be interesting to many people, but I wrote an Eclipse plugin to access the TADDM API.



Read full article: 'Eclipse plugin to access the TADDM API' (649 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Reload EIF/TEC settings in ITM 6.1

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Is it possible to get details of "Database Mirroring" using ITM61 DB agent

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



Send this story to someone Printer-friendly page

block
block block block

block block block
block

ITM 6.1 FP06 is out!

Posted by: martinc on Friday, November 02, 2007 - 06:41 PM  (2906 Reads)

Here are some quick links to the download site



Read full article: 'ITM 6.1 FP06 is out!' (487 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Record your terminal sessions

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Recover password for TLCM

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

ITM 6.1 Tip - Offline OS Agent Visualization in Portal

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

How to fix the TADDM API Jython example

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) Send this story to someone Printer-friendly page

block
block block block

block block block
block

TPM Scalability

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??



Send this story to someone Printer-friendly page

block
block block block

block block block
block

Remote Control 5.1 is out!

Posted by: martinc on Thursday, September 27, 2007 - 08:02 PM  (3223 Reads)

Well it is official, the long awaited version of Remote Control is out as of September 25th!



Read full article: 'Remote Control 5.1 is out!' (5660 bytes more) Send this story to someone Printer-friendly page

block
block block block

block block block
block

Customizing Graphical Icons on TEP

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) Send this story to someone Printer-friendly page

block
block block block

  
block block block
block Categories  
block
block block block

block block block
block Poll  

What type of ITM workshops would you like to see?

[ Results | Polls ]

Votes: 505
Comments: 363

block
block block block

block block block
block Past Articles  
Older articles
block
block block block