Technote (FAQ)
Question
You want to install ITCAM ISM alone.
Answer
You can install ITCAM ISM alone without TEMS, TEP, or DB2 and still forward events to Netcool/Omnibus. You will need to use ISMBatch the manage the profiles.
General Steps:
- Install the Internet Service Monitoring package only.
- Load MTEMS (Manage Tivoli Enterprise Monitoring Services). Right Click on the "ITCAM for Transaction: Internet Service Monitoring Service" and then click on Configure.
After you click Configure, you will be presented with the Internet Service Monitoring Configuration window, where you can provide the connection details for the configured ObjectServer.
- Use ISMBatch to manage the profiles.
Sample:
-bash-3.00# ./ismbatch --new ISMBatchProfileTest
ISMBatch version 2.0
Copyright (c) IBM 2006
-bash-3.00# ./ismbatch -add icmp ISMBatchProfileTest active server=9.52.130.237
ISMBatch version 2.0
Copyright (c) IBM 2006
Emitting profile to /path/profiles/active/icmp.xml
-bash-3.00#
-bash-3.00# cat /path/profiles/active/icmp.xml
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<profile>
<icmp>
<element active="true" checksum="zeit_1281118089_2677_38D2" datalogpath="icmp9_52_130_237_1281118089_2677_38D2"
profile="ISMBatchProfileTest" updated="1281118089">
<fields>
<server>9.52.130.237</server>
<timeout>10</timeout>
<numberofpings>5</numberofpings>
<packetinterval>1</packetinterval>
<packetsize>64</packetsize>
<typeofservice>0</typeofservice>
<retries>0</retries>
<poll>300</poll>
<failureretests>0</failureretests>
<retestinterval>0</retestinterval>
<description>ICMP 9.52.130.237</description>
<extra/>
</fields>
<dvc defaultdvcstatus="GOOD">
<dvcgroup dvcstatus="FAILED">
<discretevalueclassification dvccondition="LT">
<dvcfieldname>respondPercent</dvcfieldname>
<dvcvalue>50</dvcvalue>
<dvcdescription>respondPercent LT 50</dvcdescription>
</discretevalueclassification>
</dvcgroup>
<dvcgroup dvcstatus="FAILED">
<discretevalueclassification dvccondition="GT">
<dvcfieldname>averageRTT</dvcfieldname>
<dvcvalue>1.0</dvcvalue>
<dvcdescription>averageRTT GT 1.0</dvcdescription>
</discretevalueclassification>
</dvcgroup>
<dvcgroup dvcstatus="MARGINAL">
<discretevalueclassification dvccondition="GT">
<dvcfieldname>averageRTT</dvcfieldname>
<dvcvalue>0.2</dvcvalue>
<dvcdescription>averageRTT GT 0.2</dvcdescription>
</discretevalueclassification>
</dvcgroup>
</dvc>
</element>
</icmp>
</profile>
- Start the ISM agent, bridge, and monitors.
- You should have alarms from the monitors in the ObjectServer.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.