24 WebLogic Server Resource Groups

This chapter describes the tasks you can perform to create, monitor, and configure resource groups. A resource group is a named collection of deployable resources and applications that can reference a resource group template.

A traditional WebLogic Server domain may contain many types of deployable resources: Java EE applications, JMS servers and queues, data sources, and such. In this traditional model, if an application suite contains multiple Java EE applications and various resources that support those applications, the administrator defines these resources and deploys these applications individually rather than as a coherent unit.

Oracle WebLogic Server Multitenant (MT) introduces resource groups, simply as a convenient way to group together Java EE applications and the resources they use into a distinct administrative unit within the domain. The resources and applications are "fully qualified" in that the administrator provides all the information needed to start or connect to those resources, including credentials for connecting to a data source and targeting information for Java EE applications. A resource group will either contain these deployable resources directly or refer to a resource group template which contains the resources. Resource groups can be defined at the domain level, or be specific to a domain partition.

All the resources in or referenced by a resource group are targeted together to the same target. That is, you define the targets at the resource group level, not at the individual resource level. Resource groups can be started and stopped.

For more information on WebLogic Server resource groups, see Using WebLogic Server MT.

Note:

If you are logged into a domain partition, navigate from the Domain Partition menu. Note that WebLogic Server Multitenant domain partitions, resource groups, resource group templates, and virtual targets are deprecated in WebLogic Server 12.2.1.4.0 and will be removed in the next release.

This chapter includes the following sections:

Create resource groups

To create a new resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. Click Create.
  3. On the Create a Resource Group page, you can define the following configuration settings for your new resource group:
    • Name: enter a name for the new resource group

    • Scope: select either Create a partition level resource group or Create a domain level resource group.

    • Domain Partition: if you selected Create a partition level resource group in the Scope field, select a domain partition from the Domain Partition menu

    • Resource Group Template: select a resource group template to use for this new resource group

    • Targets: select the targets for this new resource group by moving them from the Available column to the Chosen column.

    • Notes: enter notes for the new resource group

    For more information about these fields, see Configuration Options.

  4. Click Create.

If you did not create the resource group from a resource group template, the initial resource group configuration is a basic shell and you must configure it before you can use it.

You perform most of the configuration required for a partition when you configure the resource group or resource group overrides. The tasks include configuring JDBC system data sources, JMS servers and resources, foreign JNDI providers, and so forth.

These tasks are described in Configure resource groups and WebLogic Server Resource Overrides, respectively.

Create resource groups from a domain partition

To create a new resource group from an existing partition:

  1. From the WebLogic Domain menu, select Environment, then select Domain Partitions.

    The domain partitions table displays information about each partition that has been configured in the current domain.

  2. Select the domain partition for which you want to create a resource group.
  3. From the Domain Partition menu, select Administration, then Resource Groups.
  4. Click Create.
  5. On the Create a Resource Group page, you can define the following configuration settings for your new resource group:
    • Name: enter a name for the new resource group

    • Resource Group Template: select a resource group template to use for this new resource group

    • Targets: select the targets for this new resource group by moving them from the Available column to the Chosen column.

    • Notes: enter notes for the new resource group

    For more information about these fields, see Configuration Options.

  6. Click Create.

If you did not create the resource group from a resource group template, the initial resource group configuration is a basic shell and you must configure it before you can use it.

You perform most of the configuration required for a partition when you configure the resource group or resource group overrides. The tasks include configuring JDBC system data sources, JMS servers and resources, foreign JNDI providers, and so forth.

These tasks are described in Configure resource groups and WebLogic Server Resource Overrides, respectively.

Configure resource groups

This section describes how to configure resource groups.

This section includes the following tasks:

Configure resource group general settings

To view and define general resource group settings:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select General.

    On the General page, you can view and define general configuration settings for the resource group, such as:

    • Name

    • Scope

    • Resource Group Template

  4. Click Save.

For more information about these fields, see Configuration Options.

Configure resource group deployment settings

