IBM Tivoli Composite Application Agent for J2EE, Version 7.1.1

Deep dive diagnostics only installation: disabling Monitoring Agent autostart

If you are performing a deep dive diagnostics only installation, where IBM® Tivoli® Monitoring is not used, disable Monitoring Agent autostart. Do not disable it if Tivoli Monitoring is used.

To disable Monitoring Agent autostart, perform the following procedure:
  1. Check the contents of the file ITM_home/registry/AutoStart, and get the number from that file. Use this number as NUM in the following step.
  2. Edit the autostart file for the operating system:
    • On AIX®: /etc/rc.itmNUM
    • On HP-UX: /sbin/init.d/ITMAgentsNUM
    • On Linux: /etc/init.d/ITMAgentsNUM
    • On Solaris: /etc/init.d/ITMAgentsNUM

    In this file, find and comment out (using the # symbol) the lines with the itmcmd agent start yj and itmcmd agent stop yj commands.

    Example:
    start_all()
    {
    /bin/su - root -c " /opt/IBM/YJ1024/bin/itmcmd agent start yj >/dev/null 2>&1"
    }
    
    stop_all()
    {
    /bin/su - root -c " /opt/IBM/YJ1024/bin/itmcmd agent stop yj >/dev/null 2>&1"
    }
    In this example, you need to comment out both lines starting with /bin/su.


Feedback