![]() ![]() ![]() ![]() |
Before you begin
To define process groups for a service:
Method | Description |
---|---|
Start from Scratch |
Create a process group from scratch. You specify the following information:
|
Import from another Service |
Import the process group configutation from another service. |
Import from a Running WebLogic Domain |
Import the process group configuration from a running WebLogic domain by specifying its connection properties. For best results, import configuration data from the Administration server of the WebLogic domain rather than a Managed server. |
Import from a WebLogic Domain Configuration |
Import the process group configuration from a WebLogic domain configuration by specifying its path name. |
Define the process group properties.
Field | Description |
---|---|
Process Group |
Name of the process group. |
Number of processes |
Number of processes that are configured for the process group when it is initially created. |
Define the process group template parameters that are used to configure the inital process instances for the process group. You can edit the processes that are configured initially to update any of the values.
Field | Description |
---|---|
Name |
Name of the instance. The first process instance uses this name. For each additional process instance that is configured, a numeric suffix is added to the name starting with 1 and incrementing by 1 for each additional process instance. |
Description |
Description of the instance. |
Main Class |
Name of the fully qualified Java class to be invoked. |
Main JAR |
Name of the JAR file that contains the class and resource files for the application to be invoked. |
Host |
Name of the host. The host and port address are used to access the JMX artifacts of the instance for monitoring. |
Starting Port# |
Port address. The first process instance uses this port number. For each additional process instance that is configured initially, the port address is incremented by 1. Note: You should ensure that the resulting
port address values are consistent with existing application
configurations. For example, for a WebLogic instance, the port
address is defined in the domain configuration file
( |
Classpath |
Value of CLASSPATH for the domain. The following provides guidelines for setting the CLASSPATH value for plain and ESX Agents. Plain Agents
ESX Agents (LVM File System)
|
JVM Arguments |
Standard options that are passed to the
java command. |
Java Arguments |
Java arguments that are passed to the Java Main method. Separate each Java argument using a space. |
UserName |
User name for authenticating JMX connections. |
Password |
Password for authenticating JMX connections. |
Instance Directory |
Working directory in which the process instance is started. |
Native Lib Directory |
Path to the native libraries. |
Use Native JMX |
Flag that specifies whether to use the JVM's native JMX MBean server. |
SSH Enabled |
Flag that specifies whether SSH is enabled for the instance. |
Protocol |
Protocol used for JMX connections. Select a value from the drop-down list. Valid values include: iiop, iiops, http, and https. |
Define the ready metrics that are used to determine if an instance is completely initialized and ready for service. Ready metrics are optional, but useful for determining when a process is available.
Field | Description |
---|---|
Instance Name |
Fully qualtified name of the MBean object. For
example:
For more information about the format to use to specify MBean attributes, see WebLogic Server MBean Reference. |
Attribute |
Name of the attribute. For example:
|
Value |
Value of the attribute. This field is valid only
if the Operator is set to Value Equals. For example:
|
Operator |
Operator to use during verification. Select a value from the drop-down list. Valid values include Value Equals and Value Exists. If you specify Value Equals, you must specify a Value for the attribute. |
Value Type |
Data type of the specified attribute. Select a value from the drop-down list. Valid values include: Integer, Long, Float, Double, Boolean, Date, and String. |
Wait |
Interval of time (in milliseconds) to wait for the ready metric constraint to be satisfied before the process is considered ready. |
Field | Description |
---|---|
Process Group Name |
Name of the process group. |
Service |
Name of the service from which to import. Select a service from the drop-down list. |
Allow me to choose instances to import |
Flag that specifies whether to enable you to select the instances from the service that you want to import. If you select this flag, when you click Next you are prompted to select the instances to import. Select the check box next to each instance that you want to import and click Next. If you do not select this flag, then all available instances are imported. |
Show me a summary of uncollectable metadata from config.xml |
Flag that specifies whether you want to view a
list of the metadata from the WebLogic domain that was not
collected by WLOC and that you may need to enter manually. If
you select this flag, when you click
Finish a summary of the uncollected
metadata is displayed using the following format:
|
Note: For best results, import configuration data from the Administration server of the WebLogic domain rather than a Managed server.
Field | Description |
---|---|
Process Group Name |
Name of the process group. |
Host |
Host name of the running WebLogic domain. |
Port |
Port address of the running WebLogic domain. |
UserName |
User name for authenticating with the WebLogic domain. |
Password |
Password used for authenticating with the WebLogic domain. |
Allow me to choose instances to import |
Flag that specifies whether to enable you to select the instances from the service that you want to import. If you select this flag, when you click Next you are prompted to select the instances to import. Select the check box next to each instance that you want to import and click Next. If you do not select this flag, then all available instances are imported. |
Show me a summary of uncollectable metadata from config.xml |
Flag that specifies whether you want to view a
list of the metadata from the WebLogic domain that was not
collected by WLOC and that you may need to enter manually. If
you select this flag, when you click
Finish a summary of the uncollected
metadata is displayed using the following format:
|
Field | Description |
---|---|
Process Group Name |
Name of the process group. |
Path |
Full or relative path name to the configuration
file (config.xml) of the WebLogic domain. For example:
|
Allow me to choose instances to import |
Flag that specifies whether to enable you to select the instances from the service that you want to import. If you select this flag, when you click Next you are prompted to select the instances to import. Select the check box next to each instance that you want to import and click Next. If you do not select this flag, then all available instances are imported. |
Show me a summary of uncollectable metadata from config.xml |
Flag that specifies whether you want to view a
list of the metadata from the WebLogic domain that was not
collected by WLOC and that you may need to enter manually. If
you select this flag, when you click
Finish a summary of the uncollected
metadata is displayed using the following format:
|
The process group is generated with the defined or imported JVM instances.
Repeat Steps 2 through 9 to define additional process groups.
Define resource requirements for a process group, as described in Define resource agreements for process groups.
Click Finish to define the service.
![]() |