Siebel Application Deployment Manager Guide > Configuring and Administering the ADM Framework > Process of Configuring the ADM Framework after Installing Siebel Management Server and Siebel Management Agent >

Configuring the Siebel Server for ADM


This topic describes how to configure the Siebel Server for Application Deployment Manager (ADM) after installing the Siebel Server. This configuration must be performed for each Siebel Server that has the ADM server components enabled. Each Siebel Enterprise Server must have at least one Siebel Server with the ADM component group enabled in order to use ADM for deployments to that Siebel Enterprise Server.

For information on configuring the Siebel Management Server and Siebel Management Agents after installation, see Siebel Installation Guide for the operating system you are using.

This topic is one part of the postinstallation tasks that you must perform to configure ADM. For more information, see Process of Configuring the ADM Framework after Installing Siebel Management Server and Siebel Management Agent.

To configure the Siebel Server for ADM

  1. Verify that the ADM component group is enabled on at least one Siebel Server in the Siebel Enterprise Server and that all three ADM-specific server components have the status Online/Running.

    If not, enable the ADM component group and restart the Siebel Server. For more information on this procedure, see Siebel System Administration Guide.

  2. Verify that the Auxiliary System Management component group is enabled.

    If not, enable the Auxiliary System Management component group and restart the Siebel Server. For more information on this procedure, see Siebel System Administration Guide.

  3. Create a directory at the root level of your drive, for example D:\jar (Windows) or /jar (UNIX), with read and write access privileges.

    NOTE:  This step is necessary, because there is a restriction on the number of characters that can be specified for the Java CLASS PATH environment variable.

  4. Navigate to MgmtAgentInstallDir\lib and copy the following files to the directory you created in Step 3:
    • siebelmgr.jar
    • admstatussvc.jar
    • Siebel.jar
    • SiebelJI_xxx.jar where xxx is the deployment language, for example, enu is a U.S. English deployment.
  5. Log in to your Siebel application (for example, Call Center), and navigate to Administration - Server Configuration > Enterprises > Profile Configuration.

    This step displays the Profile Configuration list.

  6. In the Profile field of the Profile Configuration list, query for the ADMJavaSubsys profile.

    The Profile Parameters list displays the parameters for the ADMJavaSubsys profile.

  7. Select the JVM Classpath parameter and verify that it references each of the files that you copied to the directory in Step 4. Using the example, this parameter must reference:

    D:\JAR\siebelmgr.jar;D:\JAR\admstatussvc.jar;D:\JAR\Siebel.jar;D:\JAR\SiebelJI_xxx .jar

    where xxx is the deployment language.

    NOTE:  For UNIX environments, use a colon (:) in place of a semi-colon (;) in the previous reference.

  8. Select the JVM DLL Name parameter, and verify that the entry in the Value field references the location of the jvm.dll file in the JRE installation.

    The JVM DLL Name parameter value depends on the operating system. See the following table for the values for the different operating systems.

    Operating System
    Parameter Value

    Windows

    JRE_HOME/bin/client/jvm.dll

    Solaris

    JRE_HOME/lib/sparc/client/libjvm.so

    AIX

    JRE_HOME/bin/j9vm/libjvm.so (IBM JRE)

    Novell SUSE Linux

    JRE_HOME/lib/i386/client/libjvm.so

    Oracle Enterprise Linux

    JRE_HOME/lib/i386/client/libjvm

    HP-UX

    JRE_HOME/lib/IA64N/server/libjvm.so

  9. Navigate to Administration - Server Configuration > Enterprises > Parameters.

    The Enterprise Parameters list appears.

  10. In the Enterprise Parameters list, query to retrieve the record for the JVM Subsystem Name parameter.
  11. Enter ADM Java Systems in the Value field for the JVM Subsystem Name parameter.
  12. Navigate to Administration - Server Configuration > Enterprises > Synchronize.

    The Synchronize view appears.

  13. Click Synchronize.

NOTE:  In the case of heterogeneous server environments, create a named subsystem for each server platform, and set the parameter ADM Java Systems at the ADM component level, with the named subsystem applicable to the environment.

Siebel Application Deployment Manager Guide Copyright © 2007, Oracle. All rights reserved.