Sunday, January 1, 2012
A new year
I've resolved to update much more often this year!
Not that it will be hard, of course...
One of my first decisions will be how to continue with this blog. Perhaps the Tivoli stuff should be offloaded to an IBM managed blog?
I'll think about it during the week.
--Robert
Monday, February 14, 2011
A new fix pack for TADDM - 7.2.0.0-TIV-ITADDM-FP0004
A new fix pack is out for TADDM. This one doesn’t have anything really major, just lots of bugfixes.
http://www-01.ibm.com/support/docview.wss?uid=swg24028518
A lot of them seem to center around Out Of Memory and Storage Errors during discovery or just having the discovery engine or console hanging.
Unless you’ve got specific problems, there’s no reason to get excited over this one.
On the other hand, TADDM 7.2.1, which will lots and lots of NEW shiny features, should be coming out quite soon.
I wonder if anyone is (a) reading this and (b) as excited as I am about it :)
-- Robert
Monday, January 17, 2011
Astronomy Picture of the Day : 2011 begins
After just under a year without new classical content, here are a few new Astronomy Pictures of the Day with classical content:
http://apod.nasa.gov/apod/ap110117.html - Night and Day above Almost Planet Sounio
http://apod.nasa.gov/apod/ap110114.html - Quadrantids over Qumis
http://apod.nasa.gov/apod/ap110109.html - The Antikythera Mechanism
-- Robert
Sunday, January 16, 2011
Direct upgrade from OMEGAMON Platform 350/360 to the current IBM Tivoli Monitoring release is not supported
Recently I encountered this error while installing support files on the TEPS together with a colleague.
At first we thought that perhaps it was a problem with the files we had downloaded, but trying to reinstall something that had just succeeded failed with the same message.
The cause of the problem seems to be a corruption in the file
C:\IBM\ITM\INSTALLITM\ver\KINWIINSMSTR.ver
Replacing it with the .bck file (which resided in the same directory) solved the problem.
Well, I haven’t posted in quite a while… but I’m back!
-- Robert
Tuesday, July 13, 2010
Extended Attributes Sensor
When using TADDM, you will probably come across a case where you want to extract information which TADDM does not do out of the box.
For example, you want to record the date on which the antivirus was last updated on each server.
The extended attributes feature enables you to add a field to those TADDM recognizes. The Custom Server option enables you to run OS commands and scripts and populate them.
http://www.ibm.com/developerworks/wikis/display/tivoliaddm/Sensor+Examples
However, writing a script that extracts the data can be time consuming – this isn’t what we want to be doing. Populating the extended attributes is also a bit more complex than populating regular ones.
Fortunately, there are a number of shortcuts. The DeveloperWorks TADDM wiki has a sensor which will read a config file, create the extended attributes and populate them when TADDM discovers the relevant computer. All you need to do is enter the attribute name and the registry key (or WMI object, etc…) in the config file.
Extended Attributes Sensor and Tools
I used it today and when it runs, it’s a big timesaver.
However, I did have to tweak a few things for it to run on TADDM 7.2FP1 on Windows. In case this helps you, here is what I did:
- in the file ea_cli.bat, I changed the line
@../support/bin/jython_coll.bat ea_cli.jy %*
to
@../support/bin/jython_coll.bat ea_cli.jy %* - in the file sensorhelper.py, I changed the line
from com.ibm.cdb.platform.ip import IpUtils
to
from com.ibm.cdb.platform.ip import IPv4Utils - in the file ext_attr_db.py, I changed the line
from com.ibm.cdb.topomgr.util import JdbcConnectionFactory
to
from com.collation.topomgr.util import JdbcConnectionFactory
Without the first change, nothing works. The second and third changes are because I got the error “ImportError: no module named ” when I ran the script.
Another useful sensor is this generic sensor.
-- Robert
Caesar’s Birthday
Today, July 13th, is the birthday of perhaps the most famous person who ever lived; Gaius Julius Caesar.
How many of us will be remembered for over 2,000 years?
http://www.oxforddnb.com/public/lotw/1.html (this week, might not work in the future)
http://en.wikipedia.org/wiki/Julius_Caesar
-- Robert
Thursday, May 6, 2010
Error 500: system#notboundexception
There are a number of reasons to encounter the Error 500: system#notboundexception message in your browser windows when you try to access a Maximo/TPAE/CCMDB/TSRM/EAM/etc system after a startup.
http://www-01.ibm.com/support/docview.wss?uid=swg21321771
http://www-01.ibm.com/support/docview.wss?uid=swg21320406
http://www-01.ibm.com/support/docview.wss?uid=swg21261539
http://www-01.ibm.com/support/docview.wss?uid=swg21305743
In general, the cause of the problem is that the application cannot connect to the database properly, for whatever reason.
I encountered the problem this week when I visited a customer’s test site. I could not login to the system, until I realized that I had been directed to an old server, which had it’s database tables truncated!
-- Robert
Saturday, April 24, 2010
Hubble's 20th anniversary
It seems strange to think of a world where there was not a giant telescope orbiting and sending us fantastic photos day-in-day-out (or should that be night-in-night-out?), but the Hubble Space Telescope is celebrating the 20th anniversary of it’s launch.
http://amazing-space.stsci.edu/hubble_20/
-- Robert
Thursday, April 22, 2010
ITM Situation limits
ITM situations are constructed out of a number of very flexible conditions and the mechanism is very powerful. It’s probably about as flexible that one can get without using regular expressions (spit!)
However, it does have a big problem - a very frustrating limit to the number/size of the conditions.
-- Robert
Sunday, March 28, 2010
Ada Lovelace
Ada Lovelace was the world’s first computer programmer. She wrote programs to run on Charles Babbage‘s Analytical Engine. Unfortunately, the machine was never built. I first heard of Ada when I started programming in 1996.
Match 24th was “Ada Lovelace day”, an international day of blogging (video logging, podcasting, comic drawing etc.!) to draw attention to the achievements of women in technology and science.
I missed the day itself, so I don’t know if I’ll create a post of my own, but I suggest you mosey on over to the list of existing posts.
-- Robert
Wednesday, March 24, 2010
TADDM 7.2 Fix Pack 1 – current list of APARs
It’s not due till the middle of April, but details have just been posted about the APARs fixed in TADDM 7.2FP1.
This fix pack is scheduled to release April 12, 2010. This is a target date and does not represent a formal commitment by IBM. This date is subject to change without notice.
I’ve listed a few of the APARs that seem interesting (to me) or that will solve my problems. The full list is in the link.
APAR IZ62734
When the TaddmTool has a newer version of TaddmWmi.dll an internal error occurred while copying the file from the gateway to the target. This was happening because the old TaddmWmi.dll is still loaded.
APAR IZ63361
When discovering a lot of targets, the building topology phase can hang or run extremely slow. The TopologyBuilder.log shows that ComputerSystemConsolidation agent is running for very long time. Topology garbage collector log shows that topology JVM memory is used up and garbage collector cannot release anything.
APAR IZ63682
When the Vmware sensor discovers Computer System with a different primary IpInterface, it does not merge with an already existing ComputerSystem in the database causing duplicates to occur. This is happening because the TopologyBuilder Agent uses only existing Computer systems without virtual flag set to true.
APAR IZ64198
In change history the date/time were displayed as UTC milliseconds from the epoch. The Date/time were fixed to be displayed in a more human readable way.
APAR IZ64526
Modules from IIS Web Server discovery were not included in business application (using both app descriptor and UI). IIS was not following a standard like other web servers IPlanet or Apache.
APAR IZ64682
Out of memory errors can occur on Windows platforms where an MS Exchange application is installed and contains many Public Folders. This was due to the large amount of data returned from the system.
APAR IZ68913
The component that sends change events to Omnibus or TEC -- changeevents.sh or changeevents.bat -- looks for the last change event indicator file in a different directory from where it was written after last discovery. Because it does not find the file, the change events program sends ALL the change event records, even those sent previously. This symptom negatively affects performance. The following entry appears in ChangeEvent.log: [main] INFO changeevent.OmpEventModule - Could not locate change events run time indicator at C:\ibm\cmdb\dist\var/services\change-events-runtime.log (This is ok in TADDM versions prior to 7.2).
APAR IZ69885
Populating the extended attribute for template extension using a jython script does not appear in UI. Additionally in the error.log the following message appears:
TopologyBuilder [TopologyBuilderEngineThread] ERROR agents.ExtendedAttributesAgent - [ExtendedAttributesAgent.E.2] An error occurred when setting extended attributes for ComputerSystem XXXXXXXXXXXXXXX
APAR IZ70822
Due to changes for Launch in Context following query http://<taddm_server_IP>:9430/cdm/queryHomePage.do?launchsource=itm&searchtext=<compsysIP> stopped working because it was filtered out by security mechanism. This behaviour will be enabled to handle correctly queries from other products.
APAR IZ71582
The following Launch in Context entries stopped working because it was filtered out by security mechanism. This behavior will be enabled to handle correctly queries from other products.
"http://$taddm_server$:$taddm_port$/cdm/changehistory.do?objectID=guidChanges$taddm_guid$&domainIP=localhost&pageID=domain&hoursback=240"
"http://$taddm_server$:$taddm_port$/cdm/changehistory.do?objectID=guidChanges$taddm_guid$&domainIP=localhost&pageID=domain&hoursback=240"
Robert
Monday, March 22, 2010
Unable to start request (350) with ITM SOAP
There are a number of ways of accessing the information in ITM.
The simplest is, of course, opening the portal.
Another way is to use the SOAP web services supplied by ITM.
One access the simple SOAP interface from http://localhost:1920///cms/soap/kshhsoap.htm
Two gotchas I recently encountered:
1. In some cases, I needed to enter the full fqdn of the TEMS server (server_name.domain_name).
2. The commands need to be all in UPPERCASE:
<CT_Get>
<userid>sysadmin</userid>
<password>password</password>
<table>O4SRV.UTCTIME</table>
<sql>SELECT GBLTMSTMP, SITNAME, DELTASTAT, NODE, ORIGINNODE FROM O4SRV.ISITSTSH</sql>
</CT_Get>
Otherwise, I get the dreaded <faultstring>Unable to start request(350)</faultstring> response…
Wednesday, February 17, 2010
TADDM 7.2 Interim Fix 1
Get the first fix of the year for TADDM here.
There are only two bugs/solutions in this interim fix, both concerning upgrades from a previous version of TADDM.
From the readme:
IZ67686 TADDM upgrade on a Windows platform failed during the database migration.
The error occurs when TADDM is installed in a different location than default C:\IBM\CMDB
The Customer may find this message in the taddm_7.2.0_install_msg.log:
INFO : com.ibm.cdb.install.ia.utils.Utils (from runCommand(content, envs, filetype)) - Stdout:
"Run command E:\ibm\cmdb\dist\bin\migration.bat -s -bv 7.1.2"
INFO : com.ibm.cdb.install.ia.utils.Utils (from runCommand(content, envs, filetype)) -
Stderr: 'migration.bat' is not recognized as an internal or external command, operable
program or batch file.
IZ68633 If the following files are missing: collation/linux.zip, collation/solaris.zip, collation/aix.zip,
collation/windows.zip, collation/linuxS390.zip the install/migration reports successful, but TADDM will
not start because the jdks needed to run TADDM and move the internal users from the 7.1.2 encryption
to 7.2 encryption are not available. The TADDM installation will be missing the
file: dist/etc/ TADDMSec.properties.
All I can say is that these are boring bugs! ;)
Robert
Saturday, February 6, 2010
Pinging the Unpingable
Despite it’s name, the TADDM PingSensor does not run the same ICMP ping that the command line utility ping does. What the PingSensor does is open a TCP socket on specific ports.
The list of ports used is in the Installation Guide:Planning Worksheet:
| Port | Target |
| CiscoWorks | 1741 |
| DNS | 53 |
| LDAP | 389 |
| SSH | 22 |
| WBEM | 5988 |
| WMI | 135 |
Other ports used are 23 and 161.
This means that if a firewall is blocking these ports, then TADDM will not see any device there, even if another port, such as 80, is open. In that case, you’ll see an error message in the PingSensor log:
2010-02-06 14:13:11,875 DiscoverManager [DiscoverWorker-14] PingSensor-64.12.100.5 INFO session.Ping - Ping failed for IP address 64.12.100.5 on all ports [22, 23, 135, 161]
In this case, you’ll either need to <gasp> open the firewall between TADDM and that server or add another port to the list TADDM scans by adding a property to collation.properties.
| By default, this property is used by the PingSensor sensor. It is not defined in the collation.properties file and has to be manually defined if needed. |
Sunday, January 31, 2010
Bleeding edge isn’t what is should be
Looks like there’s a problem with TADDM using the new 1.7.1 version of Cygwin as it’s SSH server.
http://www-01.ibm.com/support/docview.wss?uid=swg21419038&myns=swgtiv&mynp=OCSSPLFC&mync=R
So if you’re downloading Cygwin for a TADDM installation, use the link to the older, 1.5 version of Cygwin - http://cygwin.com/setup-legacy.exe
You could actually just rename the regular setup.exe to setup-legacy.exe and it will download the latest patch level of the older version of Cygwin.
Quote of the Day
“If I want exercise... I read faster.”
Found in a comment for a post on this blog. It’s got nothing to do with anything, but I like it :)
I think I’ll start a habit of writing out interesting quotes I find. I suppose it’s something that should be “twittered”, but I don’t use Twitter. Yet…
-- Edit
I’d just like to say that I do not really recommend reading as a way to lose weight or keep fit. :)
Power of Ten – 21st Century
Powers of Ten is a 1977 American documentary short film written and directed by Ray Eames and her husband, Charles Eames. The film depicts the relative scale of the Universe in factors of ten.
Wikipedia website
Official website
Since the Age of the Internet, more of these sort of videos have appeared, often with a slider so that you, the viewer, can control the speed and location of the zoom.
Here are two I found recently and really liked:
- http://www.newgrounds.com/portal/view/525347
- http://learn.genetics.utah.edu/content/begin/cells/scale/
One problem with them is the fact that they’re un-editable.
I’d like to be able to show my young nephews these, but they are so chock-a-block with items that would need explanation that the wood would be lost for the trees.
Does anyone know of a simple, or editable, Power of Ten clone?
Friday, January 29, 2010
Some minor Tivoli issues I’ve dealt with lately
As part of getting back on the saddle with my blog, I’m going to list a few of the problems I’ve encountered lately and, more importantly, how I solved them.
ITM 6.2.1 on Windows
I had a case where a universal agent simply would not start. Looking at the logs showed nothing wrong, it was just not registering with the TEMS. The Perl script was unchanged, the owner of the script had not touched it.
I googled “script Universal Agent restart” and one of the first hits I got was for an APAR (patch) called IY86181: UA RESTART MAY FAIL IF A SCRIPT LAUNCHED WITHIN UA IS RUNNING. Interesting.
Unfortunately, this patch is for Unix servers and came out back in 2006! It did get me thinking and I checked the Task Manager for running processes. There were lots and lots and lots of Perl.exe…. hmm. I killed all the Perl.exes and lo and behold – the UA connected to the TEMS!
Pity it still didn’t show any data :(
I then opened up a command window and ran the script. Wouldn’t you know? The script hung because it asked me to press ‘y’ or ‘n’ for some security setup.
Pressing ‘y’ a few times solved the problem and the Universal Agent ran properly from then on. Oh, and the script owner remembered that he had added a few more servers to the config file.
Lessons learned?
- NEVER believe whatever the client tells you. ESPECIALLY if they say “nothing changed, but now it doesn’t work”.
- If something external to the application stops working, first test it by itself.
- When researching a problem, look at similar-but-not-identical-problems and see if their solution can be fitted to suit you too.
- Not every problem will show up as an error in the log. In this case, the UA was functioning properly, it was simply waiting forever for someone to press ‘y’!
- Practice your skills. I haven’t been working on bugs in production environments lately, I’ve been busier installing new systems.
This list of suggestions is written in the fastest way to solve the problem, but the exact opposite of the order I did them in!
6.2.2 on Redhat Linux
I was trying to configure the Warehouse Proxy on a new installation, but when I right-clicked configure then the Messages window shows 'Starting configuration ...' but the configuration screen never displayed.
I found a PMR which had my exact case and it even had the solution!
Removing the file $CANDLEHOME/<arch>/bin/ksz.jar and restarting the management console enabled me to configure the Proxy agent.
Lessons learned?
- One of the advantages of working for IBM (or having IBM support) is, of course, the common databank of lots and lots of people working on the same systems.
It would have taken me ages to solved the problem on my own, or a week or so if I’d opened a PMR. Having had someone else, on the other side of the world perhaps, do that once – enabled me to solve my problem in about an hour and a half (one hour to play around with the system, half an hour to search the PMR databank, find the solution and implement it)
-- Edit 01-Feb-2010
Of course, NOW I find a technote which presents the solution: http://www-01.ibm.com/support/docview.wss?uid=swg21409333. In my defense, I encountered the problem prior to the technote being published. I’ve been told that this bug will be fixed in an upcoming fix pack.
Astronomy Picture of the Day : Update
After ignoring my blog for a few/many months, I’ve started updating it again.
I’ll continue where I stopped, with an update to Astronomy Picture of the Day with classical content.
http://antwrp.gsfc.nasa.gov/apod/ap100118.html - Eclipse over the Temple of Poseidon
http://antwrp.gsfc.nasa.gov/apod/ap091223.html - December Sunrise, Cape Sounion
I don’t think there’s been anything I’ve missed – but if I have, please let me know!
Sunday, June 21, 2009
Astronomy Picture of the Day with Classical Content
Astronomy Picture of the Day is one of the most popular astronomical web sites on the 'net. Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer
Today's picture is that of the Parthenon, with a dramatic background of the rising Sun.
(picture created and copyrighted by Anthony Ayiomamitis)
I've put together a list of all the Classically themed pictures which I've found. Of course, many more of the pictures have some classical connection because so many of the night sky is named after Greek and Roman gods, heroes and miscellanies...
http://apod.nasa.gov/apod/ap090621.html - Sunrise over the Parthenon
http://apod.nasa.gov/apod/ap090320.html - Sunset at the Portara
http://apod.nasa.gov/apod/ap081221.html - Analemma Over the Porch of Maidens
http://apod.nasa.gov/apod/ap081216.html - Orion over Nemrut Dagh
http://apod.nasa.gov/apod/ap080718.html - Jupiter over Ephesus
http://apod.nasa.gov/apod/ap070420.html - Pantheon Earth and Moon
http://apod.nasa.gov/apod/ap061223.html - The Analemma and the Temple of Olympian Zeus
http://apod.nasa.gov/apod/ap061205.html - The Antikythera Mechanism
http://apod.nasa.gov/apod/ap040621.html - Analemma over Ancient Nemea
http://apod.nasa.gov/apod/ap040229.html - Julius Caesar and Leap Days
http://apod.nasa.gov/apod/ap030320.html - Sunrise Analemma
http://apod.nasa.gov/apod/ap020113.html - Hypatia of Alexandria
http://apod.nasa.gov/apod/ap000229.html - Julius Caesar and Leap Days
http://apod.nasa.gov/apod/ap960229.html - Julius Caesar and Leap Days
I'll update this list whenever I think a new picture is classically themed. If you know of one I've missed, them please drop me a note.