Friday, January 11, 2008

Enable Services in Shared Application File System Implementation

In this post I am going to discuss about Deployment Methods (to enable services) in Shared Applicaiton File System Environment.

A) How to enable Admin Service for the Application Tier Node or Nodes.

To administrate more then one application node in multi-node environment you need check and update (if required) the context file using context editor of OAM on application tier node or nodes.

To enable Admin Service change the following Variable name and its value.

Variable Name=> s_appl_config_home
Variable Value => Same as s_at

Variable Name => s_isAdAdmin
Variable Value => Yes

B) How to enable Concurrent Processing (Batch) Service on Application Tier Node or Nodes.

Concurrent Processing (Batch) Service is enable on more then one application node in multi-node environment. $APPLCSF and $FNDREVIVERPID environment variables set as same value on all application nodes where concurrent processing (Batch) Service is enabled. Use Context Editor of OAM to edit or verify context.xml for all application nodes.

Implement Parallel Concurrent Processing (PCP) if you have more then one Batch Processing Services are enabled.

The below variable names and values needs to be set to enable concurrent processing (Batch) Service in context file.

Variable Name => s_applcsf
Variable Value => Same on all nodes
Variable Name => s_fndreviverpiddir
Variable Value => Same on all nodes
Variable Name => s_isAdConc
Variable Value => YES
Variable Name => s_isAdConcDev
Variable Value => YES
Variable Name => s_batch_status
Variable Value => enabled
Variable Name => s_tnsstatus
Variable Value => enabled

C) How to enable Web Service on Application Tier Node or Nodes

Web entry point Services are be enabled on more then one application node in mulit-node environment. You need to implement Load Balancing for this type of configuration.Ref Load Balancers Article in my blog for detail in my up coming post.



D)How to Enable Form Service on Application Tier Node or Nodes

Web Applicaiton Servivces (i.e, Forms) are be enable on more then one application node in a multi-node environment.

The below variable names and values needs to be set to enable Forms Service in context file.

Variable Name => s_isForms
Variable Value => YES
Variable Name => s_isFormsDev
Variable Value => YES
Variable Name =>s_formsstatus
Vairable Value => enabled

1 comment:

Anonymous said...

Thanks for writing this.