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

Monitoring Server Operations for Siebel Application Servers Across an Enterprise


Perform the following procedure to monitor server 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 server operations for application servers across an enterprise

  1. Edit the Server.java file to change the following settings:
    • String ent = "enterprise_name"
    • String srv = "server_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
  2. From the Start menu, select Run, and then navigate to the working Java directory that 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 server operations to the console by executing the following command:

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

    where:

    Java_dir is the directory you created in Step 2.

    The command console displays the server operations for the application server.

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