Go to main content

Oracle Solaris Cluster 4.3 Data Services Reference Manual

Exit Print View

Updated: September 2015
 
 

ORCL.JDE_Enterprise_Server (5)

Name

ORCL.JDE_Enterprise_Server, JDE_Enterprise_Server - resource type implementation for the JD Edwards EnterpriseOne enterprise server managed by Oracle Solaris Cluster.

Description

The ORCL.JDE_Enterprise_Server resource type represents the HA for JD Edwards EnterpriseOne enterprise server component available for the Oracle Solaris Cluster configuration.

The ORCL.JDE_Enterprise_Server resource type is derived from, and extends, the SUNW.gds resource type. Consequently, the Probe_command, Start_command, Stop_command, and Validate_command properties are not tunable. However, all the SUNW.gds standard and extension resource type properties can be tuned. For a list of the SUNW.gds standard and extension properties, see the SUNW.gds (5) man page.


Note -  The ORCL.JDE_Enterprise_Server resource type can be used within a multiple master resource group. A single resource of this type can run concurrently on multiple nodes, but does not use network load balancing. The ORCL.JDE_Enterprise_Server resource type can also be used with a multiple instance configuration. Multiple instances of the same application provide an aggregation of services, and you can manually start and stop the instances on the cluster nodes.

To register and create instances of this resource type, use the clresource (1CL) man page:

  • To register this resource type, use the clresourcetype command.

  • To create instances of this resource type, use the clresource command.

Standard Properties

See the r_properties (5) man page for a complete description of the resource properties.

Extension Properties

The extension properties of the ORCL.JDE_Enterprise_Server resource type are as follows:

Debug_Level

This property indicates the level to which debug messages for the ORCL.JDE_Enterprise_Server resources are logged. When the debug level is increased, more debug messages are written to the terminal, the console, and system log messages. The path for the debug messages is /var/cluster/logs/DS/ORCL.JDE_Enterprise_Server:1/message_log_$RESOURCE.

0

No debug messages

1

Function Begin and End messages

2

All debug messages and function Begin and End messages

Perform the following steps to ensure that messages appear in the system log:

  1. Edit the /etc/syslog.conf file and ensure that the debug level is set.

    *.err;kern.debug;daemon.debug;mail.crit /var/cluster/logs/DS/ORCL.JDE_Enterprise_Server:1/message_log_$RESOURCE
    
    
  2. Disable the system log.

    # svcadm disable system-log
  3. Enable the system log.

    # svcadm enable system-log
Data type

Integer

Range

0–2

Default

0

Tunable

Anytime

JDE_User

This property specifies the username used to run the JD Edwards EnterpriseOne enterprise server application.

Data type

String

Default

""

Tunable

When disabled

Per-node

Empty

When you create the resource within a multiple master or resource group, the JDE_User property will have a per-node value.

JDE_Home

This property specifies the installation directory of the JD Edwards EnterpriseOne enterprise server binaries.

Data type

String

Default

""

Tunable

When disabled

Per-node

Empty

When you create the resource within a multiple master resource group, the JDE_Home property will have a per-node value.

Examples

Creating an ORCL.JDE_Enterprise_Server Resource in a Failover Resource Group

This example shows the commands to create a failover ORCL.JDE_Enterprise_Server resource on a two-node cluster. These commands perform the following operations:

  • Creating the jde-rg resource group

  • Registering the ORCL.JDE_Enterprise_Server resource type

  • Adding the jde-rs resource to the jde-rg resource group

This example assumes that a logical host resource (log-host-rs) already exists.

phys-schost-1# clresourcetype register ORCL.JDE_Enterprise_Server
phys-schost-1# clresourcegroup create jde-rg
phys-schost-1# clresource create -g jde-rg \
-t ORCL.JDE_Enterprise_Server \
-p JDE_User=jde910 \
-p JDE_Home=/global/jde/jdedwardsppack/e910 \
-p resource_dependencies=log-host-rs \
-d jde-rs \
phys-schost-1# clresourcegroup online -emM jde-rg

Creating an ORCL.JDE_Enterprise_Server Resource in a Multiple Master Resource Group

This example shows the commands to create a multiple master ORCL.JDE_Enterprise_Server resource on a two-node cluster. These commands perform the following operations:

  • Creating the jde-rg resource group

  • Registering the ORCL.JDE_Enterprise_Server resource type

  • Adding the jde-rs resource to the jde-rg resource group

This example assumes two JDE enterprise servers are configured and two logical host resources are created (log-host-rs1 and log-host-rs2).

phys-schost-1# clresourcetype register ORCL.JDE_Enterprise_Server
phys-schost-1# clresourcegroup create -S jde-rg
phys-schost-1# clresource create -g jde-rg \
-t ORCL.JDE_Enterprise_Server \
-p JDE_User{phys-schost-1}=jde910 \
-p JDE_User{phys-schost-2}=jde2910 \
-p JDE_Home{phys-schost-1}=/global/jde/jdedwardsppack/
e910 \
-p JDE_Home{phys-schost-2}=/global/jde/jdedwardsppack_2/
e910 \
-p resource_dependencies=log-host-rs1@phys-schost-1
,log-host-rs2@phys-schost-2 \
-d jde-rs
phys-schost-1# clresourcegroup online -emM jde-rg

Creating an ORCL.JDE_Enterprise_Server Resource in a Multiple Instance Resource Group

This example shows the commands to create a multiple instance ORCL.JDE_Enterprise_Server resource on a single-node resource group for a zone cluster called zone-1. These commands perform the following operations:

  • Creating the jde-rg and jde2-rg resource groups

  • Registering the ORCL.JDE_Enterprise_Server resource type

  • Adding the jde-rs resource to the jde-rg resource group and the jde2-rs resource to the jde2-rg resource group

This example assumes that two JD Edwards enterprise servers are configured and two logical host resources are created (log-host-rs1 and log-host-rs2) in a zone cluster called zone-1.

phys-schost-1# clresourcetype register -Z zone-1 ORCL.JDE_Enterprise_Server
phys-schost-1# clresourcegroup create -Z zone-1 -p nodelist=node1 \
-p RG_affinities=++scalmnt-rg jde-rg
phys-schost-1# clresource create -Z zone-1 -g jde-rg \
-t ORCL.JDE_Enterprise_Server \
-p JDE_User=jde910 \
-p JDE_Home=/global/jde/jdedwardsppack/e910 \
-p resource_dependencies=log-host-rs1 \
-p resource_dependencies_offline_restart=storage-rs1 \
-d jde-rs
phys-schost-1# clresourcegroup online -Z zone-1 -emM jde-rg

Configure the second instance of the JD Edwards enterprise server on Oracle Solaris Cluster.

phys-schost-1# clresourcegroup create -Z zone-1 -p nodelist=node2 \
-p RG_affinities=++scalmnt-rg jde2-rg
-t ORCL.JDE_Enterprise_Server \
-p JDE_User=jde2910 \
-p JDE_Home=/global/jde_2/jdedwardsppack/e910 \
-p resource_dependencies=log-host-rs2 \
-p resource_dependencies_offline_restart=storage-rs2 \
-d jde2-rs
phys-schost-1# clresourcegroup online -Z zone-1 -emM jde2-rg

Attributes

See attributes(5) for a description of the following attribute:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/data-service/jd-edwards-enterpriseone

See Also

attributes (5) , clresource (1CL) , r_properties (5) , scha_resource_open(3HA)

Oracle Solaris Cluster Data Service for Oracle JD Edwards EnterpriseOne Enterprise Server Guide