Siebel System Monitoring and Diagnostics Guide > Monitoring Siebel Server Run-Time Operations > Process of Monitoring Siebel Application Server Operations Across an Enterprise >

Monitoring Component Operations for Application Servers Across an Enterprise


Perform the following procedure to monitor component operations for application servers across an enterprise.

This task is a step in Process of Monitoring Siebel Application Server Operations Across an Enterprise.

To monitor component operations for application servers across an enterprise

  1. Edit the Component.java file to change the following settings:
    • String ent = "enterprise_name"
    • String srv = "server_name"
    • String comp = "comp_name"

      where:

      • enterprise_name is the name of your Siebel enterprise
      • server_name is the name of the application server that you want to monitor
      • comp_name is the name of the component that you want to monitor
  2. From the Start menu, select Run, and then navigate to the working Java directory you created in Step 2.
  3. Set the class path by executing the following command:

    set CLASSPATH=<Java_dir>siebelmgr.jar;<Java_dir>\siebeljmxapi.jar;

    where:

    Java_dir is the directory you created in Step 2.

  4. Compile Enterprise.java by executing the following command:

    javac Enterprise.java

  5. Display the component operations to the console by executing the following command:

    java -Dcom.siebel.management.jmxapi.cfgFileName=<Java_dir>\1srvr.xml Component

    where:

    Java_dir is the directory you created in Step 2.

    The command console displays the component operations for the designated component on the designated application server.

Siebel System Monitoring and Diagnostics Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.