To view and define resource group deployment settings:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Deployments.

    This page displays a list of Java EE applications and standalone application modules that have been deployed to this resource group. You can take the following actions:

    • Deploy

    • Redeploy

    • Undeploy

    • Fetch deployment plan

    • Add Override

    • Remove override

    • Start

    • Stop

  4. The following information about deployed applications is displayed.
    • Name

    • Status

    • State

    • Health

    • Type

    • Domain Partition

    • Targets

    • Deployment Order

    • Resource Group

    • Tags

    • Scope

For more information about these fields, see Configuration Options.

Deploy applications to a resource group

Deploying an application makes its physical file or directory known to WebLogic Server.

To deploy an application to a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Deployments.
  4. Click Deploy to open the Deploy Java EE Application Assistant.

    The control options are displayed above the table.

  5. Locate the application you want to deploy and choose whether to upload a deployment plan or create a new deployment plan.
  6. Click Next.
  7. On the Application Attribute page, update the application attributes as desired. These attributes include:
    • Application Name

    • Distribution

    • Source Accessibility

  8. Click Next to update the deployment settings or Deploy to complete deployment of this application.
  9. Optionally, on the Deployment Settings page, you can complete common tasks before deploying the application and update deployment settings.
  10. Click Deploy to complete deployment of this application.
Redeploy applications to a resource group

Redeploying an application redeploys the archive file or exploded directory. Redeploy an application if you have made changes to it and want to make the changes available to WebLogic Server clients.

To redeploy an application or module to a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Deployments.
  4. In the Deployments table, select the row of the application you want to redeploy.
  5. Click Redeploy to open the Redeploy Java EE Application Assistant.

    The control options are displayed above the table.

  6. On the Select Application page, click Next.
  7. On the Select Archive page, locate the application you want to deploy and choose whether to upload a deployment plan or create a new deployment plan.
  8. Click Next.
  9. On the Application Attribute page, update the application distribution as needed.
  10. Click Next.
  11. Optionally, on the Deployment Settings page, you can edit the deployment plan to set more advanced deployment options, and save the deployment plan to your local disk.
  12. Click Redeploy to complete redeployment of this application.
Undeploy applications from a resource group

Undeploying an application removes it from every target of the domain to which the application is deployed. Once you undeploy an application from the domain, you must deploy it again if you want to make it available to WebLogic Server clients. To temporarily make applications unavailable to WebLogic Server clients, you can stop them instead of undeploying them.

To undeploy an application from a partition resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Deployments.
  4. In the Deployments table, select the row of the application you want to undeploy.

    The control options are displayed above the table.

  5. Click Undeploy.
  6. On the Undeploy Java EE Application: Confirmation page, click Undeploy to confirm your decision and remove the application.

    If you later want to deploy the removed application, see Deploy applications to a resource group.

Configure resource group services settings

This section describes how to configure resource group services settings. The following topics are described:

Configure resource group JDBC settings

To view configuration settings for the JDBC system resources that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select JDBC.

    The JDBC table displays information on the JDBC data sources configured in this resource group, such as:

    • Name

    • JNDI Name

    • Type

    • Targets

    • Algorithm Type

    • Row Prefetch Enabled

    • Row Prefetch Size

    • Stream Chunk Size

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new JDBC data sources for this resource group. Click Create or Create Like to create a new JDBC data source. For more information on creating JDBC data sources, see Create JDBC data sources.
Configure resource group JMS settings
Configure JMS server settings

To view configuration settings for the JMS servers that have been created for this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > JMS Servers.

    The JMS Servers table displays information on the JMS servers configured in this resource group, such as:

    • Name

    • Health

    • Health Reason

    • Persistent Store

    • Temporary Template Name

    • Bytes Maximum

    • Messages Maximum

    • Bytes Threshold High

    • Bytes Threshold Low

    • Messages Threshold High

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new JMS server by clicking the Create button. For more information on creating JMS servers, see Create JMS servers.
Configure SAF agent settings

To view configuration settings for the store-and-forward (SAF) agents that have been created for this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > SAF Agents.

    The SAF Agents table displays information on the SAF agents configured in this resource group, such as:

    • Name

    • Agent Type

    • Persistent Store

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new SAF agent by clicking the Create button. For more information on creating SAF agents, see Create Store-and-Forward agents.
Configure JMS resource settings

