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

Monitoring Enterprise Operations for Siebel Application Servers Across an Enterprise


When you want to know the current health of your enterprise or a particular server or component. Perform the following procedure to monitor enterprise 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 enterprise operations for application servers across an enterprise

  1. Edit the Enterprise.java file to change String ent = "enterprise_name" where enterprise_name is the name of your Siebel enterprise.
  2. From the Start menu, select Run, and then navigate to the working Java directory you created in Step 2 (D:\src).
  3. Set the class path by executing the following command:

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

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

    javac Enterprise.java

  5. Display the enterprise operations to the console by executing one of the following commands:
    • If you are monitoring a single server, enter:

    java -Dcom.siebel.management.jmxapi.cfgFileName=<Java_dir>\1server.xml Enterprise

    • If you are monitoring two or more servers, enter:

    java -Dcom.siebel.management.jmxapi.cfgFileName=<Java_dir>\2srvr.xml Enterprise

    where:

    Java_dir is the directory you created in Step 2.

    The command console displays the enterprise operations for the application server or servers.

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