Displaying posts tagged with

“unix”

ITM : Testing Windows Event Logs

In a nutshell: use the ‘eventcreate‘ I had an issue with ITM Windows Agent creating events which I was then sending out email alerts via a UNIX script. The simple problem was backslashes in windows paths where the “Take Action” notification script was literalizing characters which might be part of the EventLog Description For example: [...]

IBM Tivoli Monitoring Product Codes

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

ITM Host Availability (ping attribute)

Synopsis A nice feature which isn’t publicized too much in ITM for Linux and Unix agents is the ping capability. They’re refrerred to as “Host Availability” for Linux and “Ping Attributes” for Unix Both will accept an input file containing a list of servers to “ping”, and both will return status and response time. Enabling [...]

Hosting : Why does every visit to my website have the same IP address?

Reference: http://help.mosso.com/article.php?id=180 Your script is calling for the “REMOTE_ADDR” and receives the IP of a server in front of one of our back-end servers. The web facing server is then passing the scripts output without giving the expected REMOTE_ADDR of the visitor. In order for your scripts to recognize that they are on a cluster [...]