To monitor the resource settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > JMS Resources.

    The JMS Resources table displays information on the JMS resources configured in this resource group, such as:

    • Name

    • Type

    • JMS Module Name

    • JNDI Name

    • Subdeployment

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new JMS resource by clicking the Create button. For more information on creating JMS resources, see Create JMS resources.
Configure JMS module settings

To configure the JMS modules for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > JMS Modules.

    The JMS Modules table displays information on the JMS modules configured in this resource group, such as:

    • Name

    • Queues

    • Topics

    • Connection Factories

    • Distributed Queues

    • Distributed Topics

    • Foreign Servers

    • Quotas

    • SAF Error Handlers

    • SAF Imported Destinations

    • SAF Remote Contexts

    • Templates

    • Uniform Distributed Queues

    • Uniform Distributed Topics

    • Destination Keys

    • Type

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new JMS module by clicking the Create button. For more information on creating JMS modules, see Create JMS modules.
Configure messaging bridges

To configure the messaging bridge settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > Messaging Bridges.

    The Messaging Bridges table displays information on the messaging bridges configured in this resource group, such as:

    • Name

    • Source Bridge Destination

    • Target Bridge Destination

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new messaging bridge by clicking the Create button. For more information on creating messaging bridges, see Create messaging bridges.
Configure JMS bridge destinations

To configure the JMS bridge destination settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > Bridge Destinations.

    The JMS Bridge Destinations table displays information on the JMS bridge destinations configured in this resource group, such as:

    • Name

    • Adapter JNDI Name

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Query by Example

  4. You can also create new a new JMS bridge destination by clicking the Create button. For more information on creating JMS bridge destinations, see Create JMS bridge destinations.
Configure path services

To configure the path services settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Messaging > Path Services.

    The Path Services table displays information on the path services configured in this resource group, such as:

    • Name

    • Persistent Store

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Query by Example

  4. You can also create new a new path service by clicking the Create button. For more information on creating path services, see Create path services.
Configure resource group mail session settings

To view configuration settings for the mail sessions that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Mail.

    The Mail table displays information on the mail sessions configured in this resource group, such as:

    • Name

    • JNDI Name

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Query by Example

  4. You can also create a new mail session for this resource group by clicking the Create button. For more information on creating mail sessions, see Create mail sessions.
Configure resource group persistent store settings

To view configuration settings for the persistent stores that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Persistent Stores.

    The Persistent Stores table displays information on the persistent stores configured in this resource group, such as:

    • Name

    • Type

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Query by Example

  4. You can also create a new persistent store for this resource group by clicking the Create button. For more information on creating persistent stores, see Create persistent stores.
Configure resource group foreign JNDI provider settings

To view configuration settings for the foreign JNDI providers that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Foreign JNDI Providers.

    The Foreign JNDI Provider table displays information on the foreign JNDI providers configured in this resource group, such as:

    • Name

    • Initial Context Factory

    • Provider URL

    • User

    • Targets

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create a new foreign JNDI provider for this resource group by clicking the Create button. For more information on creating foreign JNDI providers, see Create foreign JNDI providers.
Configure resource group diagnostic system module settings

To view configuration settings for the diagnostic system modules that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Diagnostics.

    The Diagnostics table displays information on the diagnostic system modules configured in this resource group, such as:

    • Name

    • Description

    • Targets

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create a new diagnostic system module for this resource group by clicking the Create button. For more information on creating diagnostic system modules, see Create diagnostic system modules.

Configure resource group notes

To create notes for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Notes.

    On the Notes page, enter your notes.

  4. Click Save.

Control resource groups

This section describes how to control resource groups. The following topics are described:

Control general settings

To view and define general resource group control settings:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control.

    On the General page, select the resource group you want to control. You can perform the following actions:

    • Migrate — When you migrate a resource group, you change the virtual target used by the resource group from one physical target (cluster/ server) to another. After migrating, the virtual target points to the new physical target (cluster/ server).

      Note:

      This change affects any resource group that uses this virtual target.

    • Start — Causes application deployments and resources that are not currently running to become active.

    • Stop — Causes applications and resources in the resource group to cease operating and to be removed from memory. It is the runtime equivalent to undeploying the application or resource, except that the configuration for the application or resource is not removed from config.xml as it would be in a true undeployment.

For more information about these fields, see Configuration Options.

Migrate Resource Groups

When you migrate a resource group, you change the virtual target used by the resource group from one physical target (cluster/server) to another. After migration, the virtual target will point to the new physical target (cluster/server).

Note that this change affects any partition-level or domain-level resource group that uses this virtual target.

To migrate a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control -> Migrate.
  4. Choose a new target for the virtual target associated with the resource group. You can choose a single managed server or a single cluster. (You would generally not target the virtual target to the Administration Server unless you have a specific reason to do so.)
  5. Save your changes.

Control JDBC settings

To view and define resource group control JDBC settings:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control.

    On the JDBC page, you can perform the following actions:

    • Start

    • Stop

    • Force stop

    • Resume

    • Suspend

    • Force suspend

    • Shrink

    • Reset

    • Clear statement cache

For more information about these fields, see Configuration Options.

Control messaging settings

This section describes how to configure resource group control messaging settings.

This section includes the following tasks:

Control JMS server settings

To view configuration settings for the JMS servers that have been created for this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control, then select Messaging -> JMS Servers.

    You can perform the following control actions:

    • Production

    • Consumption

    • Insertion

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Control SAF agent settings

To view configuration settings for the store-and-forward (SAF) agents that have been created for this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control, then select Messaging > Store-And-Forward Agents.

    You can perform the following control actions:

    • Incoming

    • Forwarding

    • Receiving

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Control JMS resource settings

To monitor the resource settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control, then select Messaging > JMS Resources.

    You can perform the following control actions:

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Control JMS module settings

To control the JMS modules for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Control, then select Messaging > JMS Modules.

    You can perform the following control actions:

    • Create

    • Delete

    • Restart

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Monitor resource groups

This section includes the following tasks:

Monitor all the resource groups in a domain

To monitor all of the resource groups configured in a domain:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain, including:

    • Name

    • Resource Group Template

    • Scope

    • Domain Partition

    • State

    • Targets

    • Notes

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Monitor resource group deployments

To monitor all applications deployed to a resource group template:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Deployments.

    The Deployments table displays information on the deployments configured in this resource group, such as:

    • Name

    • Status

    • State

    • Health

    • Type

    • Domain Partition

    • Targets

To control application deployments for this resource group, see Control application deployments.

For more information about these fields, see Configuration Options.

Optionally, select View to access the following table options:

  • Columns: add or remove the columns displayed in the table

  • Sort: sort the columns in ascending or descending order

  • Reorder: change the order of the columns displayed

Monitor resource group JDBC settings

To view configuration settings for the JDBC system resources that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Monitoring, then select JDBC.

    The JDBC table displays information on the JDBC data sources configured in this resource group, such as:

    • Name

    • Partition

    • Type

    • Resource

    • Scope

    • Server

    • Instances

    • ONS

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Monitor resource group JMS settings

This section describes how to monitor resource group JMS settings.

This section includes the following tasks:

Monitor JMS server settings

To view configuration settings for the JMS servers that have been created for this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Monitoring, then select Messaging > JMS Servers.

    You can perform the following control actions:

    • Production

    • Consumption

    • Insertion

    The JMS Servers table displays information on the JMS servers configured in this resource group, such as:

    • Name

    • Health

    • Health Reason

    • Target

    • Current Target

    • Running On

    • Production Paused

    • Consumption Paused

    • Insertion Paused

    • Destinations Current

    • Messages Current

    • Messages Pending

    • Messages Received

    • Messages Pageable Current

    • Messages Paged Out Total

    • Bytes Current

    • Session Pools Current

    • Sessions Pools High

    • Session Pools Total

    • Destination High

    • Destination Total

    • Messages High

    • Messages Threshold Time

    • Messages Paged in Total

    • Bytes Pending

    • Bytes Received

    • Bytes Threshold

    • Bytes Pageable Current

    • Bytes Paged Out Total

    • Bytes Paged in Total

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new JMS server by clicking the Create button. For more information on creating JMS servers, see Create JMS servers.
Monitor SAF agent settings

To view configuration settings for the store-and-forward (SAF) agents that have been created for this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Monitoring, then select Messaging > Store-And-Forward Agents.

    You can perform the following control actions:

    • Incoming

    • Forwarding

    • Receiving

    The SAF Agents table displays information on the SAF agents configured in this resource group, such as:

    • Name

    • Agent Type

    • Remote Endpoints Current

    • Remote Endpoints High

    • Remote Endpoints Total

    • Conversations Current

    • Conversations High

    • Conversations Total

    • Paused for Incoming

    • Paused for Forwarding

    • Paused for Receiving

    • Messages Current

    • Messages Pending

    • Messages High

    • Messages Received

    • Messages Threshold Time

    • Bytes Current

    • Bytes Pending

    • Bytes Received

    • Bytes High

    • Bytes Threshold Time

    • Failed Messages Total

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Monitor JMS resource settings

To monitor the resource settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Monitoring, then select Messaging > JMS Resources .

    The JMS Resources table displays information on the JMS resources configured in this resource group, such as:

    • Name

    • Type

    • JMS Module Name

    • JNDI Name

    • Subdeployment

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new JMS resource by clicking the Create button. For more information on creating JMS resources, see Create JMS resources.
Monitor JMS module settings

To monitor the JMS modules for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Monitoring, then select Messaging > JMS Modules.

    The JMS Modules table displays information on the JMS modules configured in this resource group, such as:

    • Name

    • Queues

    • Topics

    • Connection Factories

    • Distributed Queues

    • Distributed Topics

    • Foreign Servers

    • Quotas

    • SAF Error Handlers

    • SAF Imported Destinations

    • SAF Remote Contexts

    • Templates

    • Uniform Distributed Queues

    • Uniform Distributed Topics

    • Destination Keys

    • Type

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create new a new JMS module by clicking the Create button. For more information on creating JMS modules, see Create JMS modules.
Monitor messaging bridges

To monitor the messaging bridge settings for a resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Monitoring, then select Messaging > Messaging Bridges.

    The Messaging Bridges table displays information on the messaging bridges configured in this resource group, such as:

    • Name

    • Server

    • State

    • Description

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

Monitor resource group mail session settings

To view configuration settings for the mail sessions that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Mail.

    The Mail table displays information on the mail sessions configured in this resource group, such as:

    • Name

    • JNDI Name

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Query by Example

  4. You can also create a new mail session for this resource group by clicking the Create button. For more information on creating mail sessions, see Create mail sessions.

Monitor resource group persistent store settings

To view configuration settings for the persistent stores that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Persistent Stores.

    The Persistent Stores table displays information on the persistent stores configured in this resource group, such as:

    • Name

    • Type

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Query by Example

  4. You can also create a new persistent store for this resource group by clicking the Create button. For more information on creating persistent stores, see Create persistent stores.

Monitor resource group foreign JNDI provider settings

To view configuration settings for the foreign JNDI providers that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Foreign JNDI Providers.

    The Foreign JNDI Provider table displays information on the foreign JNDI providers configured in this resource group, such as:

    • Name

    • Initial Context Factory

    • Provider URL

    • User

    • Targets

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create a new foreign JNDI provider for this resource group by clicking the Create button. For more information on creating foreign JNDI providers, see Create foreign JNDI providers.

Monitor resource group diagnostic system module settings

To view configuration settings for the diagnostic system modules that have been created in this resource group:

  1. From the WebLogic Domain menu, select Environment, then select Resource Groups.

    The Resource Groups table displays information about each resource group that has been configured in the current domain.

  2. In the Resource Groups table, select the resource group you want to configure.
  3. Select Services, then select Diagnostics.

    The Diagnostics table displays information on the diagnostic system modules configured in this resource group, such as:

    • Name

    • Description

    • Targets

    For more information about these fields, see Configuration Options.

    Optionally, select View to access the following table options:

    • Columns: add or remove the columns displayed in the table

    • Detach: detach the table (viewing option)

    • Sort: sort the columns in ascending or descending order

    • Reorder: change the order of the columns displayed

    • Query by Example

  4. You can also create a new diagnostic system module for this resource group by clicking the Create button. For more information on creating diagnostic system modules, see Create diagnostic system modules.