Skip Headers
Oracle® Fusion Applications Administrator's Guide
11g Release 1 (11.1.3)

Part Number E14496-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

17 Moving Components for Oracle Fusion Applications Across Environments

This chapter describes how to move Oracle Fusion Applications components from one environment to another.

This chapter contains the following topics:

17.1 Introduction to Moving Oracle Fusion Applications

Replicating an Oracle Fusion Applications environment requires moving Oracle Fusion Applications components from one environment to another. The task of moving Oracle Fusion Applications components from one environment to another is simplified by movement tools (scripts for moving binary and configuration information). These tools minimize the amount of work that would otherwise be required to reapply all the customization and configuration changes made in one environment to another.

Typically, Oracle Fusion Applications is installed, configured, customized, and validated in a source environment, such as a test environment. Once the system is stable and performs as desired, the target environment, such as a production environment, would then be created by moving all the components from the source environment, instead of redoing all the changes that were incorporated into the source environment.

The movement of Oracle Fusion Applications components from one environment to another can be achieved in several different movement scenarios, but this chapter focuses on the full-movement scenario.

In a full-movement scenario, the target environment does not exist. First, the source environment is created, configured, customized, and tested. Then, the target environment is created by moving all the components along with their configurations from the source environment.

When moving Oracle Fusion Applications components from one environment to another, you must adhere to the following guidelines:

With the completion of the full-movement tasks, the following artifacts are moved from the source environment to the target environment:

Following are some of the artifacts that are not moved to the target environment:

17.2 Understanding the Full-Movement Tasks

Moving Oracle Fusion Applications components from one environment to another is a complex process involving multiple tasks.

Table 17-1 lists the high level set of tasks for moving artifacts from the source environment to the target environment in a full-movement scenario. It also provides references to detailed information for each task.

In any given Oracle Fusion Applications environment, there are a certain number of Oracle WebLogic Server domains and system component instances. If the Administration Servers of all these domains and all the system component instances run on the same host, then the environment is non-distributed. In all other case , the environment is distributed. If you have a non-distributed environment, which is typical of a QA environment, you can reduce the number of steps required for Tasks 3 and 4 by performing the procedure in Section 17.7. If you have a distributed environment, you must use Section 17.5 and Section 17.6 to complete Tasks 3 and 4.

Table 17-1 Full-Movement Tasks

Task Description Documentation Reference

1

Complete the prerequisite tasks.

Section 17.3, "Getting Started with Moving Components"

2

Move the Oracle Identity Management domain component artifacts.

Section 17.4, "Moving the Oracle Identity Management Domain Component Artifacts"

3

Copy the binaries (that is, the installed applications or components along with any applied patches) in the source environment, and apply the archive to the target environment to move the Oracle Fusion Applications binary files.

  1. Run the copyBinary script for each Middleware home in the source environment to create the binary archives.

  2. Apply the copied binary files from the source environment to the target environment by running the pasteBinary script in the target environment.

  3. Move the dbclient installation.

Section 17.5, "Moving Binary Files to a Production Target Environment"

Note: If you have a non-distributed environment, you can alternatively use Section 17.7, "Moving Binary and Configuration Files to a Non-Distributed Target Environment," to reduce the number of steps.

4

Move the configurations of each Oracle WebLogic Server domain, OHS instance, and Node Manager in Oracle Fusion Applications from the source environment to the target environment.

  1. Run the copyConfig script for each Oracle WebLogic Server domain, OHS instance, and Node Manager in the source environment to create the configuration archives.

  2. Extract the move plan by running the extractMovePlan script on the list of configuration archive locations, separated by comma.

  3. Modify the move plan to specify properties for the target environment.

  4. Apply the copied configurations from the source environment to the target environment by running the pasteConfig script for each Oracle WebLogic Server domain, OHS instance, and Node Manager separately, using the same move plan.

  5. If there are multiple machines for the domain, recreate the local domain directory using the Oracle WebLogic Server pack and unpack mechanisms.

  6. Complete the component-specific configuration move by performing additional movement tasks on the Oracle Fusion Middleware components.

Section 17.6, "Moving Configurations to a Production Target Environment"

Note: If you have a non-distributed environment, you can alternatively use Section 17.7, "Moving Binary and Configuration Files to a Non-Distributed Target Environment," to reduce the number of steps.

5

Apply the setup configuration data of the source environment to the target environment.

Section 17.8, "Moving Functional Setup Data"

6

Complete post-movement tasks.

Section 17.9, "Completing Post-Movement Tasks"


Note:

Oracle Fusion Applications movement has a default logging level of INFO. To ensure copyBinary, copyConfig, pasteBinary, pasteConfig, and extractMovePlan scripts, set the T2P_JAVA_OPTIONS variable to include the following:

-Dt2p.logging.level=log level 

where log_level is one of the following (ordered from least verbose to most verbose):

SEVERE
WARNING 
CONFIG 
FINE
FINER
FINEST
ALL 

For an example of moving Oracle Fusion Applications product family components from a source environment to a target environment using these full-movement tasks, see Section 17.10.

17.3 Getting Started with Moving Components

Before you begin to move Oracle Fusion Applications components across environments, you must complete the following tasks:

17.3.1 Preparing the Source Environment

Before performing the full-movement tasks, you must make sure that the source environment is completely functional for the following requirements:

  1. The database server is installed and the required schemas are created. The seed data must also be loaded.

    See the "Installing a Transaction Database" chapter in the Oracle Fusion Applications Installation Guide.

  2. The Oracle Identity Management environment is set up.

    See the Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management (Oracle Fusion Applications Edition).

  3. All the necessary software has been installed through Oracle Fusion Applications provisioning.

    See the Oracle Fusion Applications Installation Guide.

  4. The setup data has been created using Oracle Fusion Functional Setup Manager (Functional Setup Manager).

    See the Oracle Fusion Applications Information Technology Management, Implement Applications Guide.

  5. All needed customizations and extensions have been applied to the source environment.

    See the Oracle Fusion Applications Extensibility Guide.

  6. Make sure your environment is fully ready to be moved. For example, if you have performed any edits of the Oracle BI repository, you must upload the final repository file through Fusion Applications Control before performing the movement.

    See the "Configuring Repositories" chapter in the Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.

  7. The environment has been tested, and any necessary patches have been applied.

    See the Oracle Fusion Applications Patching Guide.

17.3.2 Preparing the Target Environment

Before performing the full-movement tasks, you must complete the following preparations in the target environment:

  1. Ensure the database server is installed. You do not need to run the Oracle Fusion Applications Repository Creation Utility (Applications RCU) to create schemas.

    See the "Installing a Transaction Database" chapter in the Oracle Fusion Applications Installation Guide.

  2. For either UNIX or Windows, at an operating system command prompt, navigate to the location of the T2PDataUtil executable on both the source and the target:

    (UNIX) FA_ORACLE_HOME/applications/lcm/t2p/bin           
    (Windows) FA_ORACLE_HOME\applications\lcm\t2p\bin
    

    FA_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory.

  3. Run the T2PDataUtil script from the source:

    (UNIX) T2PDataUtil.sh -dbhost host -dbsid sid -dbport port -mdir move_directory -command generate_move_data         
    (Windows) T2PDataUtil.cmd -dbhost host -dbsid sid -dbport port mdir move_directory -command  generate_move_data  
    

    The following table describes the options for the T2PDataUtil command for the source environment:

    Option Description

    -dbhost

    The Oracle Database host name.

    -dbsid

    The SID for the Oracle Database.

    -dbport

    The listen port number for the Oracle Database.

    -mdir

    The directory where the move data will be placed. This data is used in Step 5.

    If this option is not specified, the T2PDataUtil script defaults to the following locations:

    (UNIX) FA_ORACLE_HOME/applications/lcm/t2p/movedata           
    (Windows) FA_ORACLE_HOME\applications\lcm\t2p\movedata
    

    -command

    The command to execute. Enter generate_move_data.


  4. Clone the production Oracle Database from the test Oracle Database.

    See the "Duplicating a Database" section in the Oracle Database Backup and Recovery User's Guide.

  5. Run the T2PDataUtil script on the target. Ensure the move data specified in mdir option in Step 2 is accessible by the script.

    (UNIX) T2PDataUtil.sh -dbhost host -dbsid sid -dbport port mdir move_directory -command apply_move_data -arh /tmp/apps_rcu_home          
    (Windows) T2PDataUtil.cmd -dbhost host -dbsid sid -dbport port mdir move_directory -command apply_move_data -arh /tmp/apps_rcu_home  
    

    The following table describes the options for the T2PDataUtil command for the target environment:

    Option Description

    -dbhost

    The Oracle Database host name.

    -dbsid

    The SID for the Oracle Database.

    -dbport

    The listen port number for the Oracle Database.

    -mdir

    The directory where the move data will be placed. This data is used in Step 5.

    If this option is not specified, the T2PDataUtil script defaults to the following locations:

    (UNIX) FA_ORACLE_HOME/applications/lcm/t2p/movedata           
    (Windows) FA_ORACLE_HOME\applications\lcm\t2p\movedata
    

    -command

    The command to execute. Enter apply_move_data.

    -arh

    The Oracle Fusion Applications Repository Creation Utility (Applications RCU) location.


  6. If the partition feature is activated in the source environment and the partition configuration is not using preexisting tablespaces owned by the SEARCHSYS schema, then you must create the same tablespace in the Oracle Secure Enterprise Search (Oracle SES) database of the target environment before invoking pasteConfig.

    See the "Partitioning for Parallel Query" section in the Oracle Secure Enterprise Search Administration API Guide.

  7. If SSL is required for communication with the Managed Servers, create the identity keystores and trust keystores for the middle tier Managed Servers and Node Manager.

    See the "Enabling Node Manager to Run in SSL Mode for CRMHOST2" section in the Oracle Fusion Applications Customer Relationship Management Enterprise Deployment Guide.

  8. Set up the Oracle Identity Management environment, if it is not already set up.

    All the required Oracle Identity Management components should be integrated and working together. The components required in the Oracle Identity Management domain are Oracle Internet Directory, Oracle Virtual Directory, Oracle Access Manager, Oracle Identity Manager, and optionally Oracle Fusion Applications. See the Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management (Oracle Fusion Applications Edition).

17.4 Moving the Oracle Identity Management Domain Component Artifacts

Prior to moving Oracle Fusion Applications components across environments, you must move the Oracle Fusion Applications related artifacts for Oracle Identity Management from the source domain to the target domain. The artifacts created by Oracle Fusion Applications provisioning in the source domain are distributed across the following Oracle Identity Management products:

Movement of the Oracle Identity Management artifacts assumes that a source Oracle Identity Management environment has been provisioned for Oracle Fusion Applications and that a target Oracle Identity Management environment is configured for Oracle Fusion Applications. Move to the target environment any customizations that were applied to the source environment on an as needed basis.

To move the artifacts of Oracle Identity Management domain components for Oracle Fusion Applications from a source environment to a target environment, complete the following procedures:

  1. Move the security artifacts in the identity store. See Section 17.4.1.

  2. Move the policy and credential store by seeding the Oracle ADF credentials. See Section 17.4.2.

  3. Move the data security policies. See Section 17.4.3.

  4. Modify the Credential Store Framework (CSF) entries in the target environment. See Section 17.4.4.

  5. Move Oracle Access Manager artifacts. See Section 17.4.5.

  6. Configure Oracle Identity Manager for Oracle Fusion Applications. See Section 17.4.6.

  7. Move Oracle Identity Federation artifacts. See Section 17.4.7.

17.4.1 Moving the Security Artifacts in the Identity Store

Movement of the security artifacts in the identity store from the source to target environment is based on the following assumptions:

  • The source and target Lightweight Directory Access Protocol (LDAP) instances are based on the same product, such as Oracle Internet Directory, Active Directory, and so on.

  • The LDAP schema in the target environment is compatible with that of the source environment. Using the same version of the directory server guarantees schema compatibility between the source and destination directory instances.

  • Only the system users, roles, and groups are moved to the target LDAP server. The users in the Enterprise Users container in the source environment are not moved. The temporary enterprise groups that are created are also not moved.

To move the security artifacts in the identity store from the source to target environment, follow the procedures in the following tasks and execute them in the Oracle Identity Management domain:

Task 1   Create the System Identities

Create all the required system identities (systemid) at the target LDAP, if they do not exist. The minimal list of users required for configuring the Oracle Fusion Applications domain include the following users:

  • Oracle WebLogic Server administration user

    Note:

    The user ID of the Oracle WebLogic Server administration user in the target environment must be the same as the user ID of the Oracle WebLogic Server administration user in the source environment. However, the passwords can be different.

  • Oracle Access Manager administration user

  • Oracle Identity Manager administration user and administration group

  • Other users for configuring the authentication providers in Oracle WebLogic Server

If the users were created using idmConfigTool in the source environment, you can use the tool with the same parameters in the target environment. For information, see the "Integrating Oracle Access Manager with Oracle Identity Manager by Using idmConfigTool" section in the Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management (Oracle Fusion Applications Edition).

Running the command creates the following complete set of artifacts:

  • Creates the following groups:

    • Group with read privileges to the Users Container (orclFAUserReadPrivilegeGroup)

    • Group with read and write privileges to the Users Container (orclFAUserWritePrivilegeGroup)

    • Group with read privileges to the Groups Container (orclFAGroupReadPrivilegeGroup)

    • Group with write privileges to the Groups Container (orclFAGroupWritePrivilegeGroup)

    • Group with write privileges to a partial set of attributes (orclFAUserWritePrefsPrivilegeGroup)

    It also provides the access control information (ACI) to the Users and Groups Container in Oracle Internet Directory.

    Note:

    If the target identity store already exists, then the users and groups containers might be protected by Access Control Policies. To provide privileges to the above groups, you need to manually modify the policies. For information, see the "Managing Directory Access Control" chapter in the Oracle Fusion Middleware Administrator's Guide for Oracle Internet Directory.

  • Creates the user specified by the IDSTORE_READONLYUSER parameter (this user is configured as the proxy user in the Authenticator configuration of Oracle WebLogic Server, so this user should be the same as the user in the source environment), and assigns it to the orclFAWritePrefsPrivilegeGroup and orclFAGroupReadPrivilegeGroup groups.

  • Creates the user specified by the IDSTORE_READWRITEUSER parameter and assigns it to the orclFAUserWritePrivilegeGroup and orclFAGroupWritePrivilegeGroup groups.

  • Creates the user specified by SUPER_USER (this is the Oracle WebLogic Server administration user, and needs to be the same as the user configured in the source environment), and assigns it to the orclFAUserReadPrivilegeGroup group.

  • Creates the System ID container.

  • Creates Oracle Access Manager users.

  • Creates the Oracle Identity Management user and sets the corresponding ACIs.

Task 2   Move the App ID Users

App IDs are stored under cn=appidUsers,cn=users,dc=mycompany,dc=com in the Users Container. To move these entries, use the following Lightweight Directory Interchange Format (LDIF) export and import procedure:

  1. Dump the contents of the source App ID container to a file.

    ldapsearch -h oid_hostname -p ldap_port -D "binddn" -w password -b 'cn=appidUsers,cn=users,dc=mycompany,dc=com' -L -s sub 'objectclass=*' cn sn uid givenname displayname objectclass  >&  appidUsersDump.ldif
    
  2. Search for the naming context and replace it with the new naming context.

    perl -pi -e 's/oldnamingcontext/newnamingcontext/g' appidUsersDump.ldif
    
  3. Upload the LDIF file to the target environment.

    ldapadd -h oid_hostname -p ldap_port -D "binddn" -w password -a -c -f appidUsersDump.ldif
    
Task 3   Move the App ID Groups

App ID groups are stored under cn=appIDGroups,cn=groups,dc=mycompany,dc=com in the Groups Container.

To move these entries, use the following LDIF export and import procedure:

  1. Dump the source entries to a file.

    ldapsearch -h oid_hostname -p ldap_port -D "binddn" -w password -b 'cn=appidGroups,cn=users,dc=mycompany,dc=com' -L -s sub 'objectclass=*'  "*" orclguid >&  appidGroupsDump.ldif
    
  2. Search for the naming context and replace it with the new naming context.

    perl -pi -e 's/oldnamingcontext/newnamingcontext/g' appidGroupsDump.ldif
    
  3. Upload the LDIF file to the target environment.

    ldapmodify -h oid_hostname -p ldap_port -D "binddn" -w password -a -f appidGroupsDump.ldif
    
Task 4   Move the Enterprise Roles

Enterprise roles are stored under cn=fusionGroups,cn=groups,dc=mycompany,dc=com in the LDAP directory. The enterprise roles can be associated with App ID users, App ID groups, and other enterprise users. Since the enterprise users in the source environment are not moved from the source directory to the target directory, the memberships are not moved between the source and target directories. To move these entries, use the following LDIF export, clean up, and import procedure:

  1. Dump the source entries to a file.

    ldapsearch -h oid_hostname -p ldap_port -D "binddn" -w password -b 'cn=fusionGroups,cn=users,dc=mycompany,dc=com' -L -s sub 'objectclas=*' dn cn objectclass orclguid >fusionGroupsDump.ldif
    
  2. Search for the naming context and replace it with the new naming context.

    perl -pi -e 's/oldnamingcontext/newnamingcontext/g' fusiongroupsDump.ldif
    
  3. Upload the LDIF file to the target environment.

    ldapadd -h oid_hostname -p ldap_port -D "binddn" -w password -a -c -f fusiongroupsDump.ldif
    
Task 5   Move the Roles

Create the Administrators, Monitors, and Operators roles at the target identity store, then assign the required users to these roles. If these groups already exist, then you can ignore the error message.

  1. Move the Administrators group from the source environment.

    ldapsearch -h oid_hostname -p ldap_port -D "binddn" -w password  -b 'cn=Administrators,cn=groups,dc=mycompany,dc=com  >& administrators.ldif
    
  2. Remove any source environment users that should not be in the group.

    perl -pi -e 's/oldnamingcontext/newnamingcontext/g' administrators.ldif
    
  3. Upload the LDIF file to the target environment.

    ldapadd -h oid_hostname -p ldap_port -D "binddn" -w password -a -c -f administrators.ldif
    
  4. Move the Monitors group from the source environment.

    ldapsearch -h oid_hostname -p ldap_port -D "binddn" -w password  -b 'cn=Monitors,cn=groups,dc=mycompany,dc=com  >& monitors.ldif
    
  5. Remove any source environment users that should not be in the group.

    perl -pi -e 's/oldnamingcontext/newnamingcontext/g' monitors.ldif
    
  6. Upload the LDIF file to the target environment.

    ldapadd -h oid_hostname -p ldap_port -D "binddn" -w password -a -c -f monitors.ldif
    
  7. Move the Operators group from the source environment.

    ldapsearch -h oid_hostname -p ldap_port -D "binddn" -w password  -b 'cn=Operators,cn=groups,dc=mycompany,dc=com  >& operators.ldif
    
  8. Remove any source environment users that should not be in the group.

    perl -pi -e 's/oldnamingcontext/newnamingcontext/g' operators.ldif
    
  9. Upload the LDIF file to the target environment.

    ldapadd -h oid_hostname -p ldap_port -D "binddn" -w password -a -c -f operators.ldif
    

17.4.2 Moving the Policy and Credential Store by Seeding the Oracle ADF Credentials

There are two policy domains created in the Oracle Fusion Applications deployments, one for Oracle Identity Management domain components and one for Oracle Fusion Applications components. Movement of the policy store from source to target involves moving contents of both policy domains from the source to target environment. It is assumed that the Oracle Identity Management domain related entities in the policy and credential store are moved as part of the Oracle Identity Management domain move.

To move the policy store that is related to Oracle Fusion Applications from the source environment to the target environment, follow the procedures in the following tasks:

Task 1   Move the Policy and Credential Store Artifacts

To move the policy and credential store artifacts, you must first identify the policy domain created for Oracle Fusion applications. The policy domain is an LDAP container that is seeded by the Oracle Fusion Applications provisioning in the source environment. It is very important that the policy store container name is the same in both the source and target environments. Then, move the entire content of the policy store from the source environment to the target environment. For information, see the "Migrating Large Volume Policy and Credential Stores" section in Oracle Fusion Middleware Application Security Guide.

Task 2   Seed Oracle ADF Credentials

Because there is one map for all the domains, you only need to seed the Oracle ADF credentials from one domain. The credentials are then automatically propagated to the other domains . For example, you perform this procedure from the CommonDomain domain.

To seed the Oracle ADF credentials:

  1. At an operating system command prompt, navigate to the location of the WLST script:

    (UNIX) FA_MW_HOME/oracle_common/common/bin           
    (Windows) FA_MW_HOME\oracle_common\common\bin
    

    FA_MW_HOME is named fusionapps and located under the APPLICATIONS_BASE.

  2. Run the wlst script:

    (UNIX) wlst.sh        
    (Windows) wlst.cmd
    
  3. Connect to Oracle WebLogic Server with the following WLST command:

    connect([options])
    

    See the "connect" section in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

  4. Obtain the password for a credential in the domain credential store with the following WLST command:

    listCred(map="oracle.apps.security", key="appidname-KEY")
    

    where appidname is one of the following values:

    FUSION_APPS_PRJ_ADF_APPID
    FUSION_APPS_ATK_BI_APPID
    FUSION_APPS_CRM_BI_APPID
    FUSION_APPS_FIN_BI_APPID
    FUSION_APPS_HCM_BI_APPID
    FUSION_APPS_IC_BI_APPID
    FUSION_APPS_PRC_BI_APPID
    FUSION_APPS_PRJ_BI_APPID
    FUSION_APPS_SCM_BI_APPID
    

    See the "listCred" section in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

    These credentials are automatically populated with values from the source environment in Fusion Applications Control. In Step 5 you will modify these values to reflect the target environment.

  5. Update the credentials with Fusion Applications Control using the same map and key values as used with the listCred command in Step 4:

    1. From the navigation pane, expand the farm, WebLogic Domain, and select the domain.

    2. From the WebLogic Domain menu, choose Security > Credentials.

      The Credentials page displays.

    3. In the Credential Store Provider section, expand ADF.

      Description of credentials.gif follows
      Description of the illustration credentials.gif

      These credentials are automatically populated with values from the source environment.

    4. Select a credential and click Edit.

      The Edit Key dialog displays.

    5. View and modify the values for a key in the following Property Name fields:

      - un: This value is set to the appidname for the key. You should not have to edit this value. This property is not available for the PRJ_EssbaseProvider key.

      - pw: Enter the password provided by the listCred command from Step 4. This property is not available for the PRJ_EssbaseProvider key.

      - password: Enter the password provided by the listCred command from Step 4 for FUSION_APPS_PRJ_ADF_APPID.

    6. Click OK.

    7. Perform sub-steps d through f for each of the remaining keys.

17.4.3 Moving Data Security Policies

Data security policies created in the simplified Data Security management UI or in Oracle Authorization Policy Manager should be migrated using Functional Setup Manager. The business object name associated for data security is Application Data Security Policy.

For more information on moving data security policies, see the following documentation:

17.4.4 Modifying the CSF Entries in the Target Environment

You must review the credentials in the credential store and update them for the target environment in the target environment. The credentials are described in Table 17-2.

Table 17-2 CSF Entries to Modify

Map Key Description

oracle.apps.security

FUSION_APPS_ECSF_SES_ADMIN-KEY

This entry stores the SEARCHSYS schema password for ECSF and Oracle SES for Oracle SES 11.2.1.

oracle.apps.security

FUSION-DB-KEY

Oracle Fusion database credentials

oracle.bi.enterprise

scheduler.schema

This entry stores the schema password for Oracle BI Scheduler schema.

oracle.patching

FUSION_APPS_CRM_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_FIN_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_HCM_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_MDS_ESS-KEY

User credentials for the patch MDS Oracle Enterprise Scheduler schema

oracle.patching

FUSION_APPS_MDS-KEY

User credentials for the patch MDS schema

oracle.patching

FUSION_APPS_MDS-SPACES

User credentials for the patch MDS Oracle WebCenter Portal Spaces schema

oracle.patching

FUSION_APPS_ODI_SCHEMA-KEY

Oracle Data Integrator schema credentials

oracle.patching

FUSION_APPS_OIC_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_PATCH_FUSION_DYNAMIC_SCHEMA-KEY

The credential for the FUSION_DYNAMIC schema in the Oracle Fusion transactional database

oracle.patching

FUSION_APPS_PATCH_FUSION_RUNTIME_SCHEMA-KEY

The credential for the FUSION_RUNTIME schema in the Oracle Fusion transactional database

oracle.patching

FUSION_APPS_PATCH_FUSION_SCHEMA-KEY

User credentials for patch

oracle.patching

FUSION_APPS_PATCH_ID_STORE-KEY

User credentials for patching to connect to the Identity Store. Currently, this credential is a read-write user supplied to provisioning.

oracle.patching

FUSION_APPS_PATCH_POLICY_STORE-KEY

User credentials for patching to connect the Policy Store

oracle.patching

FUSION_APPS_PATCH_WLS_ADMIN

User credentials for Oracle WebLogic Server administrator

oracle.patching

FUSION_APPS_PATCH_WLS_NODE_MANAGER-KEY

User credentials for Oracle WebLogic Server Node Manager

oracle.patching

FUSION_APPS_PRC_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_PRJ_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_SCM_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.patching

FUSION_APPS_SETUP_MDS_SOA_SCHEMA-KEY

User credentials for the patch MDS SOA schema

oracle.search

SEARCH_DATABASE

Oracle SES data source credentials.

Provide user name and password.

Use the database connection string of the target environment for the user name in this format:

host:port:database_service_name

The password is the dummy value SEARCH.

oracle.t2p

FUSION_APPS_ODI_SCHEMA-KEY

Oracle Data Integrator schema credentials

oracle.wsm.security

basic.credentials

Oracle WebLogic Server user credentials key. This credential corresponds to the user name and password of bootstrap credential, FUSION_APPS_PROV_PATCH_APPID , which comes from the provisioning plan.

oracle.wsm.security

enc-csf-key

User credential for specifying which keystore alias to use for encrypting the message. Both enc-csf-key and sign-csf-key aliases will be the same.

oracle.wsm.security

FUSION_APPS_HCM_HR2HR_APPLOGIN-KEY

The user credentials for the PeopleSoft Enterprise Application web service SOAP interaction. The user credentials corresponds to the PeopleSoft Enterprise Application application user with access privileges to invoke the PeopleSoft Application web service FT_FUSION_TO_PSFT_MSG.1.wsdl.

oracle.wsm.security

FUSION_APPS_PRC_SUPP_SYNC_SVC-KEY

The credentials of the external service for the supplier synchronization service (integration)

oracle.wsm.security

FUSION_APPS_PRJ_P6INT_ADMIN-KEY

The Primavera P6 administration super user credentials designated for use with the integration between Oracle Fusion Projects Portfolio Management and Oracle Primavera P6 Enterprise Project Portfolio Management (P6 EPPM).

oracle.wsm.security

keystore-csf-key

User credential is for specifying the password of the default_keystore.jks keystore.

oracle.wsm.security

sign-csf-key

User credential is for specifying which keystore alias to use for signing the message. Both enc-csf-key and sign-csf-key aliases will be the same.


To modify the CSF entries:

  1. For either UNIX or Windows, at an operating system command prompt, navigate to the following directories on the target:

    (UNIX) FA_ORACLE_HOME/applications/lcm/t2p/bin           
    (Windows) FA_ORACLE_HOME\applications\lcm\t2p\bin
    

    FA_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory.

  2. Use the following command to update the CSF entries in the target environment:

    java 
    
    -classpath T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar
    
    oracle.t2p.automation.T2PAutomationMain
    
    -task MoveIDM -props -props property_file -workdir working_dir
    

    Table 17-3 describes the options for the MoveIDM command.

    Table 17-3 Options for the MoveIDM Command

    Options Description

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the MoveIDM command:

    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -task

    The command to execute. Enter MoveIDM.

    -props

    The absolute path to the properties file name. The properties file must have following properties:

    #Mandatory properties. Connection info for IDM domain.
    AdminUser=FAAdmin
    AdminPassword=fusionfa1
    AdminURL=t3://hostname:port
     
    #Script location, needs to be the absolute path to scripts folder, inclusive.
    scripts-folder=/scratch/aime/work/t2p/scripts
     
    #Optional if set as environment variable.
    WLST_PROPERTIES=-Dweblogic.security.SSL.trustedCAKeyStore=$APPLTOP/fusionapps/wlserver_10.3/server/lib/fusion_trust.jks
     
    #Optional, if not specified defaults to PLAIN
    NMConnectionType=PLAIN
    

    Change the sample value for your target environment.

    The MoveIDM task expects the following properties files in the scripts directory:

    • csf_maps.properties:

      #Key and map pairs for CSF entries
       
      FUSION_APPS_ECSF_SES_ADMIN-KEY=oracle.apps.security
      scheduler.schema=oracle.bi.enterprise
      FUSION-DB-KEY=oracle.apps.security
      FUSION_APPS_CRM_MDS_SOA_SCHEMA-KEY=oracle.patching
      FUSION_APPS_FIN_MDS_SOA_SCHEMA-KEY=oracle.patching
      ...
      
    • csf_passwords.properties:

      #Replace the user and password for each of the key below. Make sure that they are ':' separated
       
      FUSION_APPS_ECSF_SES_ADMIN-KEY=user:password
      scheduler.schema=user:password
      FUSION-DB-KEY=user:password
      FUSION_APPS_CRM_MDS_SOA_SCHEMA-KEY=user:password
      FUSION_APPS_FIN_MDS_SOA_SCHEMA-KEY=user:password
      FUSION_APPS_HCM_MDS_SOA_SCHEMA-KEY=user:password
      

      Replace the user and password values for all the keys.

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


17.4.5 Moving Oracle Access Manager Artifacts

To move Oracle Access Manager to a production environment, follow the steps in task "Move Oracle Access Manager 11g to a New Target Environment" in the Oracle Fusion Middleware Administrator's Guide to move Oracle Access Manager artifacts.

Oracle Access Manager artifacts are moved from a source environment to the target environment when you move the Webgate installation and change the Webgate identifier to reflect the target end points. You perform this task when you move the configuration files from the source to the target environment, as described in Section 17.6.3.

17.4.6 Configure Oracle Identity Manager for Oracle Fusion Applications

To configure Oracle Identity Manager for Oracle Fusion Applications, follow the procedures in the following tasks:

Note:

The Administration Server and Oracle Identity Manager and SOA Managed Servers must be running when you perform the procedures.

Movement of the Governance Risk and Controls client configuration is performed when you move the configurations in the Oracle Fusion Applications environment. See Section 17.6.8.3.

Task 1   Move the Callback Configuration File

The CallbackConfiguration.xml file is an MDS document that contains information on the web services that need to be invoked for completion and postprocessing callbacks. For information, see the "MDS Utilities and User Modifiable Metadata Files" chapter in the Oracle Fusion Middleware Developer's Guide for Oracle Identity Manager.

To move CallbackConfiguration.xml from the source to the target environment:

  1. In the source environment, use the weblogicExportMetadata.sh utility, located in IDENTITY_MANAGER_HOME/bin/, to export CallbackConfiguration.xml, located in /metadata/iam-features-callbacks/sample_data/.

  2. Edit the CallbackConfiguration.xml file to specify the host and port of the target environment in the web service URLs.

  3. In the target environment, import the CallbackConfiguration.xml file into MDS using the weblogicImportMetadata.sh utility located in IDENTITY_MANAGER_HOME/bin/.

Task 2   Seed the Oracle Fusion Applications Artifacts

To seed the Oracle Fusion Applications artifacts:

Note:

Use JConsole to invoke the managed beans (MBean), and use the Oracle WebLogic Server domain administrator credentials for performing all MBean operations.

For more information, see the Oracle Fusion Middleware Oracle WebLogic Server MBean Reference.

  1. Invoke the MLSLanguageSeedingMBean.seedAllLanguages method to seed all the multi-language support (MLS) and multi-representation (MR) languages in the target system. This MBean method does not take any parameters.

  2. Invoke the APPIDSeedingMBean.seedFusionAPPID method once for each App ID to create the App IDs for Oracle Fusion Applications in Oracle Identity Manager. (You can get the App IDs from the source environment where they are already seeded.) This MBean method takes a single parameter that is the actual App ID itself and will seed this App ID in the Oracle Identity Manager data store. For information about App IDs, see .

Task 3   Reconcile Records from the Identity Store

Use Oracle Identity Manager to reconcile records from the identity store.

To reconcile records from the identity store:

  1. Sign in to Oracle Identity Manager.

  2. Click Advanced, then the System Management tab, and then Scheduler. Alternatively, you can click the Search Scheduled Jobs link on the Welcome screen.

  3. Run each of the following scheduled tasks by selecting it and clicking Run Now. You must run one job at a time in the following sequence and wait for each job to complete successfully before running the next one:

    1. Fusion Applications Role Category Seeding

    2. LDAP Role Create and Update Full Reconciliation

    3. LDAP Role Hierarchy Full Reconciliation

    4. LDAP User Create and Update Full Reconciliation

    5. LDAP Role Membership Full Reconciliation

17.4.7 Moving Oracle Identity Federation Artifacts

Oracle Identity Federation artifacts are moved from a source environment to target environment when you move Oracle Identity Management components across environments.

Oracle Identity Federation has already been moved from the source environment to target environment. For information, see the "Moving Identity Management to an Existing Production Environment" section in the Oracle Fusion Middleware Administrator's Guide.

17.5 Moving Binary Files to a Production Target Environment

Moving installed binaries and patches in the Middleware home of an Oracle Fusion Applications source environment to a production target environment requires the use of a set of scripts. For more information, see the "Movement Scripts" section in the Oracle Fusion Middleware Administrator's Guide.

If you have a non-distributed, QA environment, whereby the Administration Servers of all the domains and all the system component instances run on the same host, you can automate moving the binary files with a different set of scripts than those described in this section. For more information, see Section 17.2 and Section 17.7 .

Notes:

  • If you want to create obfuscated password files for use with these scripts, use the following scripts:

    (UNIX) FA_MW_HOME/oracle_common/bin/obfuscatePassword.sh
    (Windows) FA_MW_HOME\oracle_common\bin\obfuscatePassword.cmd
    

    These interactive scripts prompt you to enter your password and the location of the password file to be written.

  • The Java version should be at least 1.6.04.

The copyBinary and pasteBinary scripts allow you to create a copy of the source Middleware home into an archive file, then apply the archive to the target environment, as shown in Figure 17-1.

Figure 17-1 Movement of Binaries

Movement of binaries

Since the binaries are in shared storage and are shared by all Oracle Fusion Applications domains, copyBinary needs to be performed only once from the primordial machine and pasteBinary only once on the target primordial machine.

To move binary files in the Oracle Fusion Applications environment, you must complete the following steps:

  1. Create the binary archives by running the copyBinary script for each Middleware home in the source environment. See Section 17.5.1.

  2. Apply the copied binary files from the source environment to the target environment by running the pasteBinary script in the target environment. See Section 17.5.2.

  3. Manually move the Oracle Database installation from the source environment to the target environment. See Section 17.5.3.

17.5.1 Creating Binary Archives

Run the copyBinary script for each Middleware home in the source environment. This copies the binary files of each Middleware home, including all of its Oracle homes and its Oracle WebLogic Server home, into an archive file.

The copyBinary script is available in the following fusionapps Middleware directories:

(UNIX) FA_MW_HOME/oracle_common/bin
(Windows) FA_MW_HOME\oracle_common\bin

Note:

The Oracle homes in the Middleware home must share the same platform architecture (in terms of number of bits). The copyBinary script does not support a mix of 32-bit and 64-bit Oracle homes.

When you run the script, you must specify a Java home of the same number of bits as the Oracle homes. For example, for 64-bit Oracle homes, you must specify a 64-bit Java home.

Before creating the binary archive of a Middleware home, make sure that the Oracle WebLogic Server product directories are installed in the Middleware home. Oracle WebLogic Server installed outside of Middleware home is not supported.

In a Windows environment, before creating an archive of a Middleware home, make sure that no Java or Oracle WebLogic Server processes are running from that Middleware home.

Use the following syntax to run the copyBinary script:

copyBinary -javaHome path_of_jdk
           -archiveLoc archive_location 
           -sourceMWHomeLoc MW_HOME   
           [-invPtrLoc Oracle_InventoryLocation]
           [-logDirLoc log_dir_path]
           [-silent {true | false}]
           [-ignoreDiskWarning {true | false}]

The following example shows how to create an archive of a Middleware home on UNIX:

copyBinary.sh -javaHome USER_HOME/jrockit_160_04
              -archiveLoc /FIN_T2P/FIN_clone1.jar
              -sourceMWHomeLoc /net/mount1/appbase/fusionapps
              -invPtrLoc /etc/oraInst.loc
              -logDirLoc /FIN_T2P/logs
              -silent true
              -ignoreDiskWarning true

/net/mount1/appbase represents the top level applications base directory for binaries.

Table 17-4 describes the options for the copyBinary script.

Table 17-4 Options for the copyBinary Script

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file to be created with the copyBinary script.

The archive location must not already exist, but its parent directory must exist and have write permission.

Ensure that the archive location is not within the Middleware home structure.

Mandatory

-invPtrLoc

-ipl

The absolute path to the Oracle Inventory pointer. Use this option if the inventory location is not in the default location, so that the operation can read the Oracle homes present in the inventory.

You must have write permission to the inventory location.

The default location is /etc/oraInst.loc on UNIX. This option is not available on Windows.

Available on UNIX only.

Optional, if the inventory is in the default location. Otherwise, it is mandatory.

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To continue, you must type yes, which is not case sensitive. Typing anything other than yes causes the script to return an error.

To specify that it not prompt for confirmation, specify this option with the value of true.

Optional

-sourceMWHomeLoc

-smw

The absolute path of the Middleware home to be archived. You can only specify one Middleware home.

Mandatory

-ignoreDiskWarning

-idw

Specifies whether the operation ignores a warning that there is not enough free space available. The default is false.

You may need to use this flag if the target is NFS mounted or is on a different file system, such as Data ONTAP

Optional


17.5.2 Applying the Binary Files to the Target Environment

Run the pasteBinary script to apply the archive to the target environment. This pastes the binary files of the source Middleware home in the target environment. You must run the pasteBinary script for each Middleware home in the target environment.

The pasteBinary script is available from the following fusionapps Middleware directories:

(UNIX) FA_MW_HOME/oracle_common/bin
(Windows) FA_MW_HOME\oracle_common\bin

Note:

If you are applying the archive of a Middleware home on a host that does not yet have Oracle Fusion Middleware installed, then:

  • The host must have JDK 1.6.04 or higher installed. In addition, ensure that the PATH, CLASSPATH, and JAVA_HOME environment variables point to the JDK.

  • Copy the pasteBinary script from the following location on the source host to the target host:

    (UNIX) FA_MW_HOME/oracle_common/bin/pasteBinary.sh
    (Windows) FA_MW_HOME\oracle_common\bin\pasteBinary.cmd
    
  • Copy the following file from the following location on the source host to the target host:

    (UNIX) FA_MW_HOME/oracle_common/jlib/cloningclient.jar
    (Windows) FA_MW_HOME\oracle_common\jlib\cloningclient.jar
    

    If you run the pasteBinary script from a different location than FA_MW_HOME/oracle_common/bin, then you must copy the cloningclient.jar file to the same directory.

  • In a UNIX environment, make sure to properly set the inventory_loc and inst_group properties in the inventory file. For example:

    inventory_loc=/FIN_T2P/oraInventory
    inst_group=dba
    

    The inventory file location itself is specified through the invPtrLoc option of the copyBinary command. If the invPtrLoc option is not specified, the inventory pointer file is assumed to be in its default location of /etc/oraInst.loc.

  • Make sure that the files have execute permission.

  • The Middleware home must be created on the shared storage of the target environment.

  • The pasteBinary script must be run from the primordial machine.

  • Even though the absolute path need not be the same as the one in the source environment, the directory structure relative to APPLICATIONS_BASE should be the same.

Use the following syntax to run the pasteBinary script:

pasteBinary -javaHome path_of_jdk
            -archiveLoc archive_location
            -targetMWHomeLoc target_MW_Home_location
            [-executeSysPrereqs {true | false}]
            [-invPtrLoc Oracle_InventoryLocation]
            [-logDirLoc log_dir_path]
            [-silent {true | false}]
            [-ignoreDiskWarning {true | false}]

The following example shows how to apply the archive to the directory /net/mount1/appbase/fusionapps on UNIX:

pasteBinary.sh -javaHome USER_HOME/jrockit_160_04
               -archiveLoc /FIN_T2P/FIN_clone1.jar
               -targetMWHomeLoc /net/mount1/appbase/fusionapps
               -logDirLoc /FIN_T2P/logs/
               -silent true
               -ignoreDiskWarning true

/net/mount1/appbase represents the top level applications base directory for binaries.

Table 17-5 describes the options for the pasteBinary script.

Table 17-5 Options for the pasteBinary Script

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created with the copyBinary script.

The location must exist.

Ensure that the archive location is not within the Middleware home structure.

Mandatory

-executeSysPrereqs

-esp

Specifies whether the pasteBinary operation checks the prerequisites of the Oracle homes. The default is that it checks the prerequisites. To specify that it does not check the prerequisites, specify this option with the value false.

Optional

-invPtrLoc

-ipl

The absolute path to the Oracle Inventory pointer. Use this option if the inventory location is not in the default location, so that the operation can read the Oracle homes present in the inventory.

You must have write permission to the inventory location.

The default location is /etc/oraInst.loc on UNIX. This option is not available on Windows.

Available on UNIX only.

Optional, if the inventory is in the default location. Otherwise, it is mandatory.

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To continue, you must type yes, which is not case sensitive. Typing anything other than yes causes the script to return an error.

To specify that it not prompt for confirmation, specify this option with the value of true.

Optional

-targetMWHomeLoc

-tmw

The absolute path of the target Middleware home.

If a multihost target topology is being used, the path would need to be /net/mount1/appbase addresses in order to make it visible to other hosts. For example: /net/mount1/appbase/fusionapps.

Make sure that the Middleware home's parent directory, for example, fusionapps exists. If it does not exist, the program will error out.

The targetMWHomeLoc cannot be inside another Middleware home.

Mandatory

-ignoreDiskWarning

-idw

Specifies whether the operation ignores a warning that there is not enough free space available. The default is false.

You may need to use this flag if the target is NFS mounted or is on a different file system, such as Data ONTAP.

Optional


17.5.3 Moving the Oracle Database Client Installation

The Oracle Database client home is in the following location:

(UNIX) APPLICATIONS_BASE/dbclient
(Windows) APPLICATIONS_BASE\dbclient

Its contents must be manually moved from the source environment to the target environment.

Perform the following steps to move the dbclient installation:

  1. Copy or tar the /net/mount1/appbase/dbclient directory to the target directly or from source.

    /net/mount1/appbase represents the top level applications base directory for binaries.

  2. Run the installer clone command, shown in the following example:

    /net/mount1/appbase/dbclient/oui/bin/runInstaller -clone
           ORACLE_BASE=/net/mount1/appbase ORACLE_HOME=/net
    /net/mount1/appbase/dbclient ORACLE_HOME_NAME="dbclient" -jreLoc 
           /net/mount1/appbase
    /fusionapps/jrockit_160_17_R28.0.0-679 -defaultHomeName
    

    You will be prompted to run the root.sh command during the process.

  3. Use an account with root access and run net/oracle/dbclient/root.sh.

    Note:

    You will not be prompted for permission to copy to the local bin.

17.6 Moving Configurations to a Production Target Environment

For each Oracle Fusion application, you must move the configurations of each Oracle WebLogic Server domain, OHS instance, and Node Manager that is part of the source environment to the target environment. This configuration movement relies on the use of the configuration scripts. For information, see Section 17.6.1.

If you have a non-distributed, QA environment, whereby the Administration Servers of all the domains and all the system component instances run on the same host, you can automate moving the configuration files with a different set of scripts than those described in this section. For more information, see Section 17.2 and Section 17.7.

Note:

On Windows, before you move the configurations to the target environment, you must set the the USER_MEM_ARG variable. For information, see Section 17.6.2.

You must also move the Webgate installation. For information, see Section 17.6.3.

To move configurations, you must complete the following steps:

  1. Create the configuration archives by running the copyConfig script for each domain, OHS instance, and Node Manager in the source environment. See Section 17.6.4.

  2. Extract the move plan by running the extractMovePlan script on the list of configuration archive locations, separated by comma. See Section 17.6.5.

  3. Modify the move plan to specify properties for the target environment. See Section 17.6.6.

  4. Apply the copied configurations from the source environment to the target environment by running the pasteConfig script for each Oracle WebLogic Server domain, OHS instance, and Node Manager separately, using the same move plan. See Section 17.6.7.

  5. Complete the component-specific configuration move by performing additional movement tasks on the Oracle Fusion Middleware components. See Section 17.6.8.

  6. If there are multiple machines for the domain, recreate the local domain directory using the Oracle WebLogic Server pack and unpack mechanisms. See Section 17.6.9.

Notes:

  • If the database is not tuned correctly, copyConfig and pasteConfig operations can result in performance issues. To avoid these performance issues, in addition to following standard database performance tuning guidelines, ensure that you have sufficient RAM allocated for your RDBMS for the import of the MDS tables. Also run statistics against the target database by executing the following procedure:

    BEGIN
    dbms_stats.gather_schema_stats(
    ownname => 'FUSION_MDS',
    METHOD_OPT => 'FOR ALL COLUMNS SIZE AUTO',
    CASCADE => TRUE,
    ESTIMATE_PERCENT => NULL);
    END;
    

    where FUSION_MDS is the MDS schema name for your Oracle Fusion Applications installation.

  • If OHS is configured with Oracle Webgate, note that the WebgateInstalldir property and references to this path are updated in the httpd.conf file located in the following directories:

    (UNIX) INSTANCE_HOME/config/OHS/component_name/httpd.conf
    (Windows) INSTANCE_HOME\config\OHS\component_name\httpd.conf
    
  • The Java version should be at least 1.6.04.

17.6.1 Understanding the Configuration Scripts

Moving configurations in the Oracle Fusion Applications environment requires the use of a set of configuration scripts. These scripts are available in FA_MW_HOME/oracle_common/bin. For more information, see the "Movement Scripts" section in the Oracle Fusion Middleware Administrator's Guide.

Using the copyConfig, extractMovePlan, and pasteConfig scripts allows you to create a copy of the source Oracle WebLogic Server domain home or OHS instance home configuration files into an archive file, extract the configuration information from one or more configuration archive into a move plan so you can edit the properties for the target environment, and apply the copied configurations (along with the move plan) to the target environment. Figure 17-2 illustrates the flow of the configuration movement from the source environment to the target environment.

Figure 17-2 Movement of Configurations

Movement of configurations

You must create a configuration archive for each source. The environment specific configuration information from each of the configurations archives are extracted to and consolidated in the source move plan that you must edit to specify the properties for the target environment. Then you must apply the edited move plan and the copied configuration archives from each source to each target.

Note:

The configuration archive files should be copied to the target environment, preferably to the shared storage so they are visible to all the target domains. Similarly, the extracted move plan and the updated move plan must also be present in the shared storage.

17.6.1.1 copyConfig Script

The copyConfig script creates a configuration archive that contains the snapshot of the configuration of a source entity (for example, Oracle WebLogic Server domain, OHS instance, or Node Manager). The underlying components of a source entity persist their configuration information in different data stores, such as a file system, Oracle Metadata Services (MDS), Lightweight Directory Access Protocol (LDAP), database, and so on.

You must run the copyConfig script for each source entity in the source environment. A configuration archive is created for each source domain or component instance.

The Administration Server and all Managed Servers in the domain must be up and running when you run the script.

17.6.1.2 extractMovePlan Script

The extractMovePlan script extracts the environment specific configuration information from one or more configuration archives into a move plan (XML file).

The extractMovePlan script also extracts any J2EE component specific configuration file, such as Oracle SOA composite configuration plans, application deployment plans, adapter deployment plans, and so on.

A move plan contains the environment specific configuration information, such as data source definitions, host names, port numbers, and end-point URLs, from one or more configuration archives created for each source domain or component instance in the source environment. You must edit the move plan to specify the properties for the target environment.

17.6.1.3 pasteConfig Script

The pasteConfig script applies the copied configurations from the source environment to the target environment. Inputs for the script include the location of the configuration archive created with the copyConfig script for each source entity and the modified move plan. The pasteConfig script recreates the configuration information for the source entity in the target environment. It also merges the move plan property values for the target environment. You must run the pasteConfig script for each source entity in the target environment.

17.6.2 Setting the JVM System Variable on Windows

Before you run the pasteConfig script in Windows, you must set the USER_MEM_ARG variable as follows:

set USER_MEM_ARGS="-Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=1024m"

17.6.3 Moving the Webgate Installation

Webgate acts as the proxy for user authentication. It must be manually moved from the source environment to the target environment. To move the Webgate installation, follow the instructions below:

Note:

The Webgate directory must be in the following directory:

Oracle_Instance/config/OHS/ohs_component_name

Successfully moving the Webgate installation is based on the assumption that the web server and Webgate setup on the source machine is functioning correctly.

17.6.3.1 Moving the Webgate Installation on UNIX

Before you move the Webgate installation on UNIX, make sure that the file permissions of the directory to which the Webgate installation is moved are the same as those of the source.

To move the Webgate installation on UNIX:

  1. Go to the Webgate installation directory on source machine. For example:

    $ cd /net/mount1/appbase/webgate
    
  2. Copy files recursively from the source machine to the target machine.

    For example, if the source machine file system is mounted on the network, then the Webgate installation can be copied with the following command:

    $ cp -rf * /net/mount1/appbase/webgate
    

    If the source machine file system is not mounted on the network, then the Webgate installation can be copied with the following command:

    $ tar cvf source_webgate.tar
    

    Then you must copy the archive file to the target machine and use the following command to extract the files from the archive:

    $ tar xvf source_webgate.tar -C target_Webgate_installation
    
  3. If the Oracle Access Manager access servers to be used in the target environment are different than those used in the source environment:

    Copy the artifacts generated for this Webgate to Webgates installation directory from the target Oracle Access Manager location in Oracle Identity Management. Artifacts generated should be copied as follows

    - ObAccessClient.xml to webgate_install_dir/access/oblix/lib

    - logout.html to webgate_install_dir/access/oamsso

    If the security mode is Simple:

    - password.xml to webgate_install_dir/access/oblix/config

    - aaa_key.pem and aaa_cert.pem to webgate_install_dir/access/oblix/config/simple

    If the security mode is Cert:

    - password.xml to webgate_install_dir/access/oblix/config

    - It is the user's responsibility to generate certificate request, get it signed by a third-party Certificate Authority, and copy it to webgate_install_dir/access/oblix/config

17.6.3.2 Moving the Webgate Installation on Windows

Before you move the Webgate installation on Windows, if the target machine is running Windows 64 make sure that the Microsoft Visual Studio C++ 2005 runtime libraries (MSVCR80.dll and MSVCP80.dll) are installed. You can copy the libraries from SYSVOL\windows\SysWOW64 on the source machine to the same directory on the target machine.

To move the Webgate installation on Windows:

  1. Copy the access directory from the Webgate installation directory on source machine and paste the directory in the Webgate installation directory on the target machine.

    1. Create an archive file by archiving the contents of the source_webgate_install_dir\access directory.

    2. Transfer the archive file to the target machine using File Transfer Protocol (FTP) or similar means.

    3. On target machine, extract the archive file to the required target_webgate_install_dir directory.

  2. If the Oracle Access Manager access servers to be used in the target environment are different than those used in the source environment:

    1. Create the Webgate profile, then modify it in the Oracle Access Manager Access System Console. For information, see the "Managing OAM 10g Webgates with OAM 11g" section in the Oracle Fusion Middleware Administrator's Guide for Oracle Access Manager with Oracle Security Token Service.

    2. Create a Oracle Access Manager 10g Webgate profile using Oracle Access Manager Console. This will generate the artifacts for this Webgate under the following directories:

      FA_MW_HOME\user_projects\domains\base_domain\output\agent_ID
      

      For information, see the "Managing OAM 10g Webgates with OAM 11g" chapter in the Oracle Fusion Middleware Administrator's Guide for Oracle Access Manager with Oracle Security Token Service.

    3. Copy the artifacts generated for this Webgate to Webgates installation directory from the target Oracle Access Manager location in Oracle Identity Management. Artifacts generated should be copied as follows:

      - ObAccessClient.xml to webgate_install_dir\access\oblix\lib

      - logout.html to webgate_install_dir/access/oamsso

      If the security mode is Simple:

      - password.xml to webgate_install_dir\access\oblix\config

      - aaa_key.pem and aaa_cert.pem to webgate_install_dir\access\oblix\config\simple

      If the security mode is Cert:

      - password.xml to webgate_install_dir\access\oblix\config

      - It is the user's responsibility to generate certificate request and get it signed by a third-party Certificate Authority and copy to webgate_install_dir\access\oblix\config

17.6.4 Creating Configuration Archives

Run the copyConfig script for each source entity (for example, Oracle WebLogic Server domain, OHS instance, Node Manager, or Oracle BI Enterprise Edition) to create a copy of the source entity configuration files into an archive file.

This section covers the following topics:

17.6.4.1 Running copyConfig for Oracle WebLogic Server Domains

J2EE domains reside in the Oracle WebLogic Server Domain configuration home, APPLICATIONS_CONFIG/instance/domains. CRMDomain and FinancialDomain are two examples of J2EE domains.

Running copyConfig creates a copy of the source Oracle WebLogic Server Java EE component into a configuration archive file that contains the Oracle WebLogic Server domain configuration and all configurations stored in MDS. It also packs the other configuration information specific to components such as SOA composites, human workflow, Oracle B2B agreements, and Oracle Application Development Framework (Oracle ADF) connection settings for all connections.

Note:

copyConfig handles only global data sources defined in each Oracle WebLogic Server domain. For application level data sources, you must manually configure them on the target domain.

Use the following syntax to run the copyConfig script for each Oracle WebLogic Server domain:

copyConfig  -javaHome absolute_location_of_JDK
            -archiveLoc archive_location 
            -sourceDomainLoc source_WebLogic_domain_location
            -sourceMWHomeLoc source_Middleware_home_location
            -domainHostName source_domain_admin_server_host_name
            -domainPortNum  source_domain_admin_server_port
            -domainAdminUserName source_domain_admin_server_user_name
            -domainAdminPassword source_domain_admin_server_user_password_file_location
            [-additionalParams search.encrypt.key=pwdfile] 
            [-logDirLoc existing_log_directory_location]
            [-silent {true | false}]

The following example copies the configuration of the FinancialDomain domain:

copyConfig.sh  -javaHome USER_HOME/jrockit_160_04
               -archiveLoc /FIN_T2P/FIN_FinancialDomain1.jar 
               -sourceDomainLoc /net/mount2/instance/applications/FinancialDomain
               -sourceMWHomeLoc /net/mount1/appbase/fusionapps
               -domainHostName server.us.example.com
               -domainPortNum 9001
               -domainAdminUserName faadmin
               -domainAdminPassword /FIN_T2P/domain_admin_server_pw.txt
               -logDirLoc /FIN_T2P/logs
               -silent true

The following example copies the configuration of the CommonlDomain: domain. Notice the use of the -additionalParams option for Oracle SES.

configConfig.sh  -javaHome USER_HOME/jrockit_160_20_D1.0.1-1705
                 -archiveLoc /COMMON_T2P/COMMON_CommonDomain.jar
                 -sourceDomainLoc /net/mount2/instance/applications/CommonDomain
                 -sourceMWLoc /net/mount1/appbase/fusionapps
                 -domainHostName server.us.example.com
                 -domainPortNum 8001
                 -domainAdminUserName faadmin
                 -domainAdminPassword /COMMON_T2P/domain_admin_server_pw.txt
                 -additionalParams search.encrypt.key=/SES_T2P/encrypt_key.txt

/net/mount1/appbase represents the top-level applications base directory for binaries, while /net/mount2 represents the top level applications configuration directory for configuration files.

Table 17-6 describes the options for the copyConfig script for Oracle WebLogic Server Java EE components.

Table 17-6 Options for the copyConfig Script for Oracle WebLogic Server Java EE Components

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute location of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute location of the archive. Use this option to specify the location of the archive file to be created by the copyConfig script.

Mandatory

-sourceDomainLoc

-sdl

The absolute location of the source domain containing the Java EE component.

Mandatory

-sourceMWHomeLoc

-smw

The absolute location of the source Middleware home.

Mandatory

-domainHostName

-dhn

The name of the host on which the source domain is configured.

Mandatory

-domainPortNum

-dpn

The port number of the source domain.

Mandatory

-domainAdminUserName

-dau

The name of the administrative user for the source domain.

Mandatory

-domainAdminPassword

-dap

The password file location for the administrative user for the domain. For example, /FIN_T2P/domain_admin_server_pw.txt.

Mandatory

-additionalParams

-ap

Absolute path of the Oracle SES password file for the encryption key. For example, scratch/t2p/encrypt.txt.

The encryption key in the file must be at least 8 characters, must contain both letters and numbers, and must only contain ASCII characters. For example, welcome1.

Oracle SES is available in the CommonDomain domain. Therefore, you do not need to use this option in the other domains.

Mandatory for the CommonDomain domain only

-logDirLoc

-ldl

The location of an existing log directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To continue, you must type yes, which is not case sensitive. Typing anything other than yes causes the script to return an error.

To specify that it not prompt for confirmation, specify this option with the value of true.

Optional


17.6.4.2 Running copyConfig for System Components

Running copyConfig creates a copy of the source component instance for a system component, such as OHS, by copying the configuration files of that component instance into an archive file.

Use the following syntax to run the copyConfig script for system components:

copyConfig  -javaHome absolute_location_JDK
            -archiveLoc archive_location 
            -sourceInstanceHomeLoc source_instance_home_location
            -sourceComponentName source_component_name
            [-logDirLoc existing_log_directory_location]
            [-silent {true | false}]

The following example shows how to create a copy of the OHS instance named ohs1 in the Oracle instance home located in APPLICATIONS_CONFIG/instance/CommonDomain_webtier on UNIX:

copyConfig.sh -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/
              -archiveLoc /FIN_T2P/FIN_CommonDomain_webtier.jar
              -sourceInstanceHomeLoc /net/mount2/instance/CommonDomain_webtier
              -sourceComponentName ohs1
              -logDirLoc /FIN_T2P/logs
              -silent true

/net/mount2 represents the top level applications configuration directory for configuration files.

Table 17-7 describes the options for the copyConfig script for system components.

Table 17-7 Options for the copyConfig Script for System Components

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute location of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute location of the archive. Use this option to specify the location of the archive file to be created by the copyConfig script.

Mandatory

-logDirLoc

-ldl

The location of an existing log directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To continue, you must type yes, which is not case sensitive. Typing anything other than yes causes the script to return an error.

To specify that it not prompt for confirmation, specify this option with the value of true.

Optional

-sourceComponentName

-scn

The name of the source component to be moved. For example, if your Oracle HTTP Server component is named ohs1, specify ohs1.

Mandatory

-sourceInstanceHomeLoc

-sih

The absolute location of the Oracle instance home for the source component.

Mandatory


17.6.4.3 Running copyConfig for Node Manager

Node Manager is an Oracle WebLogic Server utility that enables you to start, shut down, and restart the Administration Server and Managed Server instances from a remote location. The Node Manager for each host resides in Oracle WebLogic Server home, in wlserver_version/common/nodemanager/host_name.

Running copyConfig creates a copy of the source Node Manager configuration into an archive file.

Use the following syntax to run the copyConfig script for Node Manager on each machine within topology of the source environment:

copyConfig  -javaHome absolute_location_of_JDK
            -archiveLoc archive_location
            -sourceNMHomeLoc source_Node_Manager_home_location
            [-logDirLoc existing_log_directory_location]
            [-silent {true | false}]

The following example shows how to create a copy of the source Node Manager configuration located in /net/abcdef03/scratch/work/mw2903/wlserver_10.3/common/nodemanager/abcdef04.us.example.com (with a folder corresponding to each Node Manager) into an archive file:

copyConfig.sh -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/
              -archiveLoc /FIN_T2P/node_manager_abcdef04.jar
              -sourceNMHomeLoc /net/mount1/appbase/fusionapps/wlserver_10.3/common/nodemanager/abcdef04.us.example.com
              -silent true

Table 17-8 describes the options for the copyConfig script for Node Manager.

Table 17-8 Options for the copyConfig Script for Node Manager

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute location of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute location of the archive. Use this option to specify the location of the archive file to be created by the copyConfig script.

Mandatory

-sourceNMHomeLoc

-snh

The absolute location of the source Node Manager Home.

Mandatory

-logDirLoc

-ldl

The location of an existing log directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To continue, you must type yes, which is not case sensitive. Typing anything other than yes causes the script to return an error.

To specify that it not prompt for confirmation, specify this option with the value of true.

Optional


17.6.4.4 Running copyConfig for Oracle BI Enterprise Edition

You copy the configuration of the following Oracle BI Enterprise Edition components:

  • Oracle BI Server

  • Oracle BI Presentation Services

  • Oracle BI Cluster Controller

  • Oracle BI Scheduler

  • JavaHost

  • Oracle Essbase server, if it is installed in your environment

Running copyConfig creates a copy of the source Oracle BI Enterprise Edition configuration into an archive file. You do not need to use the copyconfig script for each component. Use the copyconfig script once for all the Oracle BI Enterprise Edition components.

Use the following syntax to run the copyConfig script to run a complete Oracle BI Enterprise Edition instance copy:

copyConfig  -javaHome path_of_jdk 
            -archiveLoc archive_location 
            -sourceInstanceHomeLoc src_instance_path
           [-additionalParams essbaseServerUserName=xxx,essbaseServerPassword=pwdfile] 
           [-logDirLoc existing_log_directory_location] 
           [-silent {true | false}]

The following example shows how to apply the copy of Oracle BI Enterprise Edition to the Oracle BI Enterprise Edition home located in BIDomain. /net/mount2/ represents the top-level Applications configuration directory, where the configuration files reside.

copyConfig -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/ 
           -archiveLoc /BI_T2P/BIInstance.jar 
           -sourceInstanceHomeLoc /net/mount2/appbase/instance/BIInstance
           -additionalParams essbaseServerUserName=weblogic,essbaseServerPassword=/tmp/welcome1.txt 
           -silent true

Table 17-9 describes the options for the copyConfig script for Oracle BI Enterprise Edition.

Table 17-9 Options for the copyConfig Script for Oracle BI Enterprise Edition

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-sourceInstanceHomeLoc

-sih

The absolute path of the Oracle BI Enterprise Edition instance for the source component.

Mandatory

-additionalParams

-ap

Specifies Oracle Essbase administrative user and password.

Mandatory

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional


17.6.4.5 Running copyConfig for the Oracle Global Order Promising Server Instance

Running copyConfig creates a copy of the source Oracle Global Order Promising Server configuration into an archive file.

Use the following syntax to run the copyConfig script to run a complete Oracle Global Order Promising Server instance copy:

copyConfig  -javaHome path_of_jdk 
            -archiveLoc archive_location 
            -sourceInstanceHomeLoc src_instance_path
            -sourceComponentName GlobalOrderPromisingServer1
           [-logDirLoc existing_log_directory_location] 
           [-silent {true | false}]

The following example shows how to create a copy of Oracle Global Order Promising Server configuration located in /net/mount1/appbase/instance/gop_1 into an archive file.

copyConfig -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/ 
           -archiveLoc USER_HOME/gop_1.jar 
           -sourceInstanceHomeLoc /net/mount1/appbase/instance/gop_1
           -sourceComponentName GlobalOrderPromisingServer1 
           -logDirLoc USER_HOME/clone_logs 
           -silent false

Table 17-10 describes the options for the copyConfig script for Oracle Global Order Promising Server.

Table 17-10 Options for the copyConfig Script for Oracle Global Order Promising Server

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-sourceComponentName

-sih

The name of the existing component which will be archived, GlobalOrderPromisingServer1.

Mandatory

-sourceInstanceHomeLoc

-sih

The absolute path of the Oracle Global Order Promising Server instance for the source component.

Mandatory

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional


17.6.5 Extracting the Move Plan

Run the extractMovePlan script to extract the configuration settings from multiple configuration archives of the source environment into a single move plan (XML file). Extracting the move plan from multiple configuration archives consolidates and tries to remove duplicate configuration properties in the consolidated move plan. It also tries to remove the configuration properties that could be derived from other configuration properties. Running extractMovePlan also extracts other application specific standard configuration plans such as the configuration plan for SOA composite, the deployment plan for J2EE App, and so on.

Note:

Extract the move plan in a location that is shared by all systems in the configuration topology. You can then use the move plan and underlying configuration or deployment plans from the same location to recreate multiple domains or system component instances.

Use the following syntax to run the extractMovePlan script:

extractMovePlan -javaHome absolute_location_of_JDK
             -archiveLoc archive_location [,archive_location...] 
             -planDirLoc move_plan_directory
             [-optimizationHints fusionApps,sameSchemaNameSinglePassword]
             [-logDirLoc existing_log_directory_location]

The following example extracts configuration information from two configuration archives into a single move plan:

extractMovePlan.sh -javaHome USER_HOME/jrockit_160_20_D1.0.1-1705
                -archiveLoc /FIN_T2P/FIN_CommonDomain1.jar,/FIN_T2P/FIN_FinancialDomain1.jar
                -planDirLoc /FIN_T2P/CommonDomain1_plan
                -opth fa,ssnsp
                -logDirLoc /FIN_T2P/logs

A list of configuration archive locations, separated by comma, is specified to create a single move plan containing the configuration settings from the listed configuration archives.

Note:

Make sure there is no space before or after the comma in the list of configuration archive locations.

You can also extract the configuration settings from each individual configuration archive to create multiple move plans. However, this neither consolidates, nor optimizes the move plans.

Table 17-11 describes the options for the extractMovePlan script:

Table 17-11 Options for the extractMovePlan Script

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute location of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute location of one or more archives. Use this option to specify the locations of the archive files created by the copyConfig script.

If you specify more than one archive, separate the locations with a comma with no spacing in between.

Mandatory

-planDirLoc

-pdl

The absolute path to a directory to which the move plan, along with any needed configuration plans, is to be extracted.

The directory must not already exist.

Mandatory

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-optimizationHints

-opth

Specifies the configuration values to auto-populate based on the topology on the target environment. These values are omitted from the move plan. Use of the hints is recommended if they apply to your environment.

The -optimizationHints takes the following arguments:

  • fusionapps(fa). You need to provide this hint always. This simplifies the move plan for Oracle Fusion Applications.

  • sameSchemaNameSinglePassword (ssnsp). The same password is used for all schemas associated with a particular database. However, the passwords for APPID users are different. You are prompted to provide the password only once for each database. Therefore, you need to pass a separate password for each of the APPID users.

Optional


17.6.6 Modifying the Move Plan

While extracting the move plans, the framework internally derives the properties and optimizes. In those cases, you may not see all the properties in the move plan. If the framework does not find a matching value, it does not derive the property. In those cases, you will see the properties in the move plan.

After the move plan is extracted, you must modify one consolidated one with a text editor to specify the properties (such as data source definitions, host names, port numbers, and end point addresses) for the target environment before you apply the copied configurations from the source environment to the target environment.

The properties that you edit differ depending on the type of component. Table 17-12 provides pointers to the appropriate list of properties for each component. Some of the references link to tables in the "Move Plans for Components" section of the Oracle Fusion Middleware Administrator's Guide; other links direct you to tables in this chapter. Tables referenced in the Oracle Fusion Middleware Administrator's Guide are generic tables that work for both Oracle Fusion Applications and Oracle Fusion Middleware environments. To avoid confusion, only use the tables referenced.

Table 17-12 Move Plan Properties for Components

Component Where to find the list of properties:

Oracle Fusion Applications FusionAppsTopology

Section 17.6.6.1

Oracle Fusion Applications patching framework

Section 17.6.6.2

Oracle Fusion Applications additional environment properties

Section 17.6.6.3

Node Manager

"Move Plan Properties for Node Manager"

All Java components

"Common Move Plan Properties for Java Components"

Oracle BI EE

Section 17.6.6.4

Oracle ADF connections

"Move Plan Properties for Oracle ADF Connections"

Oracle Data Integrator

Section 17.6.6.5

Oracle Enterprise Crawl and Search Framework

Section 17.6.6.6

Oracle Enterprise Scheduler Service (ESS)

Section 17.6.6.7

Oracle Global Order Processing

Section 17.6.6.8

Oracle HTTP Server

"Move Plan Properties for Oracle HTTP Server"

Oracle Secure Enterprise Search

Section 17.6.6.9

Oracle SOA Suite

"Move Plan Properties for Oracle SOA Suite"

Oracle Topology Manager

Section 17.6.6.10

Oracle Virtual Directory

"Move Plan Properties for Oracle Virtual Directory"

Oracle WebCenter Content: Inbound Refinery

"Move Plan Properties for WebCenter Content Server, Records, and Inbound Refinery"

Oracle WebCenter Content: Inbound Refiner:

"Move Plan Properties for WebCenter Content Server, Records, and Inbound Refinery"

Oracle WebCenter Content: Imaging

Section 17.6.6.11, "Editing Oracle WebCenter Content: Imaging Properties"


17.6.6.1 Editing Oracle Fusion Applications FusionAppsTopology Properties

Modify the move plan by editing the specific Oracle Fusion Applications entries within the movableComponent of type ApplicationTopology and name FusionAppsTopology according to the target environment.

Table 17-13 describes the FusionAppsTopology properties to edit in the move plan, if they are present.

Table 17-13 Move Plan Properties for Oracle Fusion Applications FusionAppsTopologyy Properties

Configuration Group Property Description Sample Value

WEBTIER_CONFIG

Listen Address

The listen address used by OHS on the webtier host. This is usually the hostname of the machine where OHS server is running.

ohs_host1.oracle.com

APPTIER_CONFIG

Listen Address

The listen address used by Managed Servers on the host. This is usually the host name of the machine where Managed Server is running.

app_host1.oracle.com

 

Custom Identity Keystore File

The encrypted custom identity keystore's passphrase file

/scratch/identity_keystore.jks

 

Custom Identity Private Key Alias

The alias used when loading the private key for Oracle WebLogic Server from the keystore.

app_host1.oracle.com_identity_private_key

 

Custom Identity Keystore Passphrase File

Path to the password file which will be used while loading the private key for Oracle WebLogic Server into the keystore)

/scratch/ identity_private_key_pass.txt

 

Custom Trust Keystore File

Path to the file containing custom trust keystore

/scratch/ trust.jks

 

Custom Trust Keystore Passphrase File

JDBC connect string to be used as a J2EE datasource

/scratch/trust_pass.txt

DATATIER_CONFIG

Url

The JDBC URL in the format of jdbc:oracle:thin:@//DB_host_name.domain/sid to be used as a J2EE datasource

jdbc:oracle:thin:@db_host1.example.com:4119/orcl

 

User and Password File

The Oracle database schema name (user name) to login to the database.

During execution of the extractMovePlan script, if the ssnsp flag is used with the -optimizationHints optoin, there will be a single Password File property that will be used by all users asscociated with the datasource mentioned in the Url configuration property. However, the password for the APPID users will be different. You need to derive the passwords for those APPID users from target IDMDomain domain. For these APPID users, both the User and Password File configuration property will be populated. For more information, see Task 2, "Seed Oracle ADF Credentials".

During execution of extractMovePlan command, if the ssnsp flag is not used with the -optimizationHints option, there will be a User and Password File property for each database schema.

fusion_runtime

/private/ fusion_runtime_password.txt


17.6.6.2 Editing Oracle Fusion Applications Patching Framework Properties

You must manually update the Oracle Fusion Applications patching framework configuration information to specify the properties for the target domain. To update the Oracle Fusion Applications patching framework configuration information, edit the values of the patching framework properties in the move plan.

Table 17-14 describes the move plan properties that you can change for the patching framework

Table 17-14 Move Plan Properties for Oracle Fusion Applications Patching Framework

Properties Description Example

Top directories for various components used by Patching Framework

The following properties are defined in FUSION_prov.properties:

 

APPTOP

Applications base directory, APPLICATIONS_BASE

/u01/APPTOP

Database-Related Properties

The following properties are in the ASOAppsTableSpaceCustomizations config group. Each aggregate storage (ASO) application has a name and tablespace property, followed by the following properties:

 

TWO_TASK

Database service as defined by the SERVICE_NAME parameter in the tnsnames.ora file

prod

Taxonomy Related Properties

   

TAXONOMY_URL

URL to connect to the MBean to fetch taxonomy information. This URL is usually the same as the Administration Server URL. See Section 2.4 to find the URL for the Administration Server.

adc6170361.us.oracle.com:7001

Oracle Access Manager-related properties

The following properties are defined in FUSION_prov.properties:

 

OAM_ACCESS_SERVER_HOST

Host name for Oracle Access Manager

adc6260031.us.oracle.com

OAM_ACCESS_SERVER_PORT

Port for Oracle Access Manager connection

3060

OAM_ADMIN_SERVER_HOST

Host for the Administration Server on the Oracle Access Manager

adc6260031.us.oracle.com

OAM_ADMIN_SERVER_PORT

Host for the Administration Server on the Oracle Access Manager connection

3060

OAM_WEB_DOMAIN

Oracle Access Manager web domain used for Oracle Fusion Applications policies

OraFusionApp

OAM_ACCESS_SERVER_MODE

Mode for the Oracle Access Manager server

Simple
Open

17.6.6.3 Editing Additional Oracle Fusion Applications Environment Properties

This section describes the move plan properties for Oracle Fusion Applications, startup configuration, Oracle Human Workflow configuration, and Oracle Database client configuration.

Note:

The Oracle Database client configuration is reset to the initial out-of-box configuration set by provisioning. Any additional properties added to the source environment are not moved to the target environment. Therefore, you need to copy any additional properties to the target environment.

Table 17-15 describes the Oracle Fusion Applications properties.

Table 17-15 Move Plan Properties for Oracle Fusion Applications Properties

Configuration Group Property Description Sample Value

Fusion Applications Environment Properties

APPLICATIONS_BASE

The top-level directory for the Oracle Fusion Applications binaries

/scratch/aime/work/APPTOP

 

APPLICATIONS_CONFIG

The top-level directory for the Oracle Fusion Applications configuration files (includes "instance" directory)

/scratch/aime/work/APPTOP/instance

wf_client_config

rootEndPointURL

OHS or load balancer URL value for the SOA cluster configured in wf_client_config.xml.

http://abc.example.com:10603

Database Client Configuration

Wallet Password File

Location of password file which contains password to create the database client wallet

/tmp/wallet_password.txt

 

ORACLE_SERVICE_NAME

Database service name of the tnsnames.ora file to connect to database

adbc1234

 

DB_HOST_NAME

Database host name of the tnsnames.ora file to connect to database. (In the case of Oracle Real Application Clusters (Oracle RAC) database the property names are DB_HOST_NAME0, DB_HOST_NAME1, and so forth.)

adc.example.com

 

DB_PORT

Database port number of the tnsnames.ora file to connect to database (In the case of Oracle RAC databases, the property names are: DB_PORT0, DB_PORT1, and so forth)

1521

 

Fusion Runtime Schema

Database schema name (user name) to login to database

fusion_runtime

 

Fusion Runtime Schema Password File

Location of password file which contains schema password to login to the database

/tmp/fusion_runtime_password.txt

Fusion Applications Front end Host URL Configuration

FusionAppsFrontendHostUrl

The external OHS URL for all the Oracle Fusion applications human workflow task flows. The format of FusionAppsFrontendHostUrl attribute is as follows:

FANamespace1=https://host1:port1::FANamespace2=https://host2:port2::*=https://host1:port1

where * is the wild card namespace. If the wildcard is specified, the frontend host URL of the wild card will be applied to all Oracle Fusion Applications servers, including the SOA server.

If FANamespace is soa.server.url, then the provided URL will be used for overrride the SOA server URL.

From example, if SupplierPortal has namespace SUPPLIER, the format for adding FrontendHostUrl for Supplier Portal FusionAppsFrontendHostUrl will be:

SUPPLIER=https://supportportalFrontendHostName:port::*=https://OtherFAFrontendHostHame:port1

*=https://agc.example.com:10608

 

SupplierPortalFrontendHostUrl

The external OHS URL for all the Oracle Fusion applications human workflow task flows (ProcurementDomain)

https://acd.example.com:10610


17.6.6.4 Editing Oracle BI EE Properties

This section describes the move plan properties for Oracle BI Enterprise Edition, Oracle BI EE Data Warehouse Administration Console, Oracle Essbase, EPM Registry, and Oracle BI Action Framework.

Table 17-16 shows the move plan properties that you can change for Oracle BI Enterprise Edition.

Table 17-16 Move Plan Properties for Oracle BI EE

Properties Description Sample Value

Properties in the XMLP-SERVER-CONFIG configGroup:

Oracle BI Publisher configuration

 

SAW_SERVER

The name of the host that is running the Oracle BI Presentation Services to which you must connect

example_host

SAW_PORT

The port number for connecting to Oracle BI Presentation Services

10217

SAW_PASSWORD

The absolute path of a secure file that contains the password for Oracle BI Presentation Services

/scratch/oracle/bip_pass.txt

SAW_USERNAME

The user name for Oracle BI Presentation Services

user1

Properties in the connection configProperty:

connection is a sub-property of dataSource. Specifies that the data source is a Connection type.

Each data source can be either a Connection or File type.

url

The URL of the connection

jdbc:oracle:thin:@host:port:sid

driver

The driver to use for the connection

oracle.jdbc.OracleDriver

username

The user name for the connection

user1

password

The absolute path of a secure file that contains the password for the connection

/scratch/oracle/ds_conn_pass.txt

Properties in the file configProperty:

file is a sub-property of dataSource. Specifies that the data source is a File type.

 

path

The file system path that points to the relevant data source file

/scratch/APPTOP/instance/domains/example.com/BIDomain/config/bipublisher/repository/DemoFiles

Properties in the XDO-CLIENT_CONFIG configGroup:

Oracle BI Publisher client

 

XMLPClientDirPath

The absolute path to the Oracle BI Publisher client directory

/scratch/APPTOP/instance/domains/example.com/CommonDomain/config

* (any name)

The Oracle BI Publisher configured endpoint connecting URL. The move plan may have more than one endpoint

http://example.com:10621/xmlpserver

Properties in the XMLP-SCHEDULER-JMS-CONFIG configGroup:

The Scheduler configuration

 

JMS_WEBLOGIC_JNDI_URL

The Oracle WebLogic Server JNDI URL for the Oracle BI EE Managed Server

cluster:t3://bi_cluster

JMS_Shared_Temp_Directory

The JMS shared temporary directory used in an Oracle BI EE cluster environment

/scratch/APPTOP/instance/BIShared/BIPublisher/biptemp

Properties in the XMLP-PROVIDER-CONFIG configGroup, in the provider configProperty:

Oracle BI Publisher provider

There is a separate configProperty for each BI Publisher provider configured.

 

uri

The URI for the Oracle BI Publisher provider

http://example.com:10603/financialCommon

nonSSOUri

The non-SSO URI for the Oracle BI Publisher provider

http://example.com:7404/financialCommon

Properties in the XDO-SERVER_CONFIG configGroup:

Oracle BI Publisher Server

 

XMLPServerConfigDirPath

The absolute path to the Oracle BI Publisher server configuration directory

/scratch/APPTOP/instance/domains/example.com/BIDomain/config/bipublisher
 

The following property is in the RepositoryDirPath configProperty, the directory path of the Oracle BI Publisher server repository

 

path

The directory of the Oracle BI Publisher server configuration repository. (It can be located outside of the BIDomain that is specified as the server xdo.server.config.dir system property.) The default value is ${xdo.server.config.dir}/repository.

/scratch/APPTOP/instance/BIShared/BIPublisher/repository
 

The following property is in the SawSourcePath configProperty. The Oracle BI Publisher server connection resource details for the Oracle BI EE Presentation Server.

 

source

The path for the Oracle BI Publisher repository directory

/scratch/APPTOP/instance/domains/example.com/BIDomain/config/bipublisher/repository

Properties in the OracleInstances configGroup:

Oracle BI EE domain configuration

 

instanceHome

The path of the Oracle instance in which Oracle BI EE is deployed

/scratch/APPTOP/instance/BIInstance

host

The host where the Oracle BI EE instance is configured

example.com

Properties in the BIInstanceDeployment configProperty:

Instance configuration details.

 

listenAddress

The listen address for the host. It can be set to a virtual IP address or a subset on a multi-homed computer. You can specify an asterisk to specify multiple network addresses for the host

example.com
*

portRangeStart

The start of the range of ports used by the Oracle BI EE system components

10206

portRangeEnd

The end of the range of ports used by the Oracle BI EE system components

10214

Properties in the BIInstance configGroup, in the EmailOptions configProperty:

Oracle BI EE instance configuration

 

smtpServerName

The host name of the SMTP server

example.com

port

The port number of the SMTP server

25

fromDisplayName

The sender's name that is used as the display name by the Oracle BI EE system when it sends email

Oracle Business Intelligence

emailAddressOfSender

The email address used by the Oracle BI EE system when it sends email

defaultuser@defaultmailserver.com

Property in the BIInstance configGroup, in the MarketingOptions configProperty:

Oracle BI EE instance configuration

 

url

The base URL used by the Oracle BI EE system when the emails have embedded URLs

http://example.com:7012/_dav/cs/idcplg

Property in the BIInstance configGroup, in the PresentationServerOptions configProperty:

Presentation Server configuration.

 

webCatalogLocation

The absolute path of the location of the Oracle BI Presentation Catalog

/scratch/APPTOP/instance/BIShared/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/OracleBIApps

Property in the BIInstance configGroup, in the Scheduler configProperty:

Scheduler configuration

 

dataSource

The connection details for the Oracle BI Scheduler data source

(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=example.com)(PORT=1565)))(CONNECT_DATA=(SERVICE_NAME=d8b4lfc1))

Properties in the BIInstance configGroup, in the ServerOptions configProperty:

Server options configuration

 

repositorySharedLocation

The shared location for the Oracle BI repository

/scratch/APPTOP/instance/BIShared/OracleBIServerComponent/coreapplication_obis1/repository

Properties in the BIInstance configGroup, in the PerformanceOptions configProperty:

Performance options configuration

 

globalCacheStoragePath

The global location of the Oracle BI EE server cache

/scratch/APPTOP/instance/BIShared/OracleBIServerComponent/coreapplication_obis1/cache

Properties in the DEPLOY_USER_CREDENTIALS configGroup:

Oracle RTD Inline Services (BI_RTD_SPE_ILS_DEPLOY_CONFIG)

 

username

The user name used to deploy the RTD SPE inline service

weblogic

password

The absolute path of a secure file that contains the password for the connection

/scratch/oracle/rtd_pass.txt

Properties in the CONNECTIONPOOLS configGroup:

RPD configuration

 

user

Connection pool user name (the database schema name). The name may be a variable, in the format VALUE_OF(varname) which would then appear in the VARIABLES configuration group.

VALUEOF(ORACLE_INITBLOCK_USER)

datasource

Oracle BI repository connection pool data source name or definition. The name may be a variable, in the format VALUE_OF(varname) which would then appear in the VARIABLES configuration group.

VALUEOF(ORACLE_INITBLOCK_DSN)

appServerName

If this is an ADF connection, the Business Component URL

http://example.com:10603/fscmAnalytics/obieebroker

password

The absolute path of a secure file that contains the password for the connection to the Oracle BI repository data source

/scratch/oracle/rpd_ds_conn_pass.txt

Properties in the VARIABLES configGroup:

Definition of variables

 

name

The name of the variable that is used in the Oracle BI repository connection pool definitions. There can be multiple name/value pairs.

ORACLE_INITBLOCK_USER

value

The value of the variable that is used in the Oracle BI repository connection pool definitions. There are multiple name/value pairs.

'ORA_INIT_USER'

Table 17-17 describes the move plan properties that you can change for Oracle Business Intelligence Data Warehouse Administration Console (DAC).

Table 17-17 Move Plan Properties for Oracle Business Intelligence Data Warehouse Administration Console (DAC)

Properties Description Example

Properties in the DAC-SERVER-CONFIGURATION configGroup:

DAC configuration

jdbc.url

The URL to connect to the DAC repository

jdbc:oracle:thin:@example.com:1521/example.com

jdbc.driver

The name of the JDBC driver

oracle.jdbc.driver.OracleDriver

Username

The user name used to connect to the DAC repository

IMPORT_DAC

Password File

The absolute path of a secure file containing the password for the user to connect to the DAC repository. You must provide a password file, even if you are not changing the configuration.

/scratch/biplatform/cloning/password_DAC.txt

Properties in the EMAIL-CONFIGURATION configGroup:

Email configuration.

email_host

The host name of the email server

example

email_protocol

The protocol for the email server

smtp

email_address

The email address of the user

test@test.te

needs_authentication

The flag indicating whether the corporate email server requires authentication. Valid values are true or false.

true

needs_ssl

The flag indicating whether an SSL connection is required. Valid values are true or false.

false

email_host_port

The port where the email server listens

5555

email_user

User name for the email account

The email user needs to be provided even though email is not configured.

test

email_password

The absolute path of a secure file containing the password for the user of the email server. (Only required if needs_authentication is true.). The secure file containing the password for the user should contain the password in clear text and not an obfuscated password.

The email password needs to be provided even though email is not configured.

/scratch/biplatform/cloning/password_email.txt

Properties in the DATAWAREHOUSE-CONFIGURATION configGroup:

Data Warehouse configuration

jdbc.url

The URL to connect to the Data Warehouse

jdbc:oracle:thin:@example.com:1521/example.com

jdbc.driver

The name of the JDBC driver

oracle.jdbc.driver.OracleDriver

Username

The user name used to connect to the Data Warehouse

IMPORT_DW

Password File

The absolute path of a secure file containing the password for the user to connect to the Data Warehouse. You must provide a password file, even if you are not changing the configuration.

/scratch/biplatform/cloning/password_DW.txt

Properties in the INFORMATICA-CONFIGURATION configGroup:

Informatica configuration

Informatica server home

The Informatica server home

/scratch/infahome/

Domains infa file location

The domain's infa file location

/scratch/infahome/domains.info

InformaticaParameterFileLocation

The directory where the Informatica parameter files are stored (or DEFAULT)

DEFAULT

Properties in the DATASOURCES-CONNECTION-DETAILS configGroup:

Data source connection information

type

The physical data source type. Possible values are: Source, Warehouse, Informatica Repository, DAC Repository, or Other.

Source

Connection Type

The type of database connection. Possible values are: BI Server, Oracle (OCI8), Oracle (Thin), DB2, DB2-390, MSSQL, Teradata, and Flat File.

Oracle (Thin)

Connection String

The data source connection string. If you are using:

  • Oracle (OCI8): Use the tnsnames.ora file entry.

  • Oracle (Thin): Use the instance name. SQL Server: Use the database name.

  • DB2-UDB/DB2-390: Use the connect string as defined in the DB2 configuration.

  • Teradata: Use the database name.

orcl.example.com

Table Owner

The name of the table owner

DB_USER

Host

The host name of the server where the database resides

example.com

Port

The port where the database receives requests

1521

JDBC Driver (Optional)

The JDBC driver for the data source connection. The value in this field must conform to the database specifications.

oracle.jdbc.driver.OracleDriver 

URL (Optional)

The JDBC URL for the data source connection. The value in this field must conform to the database specifications.

jdbc:oracle:thin:@example.com:1521/orcl.example.com

Password File

The absolute path of a secure file containing the password for the user to connect to data source. You must provide a password file, even if you are not changing the configuration.

/scratch/biplatform/cloning/password_ds.txt

Connection Pool Name (BIPool)

The connection pool name

FSCM_OLTP."Connection Pool"

Database Type (BIPool)

Database type of the transactional data source

Oracle

Properties in the EXTERNAL-EXECUTORS configGroup:

External executors configuration

Execution type

The execution type for the tasks that will be executed by the external executor

ODI 11g Embedded Agent

name

The name of the property that must be configured to integrate DAC with other Extract, Transform, and Load (ETL) tools. There are multiple properties for the external executors. Name is the name of the property. Value is the value that defines the property.

<name>ODIUser</name> 
<value>TestUser</value>

Table 17-18 describes the move plan properties that you can change for Oracle Essbase.

Table 17-18 Move Plan Properties for Oracle Essbase

Properties Description Example

Properties in the EssbaseAgentConfig configGroup:

Oracle Essbase configuration.

 

EssbaseAdminUserName

The administration user name for Oracle Essbase

weblogic

EssbaseAdminPassword

The absolute path of a secure file containing the password for the Oracle Essbase administration password

/scratch/oracle/essbase_passwd.txt

Properties in the ASOAppsTableSpaceCustomizations configGroup:

Aggregate Storage (ASO) application configuration.

Each aggregate storage (ASO) application has a name and Table Space property, followed by the properties in the configGroup.

 

file_location

The absolute path of the application file

/scratch/oracle/aso

Properties in the BSOAppsDiskVolumeCustomizations configGroup:

Block Storage (BSO) application configuration.

Each Essbase block storage (BSO) application has a name and database name property, followed by the properties in the configGroup.

 

volume

The location of the disk volume

/scratch/biplatform

file_type

The file type of the disk volume, such as index, data, or index_data

index_data

Table 17-19 describes the move plan properties that you can change for the EPM Registry.

Table 17-19 Move Plan Properties for the EPM Registry

Properties Description Example

Properties in the reg.properties configGroup:

EPM Registry

 

jdbc.url

The URL to connect to the EPM Registry database

jdbc:oracle:thin:@example.com:1570/db20258

jdbc.driver

The name of the JDBC driver

oracle.jdbc.OracleDriver

username

The user name used to connect to the EPM database

FUSION_BIPLATFORM

password

The absolute path of a secure file containing the password for the user to connect to the EPM database. You must provide a password file, even if you are not changing the configuration.

/scratch/biplatform/password_epm_jdbc.txt

Properties in the EPM_COMPONENTS configGroup, in the DATABASE_CONN configProperty:

EPM components configuration

host

The database server host name

example.com

dbUserName

The database user name

FUSION_BIPLATFORM

dbJdbcUrl

The JDBC URL to connect to the database

jdbc:oracle:thin:@example.com:1570/db20258

dbName

The database name. For Oracle Database, use the service name or SID

db20258

dbPort

The database port number

1570

dbPassword

The absolute path of a secure file containing the password for the user to connect to the database. You must provide a password file, even if you are not changing the configuration.

/scratch/biplatform/password_epm_db.txt

Properties in the EPM_COMPONENTS configGroup, in the Default configProperty:

EPM components configuration.

 

host

The host name of the front-end web server or load balancer

example2.com

port

The port of the front-end web server or load balancer. This is a subentry to the Default property.

10621

isSSL

The flag indicating whether the front end is in SSL mode. Valid values are true and false.

false

SSLPort

The SSL port of the front-end web server or load balancer

10218

Properties in the WORKSPACE_APP configProperty:

Workspace configuration.

 

host

The host name of the server hosting the Workspace web application

example.com

port

The port where the Workspace web application is running

10217

SSLPort

The SSL port (if configured for SSL) where the Workspace web application is running

10218

Properties in the EPM_COMPONENTS configGroup, in the WEB_SERVER configProperty:

Web server configuration.

host

The host name of the web server that the web application is configured to use

example.com

port

The port where the web application is running

10217

isSSL

The flag indicating whether the front end is in SSL mode. Valid values are true and false.

false

Properties in the EPM_COMPONENTS configGroup, in the CALC_WEBAPP configProperty:

EPM components configuration

host

The host name of the server hosting the Oracle Calculation Manager web application

example.com

port

The port where the Oracle Calculation Manager web application is running

10217

SSL_Port

The SSL port (if configured for SSL) where the Oracle Calculation Manager web application is running

10218

name

The name of the Oracle Essbase cluster. There may be more than one cluster

EssbaseCluster-1

Properties in the essbaseservern configProperty:

Oracle Essbase server

host

The host name of the Oracle Essbase server

example.com

arborPath

The ARBORPATH of the Oracle Essbase server

/scratch/rmunugal/shared_essbase

ess_AppLocation

The location of the Oracle Essbase application location

/scratch/biplatform/instances/instance1/Essbase/essbaseserver1

agent_PortNumber

The agent port number of the Oracle Essbase server

9511

agent_StartPort

The start of the range of ports used by agent for Oracle Essbase server

9000

agent_StopPort

The end of the range of ports used by agent for Oracle Essbase server

9499

Properties in the BIEE_WEBAPP configProperty:

Oracle BI EE Web application configuration.

host

The host name of the server hosting the Oracle BI EE web application.

example.com

port

The port where the Oracle BI EE web application is running

10217

SSL_Port

The SSL port (if configured for SSL) where the Oracle BI EE web application is running

10218

Properties in the PROVIDER_SERVICES_WEB_APP configProperty:

The Oracle Essbase APS Web application configuration

host

The host name of the server hosting the Oracle Essbase APS web application

example.com

port

The port where the Oracle Essbase APS web application is running

10217

SSL_Port

The SSL port (if configured for SSL) where the Oracle Essbase APS web application is running

10218

Properties in the PFINANCIAL_REPORTING_WEB_APP configProperty:

The Financial Reporting Web application configuration.

host

The host name of the server hosting the Financial Reporting web application.

example.com

port

The port where the Financial Reporting web application is running

10217

SSL_Port

The SSL port (if configured for SSL) where the Financial Reporting web application is running

10218

Table 17-20 describes the move plan properties that you can change for Oracle BI Action Framework

Table 17-20 Oracle BI Action Framework

Properties Description Sample Value

Property in the location-alias configGroup:

Action Framework configuration.

 

alias_name

The URL corresponding to the action name

Note that there may be more than one name/value pair

http://adc10001.us.oracle.com:9704/analytics

17.6.6.5 Editing Oracle Data Integrator Properties

You must modify the move plan to specify the Oracle Data Integrator properties for the target environment before you apply the copied configurations from the source environment to the target environment.

Table 17-21 describes the Oracle Data Integrator properties. Edit the values of each property.

Table 17-21 Oracle Data Integrator Properties

Configuration Group Property Description Sample Value

Master Repository

Master Repository Id

ODI Master Repository ID. It should be different than source repository ID

502

 

SUPERVISOR password file

Password for the SUPERVISOR user in ODI repository when target ODI repository was created.

/scratch/tank/src_bin/passwd_for_SUPERVISOR.txt

Physical Data Servers

Schema name

Directory location for the data source of "file" technology

/temp

 

Work schema

Directory location for the data source of "file" technology

/temp

 

Driver Class

Drive class for "Oracle" technology

oracle.jdbc.RedDriver

 

Url

JDBC URL for connecting to the data server

jdbc:red:thin:@abc1230000:1521:lion

 

User

User name for the physical data servers connection

fox_odi

 

Password File

Password file for the physical data servers connection

/scratch/tank/src_bin/passwd_fox_odi.txt

Agents

Host name

Agent host name

localhost

 

Host port

Agent host port

12311


17.6.6.6 Editing Oracle Enterprise Crawl and Search Framework Properties

The Oracle Enterprise Crawl and Search Framework (ECSF) seed data (data in the ECSF tables) is moved from the source environment to the target environment using the configuration scripts. Running the copyConfig script creates a configuration archive that contains the snapshot of the ECSF seed data. The extractMovePlan script extracts the environment specific ECSF configuration properties from the source environment into the move plan. You must modify the move plan to specify the ECSF parameter values for the target environment before you execute the pasteConfig script.

ECSF plug-in execution varies from domain to domain. In the CommonDomain domain, it extracts all the data from ECSF tables from source database and imports the data into the target database. In the CRMDomain, HCMDomain, and FinancialDomain domains, if the corresponding search service component is active, it updates certain records specified in the move plan. The plug-in does not do anything in other domains.

Table 17-22 describes the ECSF properties. Edit the values of the ECSF properties in the move plan.

Table 17-22 ECSF Properties

Property Description Sample Value

SES_ADMIN_SERVICE

URL to Oracle SES administrative web service end point.

http://example.com:12345/search/api/admin/AdminService

SES_QUERY_SERVICE

URL to Oracle SES Query web service end point.

http://example.com:12345/search/query/OracleSearch

ECSF_DATA_SERVICE

URL to ECSF servlets. This URL is used to construct config feeds for Oracle SES.

http://example.com:67890/crmSearch/searchfeedservlet

ECSF_SECURITY_SERVICE

URL to ECSF servlets. This URL is used to construct config feeds for Oracle SES. ECSF runtime URL and ECSF Security Service URL can be set to two different servers, which is also what Oracle SES supports.

http://example.com:67890/crmSearch/searchfeedservlet

ECSF_REDIRECT_SERVICE

URL to ECSF feed servlets. This URL is used to redirect drilldowns or actionable results.

http://example.com:67890/crmSearch/searchfeedservlet


Note:

Any properties that are internally derived do not appear in the move plan.

17.6.6.7 Editing Oracle Enterprise Scheduler Properties

Modify the move plan by editing the environment.properties specific entries within the movableComponent of type ESS-EXT according to the target environment.

Table 17-23 describes the Oracle Enterprise Scheduler properties. Edit the following properties, if available in move plan. If one or more properties are not available, they will be auto-populated in the environment.properties file of the target environment. Most of the properties with values relative to target environment's Middleware Home are derived automatically by the plug-in.

Note:

You do not need to change the value of the ID attribute in configProperty that corresponds to location of the environment.properties file.

Table 17-23 ESS Properties

Property Description Sample Value

ESSBASEPATH

The top level directory of the product

/net/mount1/appbase/fusionapps/bi/clients/epm/Essbase/EssbaseRTC

LD_LIBRARY_PATH

Colon separated set of library directories

/net/prod/oracle/lib:/usr/openwin/lib:/usr/dt/lib

ORACLE_CSF_WALLET_LOC

The CSF wallet location in the Oracle Fusion Applications Middleware home

file:/net/mount1/appbase/fusionapps/wlserver_10.3/server/lib

ORACLE_JPS_CONFIG_LOC

The location of the jps-config.xml file in the product family domain directory. You must provide the value for only one product family domain, and it can be from any of the domains.

/net/mount1/appbase/instance/domains/abc05.us.example.com/FinancialDomain/config/fmwconfig/jps-config.xml

PATH

The full path of the spawned job. In Windows environments, PATH must include all directories that are normally part of LD_LIBRARY_PATH.

/usr/local/bin:/bin:/usr/bin:/net/prod/oracle/bin

PAY_TOP

The top level directory of the product

/net/mount1/appbase/fusionapps/applications/thirdparty/hcm/vertex

TWO_TASK

The TNS name identifying the database to which spawned jobs should connect. In Windows environments, the environment variable is LOCAL.

proddb

VERTEX_TOP

The top level directory of the product

/net/mount1/appbase/fusionapps/applications/thirdparty/hcm/vertex


17.6.6.8 Editing Oracle Global Order Promising Properties

You must modify the move plan to specify the Oracle Global Order Promising properties for the target environment before you apply the copied configurations from the source environment to the target environment.

Table 17-24 describes the Oracle Global Order Promising property you must edit.

Table 17-24 Editing Oracle Global Order Promising Properties

Property Description Sample

GOPServerPort

Global Order Promising Server listen port

39000


17.6.6.9 Editing Oracle SES Properties

You must modify entries in the move plan to change the writable attributes of configuration properties (configProperty) such as server names, user names, passwords, and so on for the target environment before you apply the copied configurations from the source environment to the target environment.

Table 17-25 describes the Oracle SES properties. Edit the values of these properties in the move plan.

Note:

Oracle SES is dependent on the SEARCH_TOP property of the ESS-EXT component. You must modify the value of the SEARCH_TOP property. For information, see Section 17.6.6.

Table 17-25 Oracle SES Properties

Configuration Group Property Description Sample Value

identityPlugin

HTTP endpoint for authentication

The HTTP endpoint for authentication. This is the URL for the search application deployment endpoint for the Oracle Fusion customer.

http://abcdef05.us.example.com:10615/crmSearch/searchfeedservlet/SecurityService

userDefinedSource

Configuration URL

The file or HTTP URL of the configuration file. For Oracle Fusion sources, the value is the URL for the search application deployment endpoint. For WebCenter sources, the value is the WebCenter RSS crawl servlet endpoint.

For Oracle Fusion sources:

http://abcdef05.us.example.com:10615/crmSearch/searchfeedservlet/oracle.apps.contracts.dashBoard.textSearch.publicModel.view.ContractHeaderSearchVO/ConfigFeed?engineInstId=100010032752886

For WebCenter sources:

http://abcdef05.us.example.com:10613/rsscrawl?excludedServiceIds=oracle.webcenter.peopleconnections.profile

For WebCenter Content sources:

http://abcdef05.us.example.com:10613/cs/idcplg?IdcService=SES_CRAWLER_DOWNLOAD_CONFIG&source=default

 

Oracle SSO Login URL

(Optional) The Oracle Single Sign-On login URL that protects all Oracle Single Sign-On applications. This parameter is relevant when the authentication type is ORASSO.

https://login.example.com/mysso/signon.jsp

 

Oracle SSO Action URL

(Optional) The Oracle Single Sign-On action URL that authenticates Oracle Single Sign-On user credentials. This is the URL to which the Oracle Single Sign-On login form is submitted. This parameter is relevant when the authentication type is ORASSO.

https://login.example.com/sso/auth

 

Scratch Directory

(Optional) Local directory where status files can be temporarily written

/net/adc12345/dir123

 

Database Connection String

The JDBC connect string for the database

jdbc:wolf:thin:@xyz2120830.us.example.com:1521/ntlywcdb

 

Password

The password to log in to the database

 
 

URL Prefix

The prefix to the content of the URL column to form display URL. For Oracle WebCenter sources, use the Oracle WebCenter instance URL.

http://abcdef05.us.example.com:10613/webcenter

authorizationPlugin

HTTP endpoint for authorization

The HTTP endpoint for Oracle Fusion authorization. For Oracle Fusion sources, the value is the URL for the search application deployment endpoint.

For Oracle Fusion sources:

http://abcdef05.us.example.com:10615/crmSearch/searchfeedservlet/SecurityService?engineInstId=100010032752886

For WebCenter Content sources:

http://abcdef05.us.example.com:10613/cs/idcplg

 

Display URL prefix

(Optional) The HTTP host to prefix the access URL to form the display URL. For Oracle Fusion sources, the value is the URL for the search application deployment endpoint.

For Oracle Fusion sources:

http://abcdef05.us.example.com:10615/crmSearch/searchfeedservlet/Redirect

For WebCenter Content sources:

http://abcdef05.us.example.com:10613/cs

 

Authorization Endpoint

The URL servicing the lookup of authorization information. For WebCenter sources, the value is the WebCenter auth servlet endpoint.

http://abcdef05.us.example.com:10613/sesUserAuth

 

Authorization Database Connection String

The JDBC connect string for the database

jdbc:wolf:thin:@xyz2120830.us.example.com:1521/ntlywcdb

 

Password

The password to log in to the database.

 

docServiceInstance

WebCenter URL Prefix

The prefix to the content of the URL column to form the display URL. For WebCenter sources, use the WebCenter instance URL.

http://abcdef05.us.example.com:10613/webcenter


17.6.6.10 Editing Oracle Topology Manager Properties

Configuration information for Oracle Topology Manager is moved from a source environment to a target environment using the configuration scripts. However, you must modify the move plan to specify the Oracle Topology Manager properties for the target environment before you apply the copied configurations from the source environment to the target environment.

Table 17-26 describes the Oracle Topology Manager properties. Edit the values of each property.

Table 17-26 Oracle Topology Manager Properties

Configuration Group Property Description Sample Value

deployed-application

external-server-protocol

Protocol used by the external server for this deployed application

http

 

external-endpoint-host

Host name of the external server for this deployed application

fusionapps-systemfin-us.example.com

 

external-endpoint-port

Port number of the external server for this deployed application

80

 

default-url

Default URL for this deployed application

http://fusionapps-systemfin-us.example.com:80

deployed-app-without-domain

external-server-protocol

Protocol used by the external server for this deployed application

http

 

external-endpoint-host

Host name of the external server for this deployed application

fusionapps-systemfin-us.example.com

 

external-endpoint-port

Port number of the external server for this deployed application

80

 

default-url

Default URL for this deployed application

http://fusionapps-systemfin-us.example.com:80

deployed-domain

admin-server-name

Name of the administrator server for this domain

AdminServer

 

admin-server-protocol

Protocol used by the administrator server for this domain

http

 

admin-host

Administrator server host name for this domain

serverhost.us.example.com

 

admin-port

Administrator server port number for this domain

7101

 

internal-server-protocol

Protocol used by the internal server for this domain

http

 

internal-endpoint-host

Host name of the internal server for this domain

hostname.us.example.com

 

internal-endpoint-port

Port number of the internal server for this domain

7102

 

external-server-protocol

Protocol used by the external server for this domain

https

 

external-endpoint-host

Host name of the external server for this domain

fusionapps-systemfin-us.example.com

 

external-endpoint-port

Port number of the external server for this domain

80

 

node-manager-protocol

Protocol used by the node manager for this domain

https

 

node-manager-port

Port number of the node manager for this domain

5556

 

jmx-port

JMX port number for this domain

9001

 

em-home-url

Full path of the location where Oracle Enterprise Manager is hosted for this domain

http://emhome.us.example.com:7101/em

deployed-environment

name

Name of the environment

oracle


17.6.6.11 Editing Oracle WebCenter Content: Imaging Properties

You must modify the move plan to specify the Oracle WebCenter Content: Imaging properties for the target environment before you apply the copied configurations from the source environment to the target environment.

Table 17-27 describes the Imaging properties. Edit the values of each property.

Table 17-27 Oracle WebCenter Content: Imaging Properties

Configuration Group Property Description Sample Value
 

AdminUser

Administrative user ID used during the pasteConfig operation to seed system security. If left blank, the domain administrator user provided on the pasteConfig command line is used. This property should be used for situations where the Oracle I/PM administrative user must be a user other than the domain administrator. For example, during a pasteConfig operation, the Oracle I/PM database being used for the target has rows in the SYSTEM_SECURITY table. These rows grant system security privileges to the user FUSION_APPS_PROV_PATCH_APPID and no other users or groups. Therefore, for this case, you would set this value to FUSION_APPS_PROV_PATCH_APPID.

FUSION_APPS_PROV_PATCH_APPID

MBean Settings

InputAgentInputDirectories

A comma separate list of directories where input sources look for work

IPM/InputAgent/Input

 

InputSampleDirectory

Directory that holds the sample data for the input UI

IPM/InputAgent/Input/Samples

 

RenderGDFontPath

Location of the TrueType (TTF) font files used by the OIT rendering package

/usr/share/X11/fonts/TTF

UCM Connection

repository.machine

Location of the repository. The value must be localhost if the connection is configured for "Use Local Content Server."

localhost

 

repository.port

WebCenter Content server port used when the local content server is used. If not using local content server connection, remove the configuration property.

4444

 

repository.useSSL

Specifies (true or false) whether the connection to WebCenter Content systems use SSL.

false

WORKFLOW Connection

bpel.front.address

HTTP Front End Address used in the IPM SOA: Connection Settings UI

http://abc1234567:8001

 

bpel.csf.key

Credential alias used in the IPM SOA: Connection Settings UI

basic.credentials


17.6.7 Applying the Configurations to the Target Environment

Apply the copied configurations from the source environment to the target environment by running the pasteConfig script for each source entity (for example, Oracle WebLogic Server domain, OHS instance, or Node Manager) separately, using the same modified move plan. You must run the pasteConfig script on the target environment.

Run the pasteConfig script for the source entities in the following order:

  1. CommonDomain

  2. Oracle Fusion Applications domains, such as CRMDomain and FinancialDomain

  3. All system component instances

  4. All Node Managers

For Oracle WebLogic Server domains, run the pasteConfig script on the Administration Server host. For system components like OHS, run the script on the host where that component runs. For Node Manager, run the script on each host.

This section covers the following topics:

Note:

If you extracted multiple move plans, you must use the move plan corresponding to each domain or system component instance.

17.6.7.1 Running pasteConfig for Oracle WebLogic Server Domains

Running pasteConfig applies the copy of the source Oracle WebLogic Server Java EE component to the target environment by unpacking and recreating the domain configuration, MDS, and component-specific configuration into the specified Middleware home.

Note:

Make sure the Oracle WebLogic Server administrator user name is the same on both source and target environments. The password will be the same across the environments if the authenticator is on an embedded LDAP, but the password can be different if the authenticator is on an external LDAP. The hostname and listen port of any server can be different on the target environment, and you can modify those entries accordingly in the move plan.

You can only invoke pasteConfig once for each target entity (that is, Oracle WebLogic Server domain, OHS instance, or Node Manager). If you need to rerun pasteConfig on the same target entity, you must clean up the target environment before invoking pasteConfig again. For information about cleaning up target entities, see Section 24.1.9.

Use the following syntax to run pasteConfig for Oracle WebLogic Server domains:

pasteConfig  -javaHome path_of_jdk 
             -archiveLoc archive_location
             -targetDomainLoc trgt_domain_path
             -targetMWHomeLoc trgt_Middleware_Home_path
             -domainAdminPassword path_of_file_with_domain_admin_server_user_password
             -movePlanLoc move_plan_path
             -appDir WLS_application_directory]
             [-logDirLoc log_dir_path]
             [-silent {true | false}]

The following example shows how to apply the copy of the domain to the /fusionapps Middleware home:

pasteConfig -javaHome USER_HOME/jrockit_160_20_D1.0.1-1705/
            -archiveLoc /FIN_T2P/FIN_FinancialDomain1.jar
            -targetDomainLoc /net/mount2/instance/domains/server_name/FinancialDomain
            -targetMWHomeLoc /net/mount1/appbase/fusionapps
            -domainAdminPassword /home/oracle/password.txt
            -movePlanLoc /FIN_T2P/moveplan.xml
            -appDir /net/mount2/instance/applications/FinancialDomain
            -logDirLoc /FIN_T2P/logs
            -silent true

/net/mount1/appbase represents the top level applications base directory for binaries, while /net/mount2 represents the top level applications configuration directory for configuration files.

Table 17-28 describes the options for the pasteConfig script for Oracle WebLogic Server Java EE components.

Table 17-28 Options for the pasteConfig Script for Oracle WebLogic Server Java EE Components

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-targetDomainLoc

-tdl

The absolute path of the target domain. The domain location must not already exist for the specified Middleware home.

The domain directory may be located outside of the directory structure of the Middleware home.

Mandatory

-targetMWHomeLoc

-tmw

The absolute path of the target Middleware home in which the copy of the domain will be applied.

Mandatory

-domainAdminPassword

-dap

The absolute path of the file containing the domain Administration Server user password.

Mandatory

-movePlanLoc

-mpl

The absolute path of the modified move plan in the target environment.

Mandatory

-appDir

-ad

The absolute path of the Oracle WebLogic Server application directory on the target.

Optional

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional


17.6.7.2 Running pasteConfig for System Components

Running pasteConfig applies the copy of a system component, such as OHS, to the target environment by pasting the configuration files of the source component into the specified Oracle instance.

Note:

You must use an Oracle home that contains the OHS binaries when you paste the OHS configuration files into the specified Oracle instance.

Use the following syntax to run pasteConfig for system components:

pasteConfig  -javaHome path_of_jdk 
             -archiveLoc archive_location
             -movePlanLoc move_plan_path
             -targetComponentName trgt_component_name 
             -targetInstanceHomeLoc trgt_Instance_path 
             [-targetInstanceName trgt_Instance_name] 
             [-targetOracleHomeLoc trgt_ORACLE_HOME_path]
             [-silent {true | false}]
             [-logDirLoc log_dir_path]
             [-domainHostName domain_host_name]
             [-domainPortNum  domain_port_number]
             [-domainAdminUserName domain_admin_username]
             [-domainAdminPassword domain_admin_password_file]

The following example shows how to apply the copy of the OHS instance to the Oracle instance CommonDomain_webtier and how to name the moved OHS instance ohs1:

pasteConfig -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/
            -archiveLoc /FIN_T2P/FIN_CommonDomain_webtier4.jar
            -movePlanLoc /FIN_T2P/moveplan.xml
            -targetComponentName ohs1
            -targetInstanceHomeLoc /net/mount2/instance/CommonDomain_webtier
            -targetInstanceName CommonDomain_webtier
            -targetOracleHomeLoc /net/mount1/appbase/webtier_mwhome/webtier
            -silent true
            -logDirLoc /FIN_T2P/logs

/net/mount1/appbase represents the top level applications base directory for binaries, while /net/mount2 represents the top level applications configuration directory for configuration files.

Table 17-29 describes the options for the pasteConfig script for system components.

Table 17-29 Options for the pasteConfig Script for System Components

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-movePlanLoc

-mpl

The absolute path of the modified move plan in the target environment.

Mandatory

-targetComponentName

-tcn

The name of the target component to be moved. The name must be unique in the instance.

Mandatory

-targetInstanceName

-tin

The name of the target Oracle instance.

The name must be unique in the domain.

Mandatory for OHS

-targetInstanceHomeLoc

-tih

The absolute path of the target Oracle instance.

If the Oracle instance does not exist at that location, the command creates the instance.

Mandatory

-targetOracleHomeLoc

-toh

The absolute path of the target Oracle home.

The target Oracle home must exist and it must contain the binaries for the component you are moving.

Optional, if the targetInstanceHomeLoc exists. In this case, the operation retrieves the value from the configuration.

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional

Domain-Detail Options

 

These parameters are optional. If you choose to use the domain parameters, you must use all four parameters.

 

-domainHostName

-dhn

The name of the host on which the domain is configured.

Use this option if you want to register the component with the domain.

Optional, if you do not want to register the component with the domain.

-domainPortNum

-dpn

The port number of the domain.

Use this option if you want to register the component with the domain.

The domain port number is listed in the following file as the adminPort.

ORACLE_INSTANCE/config/OPMN/opmn/instance.properties

For example:

adminPort=7001

Optional, if you do not want to register the component with the domain.

-domainAdminUserName

-dau

The name of the administrative user for the domain. For example, faadmin.

Optional, if you do not want to register the component with the domain.

-domainAdminPassword

-dap

The password file for the administrative user for the domain. For example, /FIN_T2P/domain_admin_server_pw.txt.

Use this option if you want to register the component with the domain.

Optional, if you do not want to register the component with the domain.


17.6.7.3 Running pasteConfig for Node Manager

Running pasteConfig applies the copy of Node Manager to the target environment by pasting the configuration files of the source Node Manager into the specified Node Manager home.

Note:

All the domains that are to be managed by the Node Manager should be moved before applying the copy of Node Manager to the target environment, and the Administration Server must be in running state.

After running pasteBinary, if the Node Manager directory exists in WL_HOME/common/nodemanager then remove it before running pasteConfig.

Use the following syntax to run pasteConfig for Node Manager on each machine within the topology in the target environment:

pasteConfig  -javaHome path_of_jdk 
             -archiveLoc archive_location
             -targetNMHomeLoc trgt_Node_Manager_Home_path 
             -targetMWHomeLoc trgt_Middleware_Home_path 
             -movePlanLoc move_plan_path
             [-logDirLoc log_dir_path]
             [-silent {true | false}]

The following example shows how to apply the copy of Node Manager to the Node Manager home located in CommonDomain_webtier:

pasteConfig -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/
            -archiveLoc /tmp/a.jar
            -targetNMHomeLoc /net/mount1/appbase/fusionapps/wlserver_10.3/common/nodemanager/xyz456.us.example.com
            -targetMWHomeLoc /net/mount1/appbase/fusionapps/
            -movePlanLoc /FIN_T2P/moveplan.xml
            -silent true

Table 17-30 describes the options for the pasteConfig script for Node Manager.

Table 17-30 Options for the pasteConfig Script for Node Manager

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-d64

None

If the operating system is 64-bit UNIX, pass the -d64 option to the scripts in the command line.

To set the runtime property, you can specify the -d64 option in the T2P_JAVA_OPTIONS environment variable. For example:

setenv T2P_JAVA_OPTIONS "-d64 -Djava.io.tmpdir=/home/t2p/temp"

Optional

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-targetNMHomeLoc

-tnh

The absolute path of the target Node Manager.

Mandatory

-targetMWHomeLoc

-tmw

The absolute path of the target Middleware home in which the copy of Node Manager will be applied.

Mandatory

-movePlanLoc

-mpl

The absolute path of the modified move plan in the target environment.

Mandatory

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional


17.6.7.4 Running pasteConfig for Oracle BI Enterprise Edition

You paste the configuration of the following Oracle BI Enterprise Edition components:

  • Oracle BI Server

  • Oracle BI Presentation Services

  • Oracle BI Cluster Controller

  • Oracle BI Scheduler

  • JavaHost

  • Oracle Essbase server, if it is installed in your environment

Running pasteConfig applies the copy of Oracle BI Enterprise Edition to the target environment by pasting the configuration files of the source Oracle BI Enterprise Edition into the specified Oracle BI Enterprise Edition home.

Use the following syntax to run pasteConfig for Oracle BI Enterprise Edition on each machine within the topology in the target environment:

pasteConfig  -javaHome path_of_jdk 
             -archiveLoc archive_location
             -targetInstanceHomeLoc trgt_Node_Manager_Home_path 
             -targetInstanceName trgt_Instance_name 
             -targetOracleHomeLoc trgt_Middleware_Home_path 
             -domainHostName domain_host_name
             -domainPortNum domain_port_number
             -domainAdminUserName domain_admin_user_name
             -domainAdminPassword domain_admin_password_file
             [-silent {true | false}]
             [-logDirLoc log_dir_path]

The following example shows how to apply the copy of Oracle BI Enterprise Edition to the Oracle BI Enterprise Edition home located in /net/mount1/appbase/instance/BIInstance on UNIX:

pasteConfig -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/ 
            -archiveLoc /FIN_T2P/BIInstance.jar 
            -targetInstanceHomeLoc /net/mount1/appbase/instance/BIInstance
            -targetInstanceName BIInstance 
            -targetOracleHomeLoc /net/mount1/appbase/fusionapps/bi 
            -domainHostName server.us.example.com
            -domainPortNum 10201 
            -domainAdminUserName faadmin 
            -domainAdminPassword /tmp/welcome1.txt -silent true

Table 17-31 describes the options for the pasteConfig script for Oracle BI Enterprise Edition.

Table 17-31 Options for the pasteConfig Script for Oracle BI Enterprise Edition

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-targetInstanceHomeLoc

-tih

The absolute path of the target Oracle instance.

If the Oracle instance does not exist at that location, the command creates the instance

Mandatory

-targetInstanceName

-tin

The name of the target Oracle instance.

The name must be unique in the domain.

Mandatory

-targetOracleHomeLoc

-toh

The absolute path of the target Oracle home.

The target Oracle home must exist and it must contain the binaries for the component you are moving.

Mandatory

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional

Domain-Detail Options

 

These parameters are optional. If you choose to use the domain parameters, you must use all four parameters.

 

-domainHostName

-dhn

The name of the host on which the domain is configured.

Mandatory

-domainPortNum

-dpn

The port number of the source domain.

Mandatory

-domainAdminUserName

-dau

The name of the administrative user for the source domain.

Mandatory

-domainAdminPassword

-dap

The password file location for the administrative user for the domain.

Mandatory


17.6.7.5 Running pasteConfig for Oracle Global Order Promising Server Instance

Running pasteConfig applies the copy of the Oracle Global Order Promising Server configuration files on the source environment to the target environment.

Use the following syntax to run pasteConfig for Oracle Global Order Promising Server on each computer within the topology in the target environment:

pasteConfig  -javaHome path_of_jdk 
             -archiveLoc archive_location 
             -movePlanLoc move_plan_path 
             -targetInstanceHomeLoc target_instance_path
             -movePlanLoc move plan_path
             -targetComponentName GlobalOrderPromisingServer1
             -targetInstanceHomeLoc trgt_Instance_path
             -targetInstanceName gop_1
             -targetOracleHomeLoc trgt_ORACLE_HOME_path
             -domainHostName domain_host_name
             -domainPortNum domain_port_number
             -domainAdminUserName domain_admin_user_name
             -domainAdminPassword domain_admin_password_file
           [-logDirLoc existing_log_directory_location] 
           [-silent {true | false}]

The following example shows a sample pasteconfig operation configuration for an Oracle Global Order Promising Server instance:

pasteConfig -javaHome USER_HOME/jrockit_160_17_R28.0.0-679/ 
            -archiveLoc USER_HOME/gop_1.jar 
            -movePlanLoc USER_HOME/t2pPlans/moveplan.xml
            -targetComponentName GlobalOrderPromisingServer1
            -targetInstanceHomeLoc /net/mount1/appbase/instance/gop_1
            -targetInstanceName gop_1 
            -targetOracleHomeLoc /net/mount1/appbase/fusionapps/gop
            -logDirLoc USER_HOME/clone_logs 
            -silent false 
            -domainHostName server.us.example.com
            -domainPortNo 7051 
            -domainAdminUserName weblogic 
            -domainAdminPassword USER_HOME/p1.txt

Table 17-32 describes the options for the pasteConfig script for Oracle Global Order Promising Server.

Table 17-32 Options for the pasteConfig Script for Oracle Global Order Promising Server

Option Shortcut Description Mandatory or Optional?

-javaHome

None

The absolute path of the Java Developer's Kit.

Mandatory

-archiveLoc

-al

The absolute path of the archive location. Use this option to specify the location of the archive file created by the copyConfig script.

Mandatory

-movePlanLoc

-mpl

The absolute path of the modified move plan in the target environment.

Mandatory

-targetComponentName

-tcn

The name of the existing component which will be archived, GlobalOrderPromisingServer1.

Mandatory

-targetInstanceHomeLoc

-tin

The absolute path of the Oracle Global Order Promising Server instance for the source component.

Mandatory

-logDirLoc

-ldl

The location of an existing directory. A new log file is created in the directory.

Optional

-silent

None

Specifies whether the operation operates silently. That is, it does not prompt for confirmation. The default is that the operation prompts for confirmation. To specify that it not prompt for confirmation, specify this option with the value of true.

Optional

Domain-Detail Options

     

-domainHostName

-dhn

The name of the host on which the domain is configured.

Mandatory

-domainPortNum

-dpn

The port number of the source domain.

Mandatory

-domainAdminUserName

-dau

The name of the administrative user for the domain. For example, faadmin.

Mandatory

-domainAdminPassword

-dap

The password file location for the administrative user for the domain.

Mandatory


17.6.8 Completing the Component-Specific Configuration Move

Moving the Oracle WebLogic Server domains from a source environment to a target environment also moves some Oracle Fusion Middleware components, but additional tasks are required for completing the move.

17.6.8.1 Moving Oracle BI Enterprise Edition Components

To complete the movement of Oracle BI EE, perform the following tasks:

Task 1   Update the App ID passwords

If the passwords for following App IDs are not properly provided in move plan, you must the update target environment with the new passwords:

  • FUSION_APPS_PROV_PATCH_APPID

  • FUSION_APPS_PRC_BI_APPID

  • FUSION_APPS_BI_APPID

To update the APP ID passwords:

  1. Obtain the APP ID passwords through the credential store. Execute the following Execute following listCred commands to retrieve passwords for FUSION_APPS_PROV_PATCH_APPID, FUSION_APPS_PRC_BI_APPID, and FUSION_APPS_BI_APPID .

    1. At an operating system command prompt, navigate to the location of the WLST script:

      (UNIX) FA_MW_HOME/oracle_common/common/bin           
      (Windows) FA_MW_HOME\oracle_common\common\bin
      

      FA_MW_HOME is named fusionapps and located under the APPLICATIONS_BASE.

    2. Run the wlst script:

      (UNIX) wlst.sh        
      (Windows) wlst.cmd
      
    3. Connect to Oracle WebLogic Server with the following WLST command:

      connect([options])
      

      See the "connect" section in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

    4. Use the following WLST commands from the fusionapps Middleware directory:

      listCred(map="oracle.patching", key="FUSION_APPS_PATCH_WLS_ADMIN-KEY") 
      listCred(map="oracle.apps.security", key="FUSION_APPS_PRC_BI_APPID-KEY") 
      listCred(map="oracle.apps.security", key="FUSION_APPS_BI_APPID-KEY") 
      

      See the "listCred" section in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

  2. Change JDBC Data for the source configuration for FUSION_APPS_PROV_PATCH_APPID and FUSION_APPS_PRC_BI_APPID .

    In Oracle Fusion Applications, there are two data sources which are configured using APP IDs:

    • BIDomain: BIAnalytics data-source

      User: FUSION_APPS_PROV_PATCH_APPID

    • ProcurementDomain: BIAnalyticsServer data-source

      User: FUSION_APPS_PRC_BI_APPID

    To change JDBC data for the source configuration through the Oracle WebLogic Server Administration Console for the BIDomain and ProcurementDomain domains:

    1. Locate the Change Center in the upper left of the Administration Console screen

    2. Click Lock & Edit to lock the configuration edit hierarchy for the domain.

    3. From the Domain Structure pane, choose Services > Data Sources.

      The Summary of JDBC Data Sources page displays.

    4. In the Data Sources table, click the BIAnalytics data source for the BIDomain domain or BIAnalysticsServer data source for the ProcurementDoamin domain.

    5. Click the Connection Pool sub-tab.

    6. Locate the Password and Confirm Password fields, and modify the passwords.

    7. Click Save.

    8. Restart all the data source's target Managed Servers.

  3. Change repository publishing directory connection pools through the Oracle BI Administration Tool.

    1. Choose Start > Programs > Oracle Business Intelligence > BI Administration.

    2. In the Administration Tool, choose File > Open > Offline.

    3. Navigate to the repository you want to open, and then select Open.

    4. In the Open Offline dialog box, type a valid user ID and password, and then click OK.

      This opens the repository in offline mode. This mode enables you to view and modify a repository while it is not loaded into the Oracle BI Server. If you attempt to open a repository in offline mode while it is loaded into the Oracle BI Server, the repository opens in read-only mode. Only one Administration Tool session at a time can edit a repository in offline mode.

    5. In Physical layer, select an Oracle Fusion application, for example, oracle.apps.crm*, oracle.apps.fscrm*, oracle.apps.hcm*.

    6. Click the connection pool icon in the toolbar.

      Description of t2p_biadmin.gif follows
      Description of the illustration t2p_biadmin.gif

    7. In the Connection Pool dialog, update the new password in the Connection Pool dialog, and then click OK.

    8. Perform sub-steps e through g for other Oracle Fusion applications.

    For more information about the Oracle BI administration Tool, see the section "Before You Begin" in the Oracle Fusion Middleware Metadata Repository Builder's Guide for Oracle Business Intelligence Enterprise Edition (Oracle Fusion Applications Edition).

  4. Upload the newly update repository publishing directory to the BIDomain domain. See the section "Configuring Repositories" in the Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.

Task 2   Enable New Agents

If required, enable new agents. If new agents were created in the source environment, click each agent in the Oracle BI Presentation Services Catalog Manager (in the target environment) to enable it. For more information about enabling new agents, see the "Working with the Properties of Catalog Objects" section of the Oracle Fusion Middleware System Administrator's Guide for Oracle Business Intelligence Enterprise Edition.

17.6.8.2 Moving Oracle BI Applications Components

To complete the movement of Oracle BI Applications, see the section "Moving Oracle BI Applications Using the Full-Movement Scenario," in the Oracle Fusion Middleware Reference Guide for Oracle Business Intelligence Applications.

17.6.8.3 Moving the Oracle Governance, Risk and Controls Client Configuration

If you have custom provisioned Oracle Governance, Risk and Compliance Controls, use an Oracle Fusion Functional Setup Manager task in the target environment to move the Oracle Governance, Risk and Compliance Controls client configuration to the target Oracle Identity Manager server.

To move the GRC configuration:

  1. Sign into Oracle Fusion Applications using a user account provisioned with an enterprise role that inherits the GRC Setup Management Duty role. For example, in the security reference implementation, the IT Security Manager and Application Implementation Consultant job roles inherit this duty role. Contact your security administrator to ensure your user account is provisioned appropriately.

  2. In Oracle Fusion Functional Setup Manager, navigate to the Manage Application Access Controls task and select a GRC setup configuration.

    The Manage Application Access Controls task is included in the Define Governance, Risk and Performance Controls task list, which is visible under the Common Applications... task list only if the offering was configured to include the Governance, Risk and Compliance feature prior to the creation of the implementation project. You can also manually add the task to the implementation project.

  3. Select the desired configuration detail (the one appropriate for the target environment). If none is appropriate, create a new configuration detail for the target environment. For information, see the Oracle Fusion Applications Information Technology Management, Implement Applications Guide.

  4. Perform the Publish to OIM Server action using the configuration detail. This requires the connection information for the Oracle WebLogic Server instance that is hosting the Oracle Identity Manager server.

17.6.8.4 Moving Oracle SES

Source types of portal, email, and mailing list are not moved from the source Oracle SES instance to the target Oracle SES instance. If you purchased an additional Oracle SES license and want to enable search non-Fusion sources, you must create these data sources in the target Oracle SES instance manually using the Oracle SES Administration GUI in the target Oracle SES instance. For information, see the Oracle Secure Enterprise Search Administrator's Guide.

17.6.8.5 Moving Oracle WebLogic Communication Services

Configure the following Oracle WebLogic Communication Services properties on the target environment:

  • pAssertedIdentityUri

  • controllerUri

  • preloadedRouteUri

Configure these attributes with the ThirdPartyCallConfiguration MBean. See Section 8.2 for configuration instructions.

17.6.9 Applying Domain Configurations to Other Machines

The domain directory is local to each machine, and pasteConfig is performed only on the Administration Server. Subsequently, if the domain has multiple machines, you must re-create the local domain by using the Oracle WebLogic Server pack and unpack commands. For more information, see Oracle Fusion Middleware Creating Templates and Domains Using the Pack and Unpack Commands.

Note:

If the Administration Server is using the shared storage, and the other Managed Servers on the Administration Server machine are using the local storage, then you must run the pack and unpack commands once even on the Admin Server machine to create the domain directory on the local storage.

17.7 Moving Binary and Configuration Files to a Non-Distributed Target Environment

Some environments are non-distributed, whereby the Administration Servers of all the domains and all the system component instances run on the same host. For these environments, you can automate moving binary and configuration files with a different set of these steps than those provided in Section 17.5 and Section 17.6. Please note these scripts are not intended for production, distributed environments, whereby the topology is located on multiple computers. The scripts for a non-distributed environment are intended for moving binary files and configuration files from one QA environment to another QA environment.

These scripts run in nonparallel mode rather. For example, while the CopyConfig command moves the configuration archives in one command, it runs the operation in nonparallel mode. Therefore, the operation can take some time to complete all the moves.

To move the binary files and configuration files from the source environment to the target environment:

  1. Set the following variables on both the source and the target:

    • HOME: Location of the user's home directory

    • APPTOP: Location of the applications base, the top-level directory where the Oracle Fusion Applications binaries are located

    • JAVA_HOME: Location of the JDK

    • T2P_DIR: Location of the working directory for the movement scripts. You do not need to use this variable if you use the -workdir command is specified when running the commands.

  2. For either UNIX or Windows, at an operating system command prompt, navigate to the following directories on both the source and the target:

    (UNIX) FA_ORACLE_HOME/applications/lcm/t2p/bin           
    (Windows) FA_ORACLE_HOME\applications\lcm\t2p\bin
    

    FA_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory.

  3. Use the following command to copy the binary files from the source environment to the target environment:

    java -DT2PAdmin=user -DT2PAdminPassword=password -classpath
    
    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar
    
    oracle.t2p.automation.T2PAutomationMain -archive archiveLocation 
    
    -task CopyBinary -workdir working_dir
    

    The options for the CopyBinary command follow:

    Option Description

    -DT2PAdmin

    The Oracle Fusion Middleware administration user.

    -DT2PAdminPassword

    The password for the Oracle Fusion Middleware administration user.

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the CopyBinary command:

    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -archive

    The absolute path of the archive location. Use this option to specify the location for the T2Pcontrol.dat file to be created with the CopyBinary script.

    The archive location must not already exist, but its parent directory must exist and have write permission. Ensure that the archive location is not within the Middleware home structure.

    The T2Pcontrol.dat file has the following structure:

    task=copyConfig,domain=BIDomain,jarfile=configBIDomain.jar,order=2
    task=copyConfig,subtask=NodeManager,jarfile=configNodeManager.jar,order=4
    task=copyConfig,subtask=OHS,jarfile=configOHS.jar,order=3
    task=copyConfig,subtask=BIInstance,jarfile=configBIInstance.jar,order=3
    task=copyConfig,domain=CommonDomain,jarfile=configCommonDomain.jar,order=1
    task=copyConfig,domain=FinancialDomain,jarfile=configFinancialDomain.jar,order=2
    task=copyConfig,domain=ProjectsDomain,jarfile=configProjectsDomain.jar,order=2
    task=copyConfig,domain=ProcurementDomain,jarfile=configProcurementDomain.jar,order=2
    task=copyConfig,domain=SCMDomain,jarfile=configSCMDomain.jar,order=2
    task=copyConfig,domain=HCMDomain,jarfile=configHCMDomain.jar,order=2
    task=copyConfig,domain=CRMDomain,jarfile=configCRMDomain.jar,order=2
    task=copyBinary,jarfile=cloneBinary.jar,order=1
    

    Data from this file will be used in PasteBinary phase.

    -task

    The command to execute. Enter CopyBinary.

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


    This command moves the following from the source environment to the target environment:

    • Binaries from the fusionapps Middleware home directory:

      (UNIX) APPLICATIONS_BASE/fusionapps
      (Windows) APPLICATIONS_BASEE\fusionapps
      
    • Binaries from the webtier_mwhome Middleware home directory:

      (UNIX) APPLICATIONS_BASE/webtier_mwhome
      (Windows) APPLICATIONS_BASEE\webtier_mwhome
      
    • Files from the Oracle Database client home:

      (UNIX) APPLICATIONS_BASE/dbclient
      (Windows) APPLICATIONS_BASEE\dbclient
      
    • Binay from the Webgate Oracle home:

      (UNIX) APPLICATIONS_BASE/webgate
      (Windows) APPLICATIONS_BASEE\webgate
      

    where APPLICATIONS_BASE (/net/mount1/appbase) represents the top-level applications base directory for binaries. For information about the Oracle Fusion Applications directory structure, see Section 1.2.3.

  4. Use the following command to unpack all binary files in the target environment:

    java -classpath
    
    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar
    
    oracle.t2p.automation.T2PAutomationMain 
    
    -archive archiveLocation -control T2PControl.dat_location 
    
    -task PasteBinary -workdir working_dir
    

    The options for the CopyBinary command follow:

    Options Description

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the CopyBinary command:

    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -archive

    The absolute path of the archive location. Use this option to specify the location of the T2Pcontrol.dat file created by the CopyBinary command.

    The location must exist.

    Ensure that the archive location is not within the Middleware home structure.

    -task

    The command to execute. Enter PasteBinary.

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


  5. Extract the move plan by running the extractMovePlan script on the list of configuration archive locations, separated by comma. See Section 17.6.5.

  6. Modify the move plan to specify properties for the target environment. See Section 17.6.6.

  7. Create the configuration archive from the source environment by running the CopyConfig command in the source environment:

    java -classpath 
    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar 
    
    oracle.t2p.automation.T2PAutomationMain -archive archiveLocation 
    
    -task CopyConfig -workdir working_dir 
    

    The options for the CopyConfig command follow:

    Option Description

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the CopyConfig command:

    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -archive

    The absolute path of where all the JARs will be generated. Use this option to specify the location of the T2Pcontrol.dat file to be created with the CopyConfig script.

    The archive location must not already exist, but its parent directory must exist and have write permission. Ensure that the archive location is not within the Middleware home structure.

    Data from this file will be used in PasteConfig phase.

    -task

    The command to execute. Enter CopyConfig.

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


  8. Apply the copied configurations from the source environment to the target environment by running the PasteConfig command:

    java -classpath 
    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar
    
    oracle.t2p.automation.T2PAutomationMain
    
    -archive archiveLocation 
    
    -control T2PControl.dat location -task PasteConfig 
    
    -plan moveplan -bihost bihost -workdir working_dir
    

    The options for the PasteConfig command follow:

    Options Description

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the CopyBinary command:

    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -archive

    The absolute path of the archive location. Use this option to specify the location of the T2Pcontrol.dat file created by the CopyConfig command.

    The directory must contain all files produced by the copyConfig command and referenced in the T2PControl.dat file.

    Ensure that the archive location is not within the Middleware home structure.

    -task

    The command to execute. Enter PasteConfig.

    -plan

    The absolute path of the modified move plans in the target environment.

    -bihost

    The host name of the target.

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


  9. Validate the domain, Managed Servers, Oracle HTTP Server, and Node Manager server status by running the Validate command:

    java -classpath T2PAutomation.jar:cloningclient.jar:$APPTOP/fusionapps/wlserver_10.3/server/lib/weblogic.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain -task Validate -props property_file -hostfqdn host -workdir working_dir
    

    The options for the Validata command follow:

    Option Description

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the PostMovement command:

    T2PAutomation.jar:cloningclient.jar:$APPTOP/fusionapps/wlserver_10.3/server/lib/weblogic.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -task

    The command to execute. Enter Validate.

    -props

    The absolute path to the properties file name. This file provides all the required user names, passwords and has the following structure:

    #Properties file for T2P post movement setup parameters
     
    #Script location, needs to be the absolute path to scripts folder, inclusive.
    scripts-folder=/scratch/aime/work/t2p/scripts
     
    #Node manager information
    NMUser=bootstrap_admin
    NMPassword=welcome1
    NMPort=5556
     
    #Process id of node manager process, required on unix/linux
    NMPid=<pid>
     
    #Service name of nodemanager, required on windows
    NMSvcName=<Node Manager Service>
     
    #With the following true, reconcile GUID operation is run on this host. For other hosts set this to false.
    run-reconcile-guid=true
     
    #Path to domain from which to use the jps-config-jse.xml
    reconcile-guid-domain-path=/scratch/aime/work/APPTOP/instance/domains/adcdat10.us.oracle.com/CommonDomain
     
    #Database info to run reconcile GUID
    dburl=jdbc:oracle:thin:@adcdaf12.us.oracle.com:5593:DB5593
    dbuser=fusion
    dbpassword=<dbpassword>
     
    #If following 2 props are set, then it is assumed use name and passwords are the same for all domains.
    AdminUser=FAAdmin
    AdminPassword=fusionfa1
     
    #Domain admin user credentials, if the above is not set
    CommonDomainAdminUser=FAAdmin
    CommonDomainAdminPassword=fusionfa1
     
    #Put all other domain user name and password below, if needed.
    

    -hostfqdn

    The current host name where this operation runs.

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


  10. Complete the component-specific configuration move by performing additional movement tasks on the Oracle Fusion Middleware components. See Section 17.6.8.

  11. If there are multiple machines for the domain, recreate the local domain directory using the Oracle WebLogic Server pack and unpack mechanisms. See Section 17.6.9.

17.8 Moving Functional Setup Data

Functional Setup Manager enables users to implement and configure all Oracle Fusion Applications as well as to move the setup data across instances. An Application Implementation Consultant user can move the setup data using Functional Setup Manager export and import functionality. This functionality can be accessed from a command line.

To move setup data from the source environment to the target environment using command line scripts:

Task 1   Prerequisite

To prepare the environment prior to running the scripts:

  1. Identify the implementation projects used to enter and define the setup data in the source environment.

    Before you move the Functional Setup Data to the target environment, you must identify the implementation projects used to enter and define the setup data in the source environment. Ask your Application Implementation Consultant user to gather the codes of the implementation projects using the following procedure for each project:

    You can gather the implementation codes using Oracle Fusion Functional Setup Manager or SQL.

    To gather the implementation codes using Oracle Fusion Functional Setup Manager:

    1. Sign in to Oracle Fusion Applications with a user account that is provisioned with the necessary role, such as the predefined Application Implementation Consultant role. Contact your security administrator for details.

    2. From the Administration menu in the work area of Oracle Fusion Applications, choose Setup and Maintenance.

    3. In the Tasks pane, under the Implementations group, click Manage Implementation Projects.

    4. Click an implementation project name in the Search Results.

      The Implementation Project page displays.

    5. In the Basic Information section, copy the value for the Code field.

    6. Perform Steps 4 and 5 for each project.

    To obtain a list of the implementation codes using SQL, use the following query:

    SQL> SELECT impl_project_name, short_name from asm_impl_projects_vl;
    
  2. Ensure all the Managed Servers are started in the environment. See Section 3.3.2.1, Task 4, "Start the Managed Servers".

Task 2   Export Data from the Source

To export the data from the source:

  1. Set the USER_MEM_ARG variable as follows:

    export USER_MEM_ARGS="-Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=1024m"
    
  2. For either UNIX or Windows, at an operating system command prompt, navigate to the location of the fsmConfigurationPackageExport executable:

    (UNIX) ATGPF_ORACLE_HOME/fsm/scripts
    (Windows) ATGPF_ORACLE_HOME\fsm\scripts
    

    ATGPF_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory (FA_MW_HOME).

  3. Enter fsmConfigurationPackageExport.sh (for UNIX) or fsmConfigurationPackageExport.cmd (for Windows), using the following syntax:

    fsmConfigurationPackageExport 
    
        commonDomainInternalUrl=http://host.domain:port
        jdbcUrl=jdbc:oracle:thin:@DB_host_name.domain/sid
        fusionRuntimeSchema=fusion_runtime
        fusionRuntimeSchemaPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt 
        fsmUsername=user
        fsmPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt
        implementationProjectCode=IMPLEMENTATION_PROJECT_CODE_TO_EXPORT
        configurationPackageFile=USER_HOME/cp.zip
        logFile=USER_HOME/log_file
        jpsConfig=COMMON_DOMAIN_HOME/config/fmwconfig/jps-config-jse.xml
        mwHomeLoc=MW_HOME
        atgpfHomeLoc=ATGPF_ORACLE_HOME
       [pollingInterval=interval]
       [pollingLimit=limit]
    

    The following example shows how to export the configuration package from the source instance for an implementation project named FINANCIALS_IMPLEMENTATION:

    fsmConfigurationPackageExport.sh commonDomainInternalUrl=http://fusionsystemtest-w-internal-fs.example.com:7011 
        jdbcUrl=jdbc:oracle:thin:@db.example.com:1528:proddb
        fusionRuntimeSchema=fusion_runtime
        fusionRuntimeSchemaPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt 
        fsmUsername=FUSION
        fsmPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt
        implementationProjectCode=FINANCIALS_IMPLEMENTATION
        configurationPackageFile=USER_HOME/cp.zip
        logFile=USER_HOME/cpExport.log
        jpsConfig=COMMON_DOMAIN_HOME/config/fmwconfig/jps-config-jse.xml
        mwHomeLoc=/net/mount1/appbase/fusionapps
        atgpfHomeLoc=/net/mount1/appbase/atgpf
    

The following table describes the options for the fsmConfigurationPackageExport command.

Option Description Optional or Mandatory?

-commonDomainInternalUrl

The CommonDomain domain internal URL on the source registered in Oracle Topology Manager in the format of Internal_Server_Protocol://Internal_Server_Host:Internal_Server_Port.

To obtain the URL, use Oracle Fusion Functional Setup Manager:

  1. Sign in to Oracle Fusion Applications with a user account that is provisioned with the necessary role, such as the predefined Application Implementation Consultant role. Contact your security administrator for details.

  2. From the Administration menu in the work area of Oracle Fusion Applications, choose Setup and Maintenance.

  3. In the Tasks pane, under the Topology Registration group, click Register Domains.

  4. In the Search Results section, click the CommonDomain entry.

    The Edit Domain: CommonDomain dialog displays.

  5. Use the values from the Internal Server Protocol, Internal Server Host, and Internal Server Port fields to obtain the elements of the URL.

Mandatory

-jdbcUrl

The JDBC URL in the format of jdbc:oracle:thin:@//DB_host_name.domain/sid to the connect to the source database.

Mandatory

-fusionRuntimeSchema

The Oracle database schema name (user name) to login to the source database. This value should always be fusion_runtime.

Mandatory

-fusionRuntimeSchemaPasswordFile

The absolute path to the password file, which contains the schema password to login to the source database.

Mandatory

-fsmUsername

User name to login to Oracle Fusion Functional Setup Manager that has Application Implementation Consultant job role.

Mandatory

-fsmPasswordFile

The absolute path to the password file, which contains password to login to Functional Setup Manager.

Mandatory

-implementationProjectCode

The implementation project code that needs to be exported from the source instance.

Mandatory

-configurationPackageFile

The absolute path to the configuration package ZIP file to save exported data.

Mandatory

-logFile

The absolute path to the source log file.

Mandatory

-jpsConfig

The absolute path to the jps-config.xml file.

Mandatory

-mwHomeLoc

The absolute location of the source Oracle Fusion Applications Middleware Home (FA_MW_HOME). FA_MW_HOME is located under the appbase Applications base directory (APPLICATIONS_BASE).

Mandatory

-atgpfHomeLoc

The absolute location of the source Applications Core Oracle Home (ATGPF_ORACLE_HOME). ATGPF_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory (FA_MW_HOME).

Mandatory

-clientPolicy

The Web Service Client Policy to be used to invoke the Oracle Enterprise Scheduler Web service to submit the export process. The default is oracle/wss10_saml_token_client_policy.

Optional

-pollingInterval

The polling interval to be used to periodically check if export process is complete. The default is 5 seconds.

Optional

-pollingLimit

The polling limit to be used until reached to check if the export process is complete. The default is 3600 seconds.

Optional


Task 3   Import Data on the Target

The fsmConfigurationPackageImport script moves the setup data for an implementation to a target instance.

To import the data on the target:

  1. For either UNIX or Windows, at an operating system command prompt on the target, navigate to the location of the fsmConfigurationPackageImport executable:

    (UNIX) ATGPF_ORACLE_HOME/fsm/scripts
    (Windows) ATGPF_ORACLE_HOME\fsm\scripts
    

    ATGPF_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory (FA_MW_HOME).

  2. Enter fsmConfigurationPackageImport.sh (for UNIX) or fsmConfigurationPackageImport.cmd (for Windows), using the following syntax:

    fsmConfigurationPackageImport 
    
        commonDomainInternalUrl=http://host.domain:port
        jdbcUrl=jdbc:oracle:thin:@DB_host_name.domain/sid
        fusionRuntimeSchema=fusion_runtime
        fusionRuntimeSchemaPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt 
        fsmUsername=FUSION
        fsmPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt
        configurationPackageFile=USER_HOME/cp.zip
        logFile=USER_HOME/cpImport.log
        jpsConfig=COMMON_DOMAIN_HOME/config/fmwconfig/jps-config-jse.xml
        mwHomeLoc=MW_HOME
        atgpfHomeLoc=ATGPF_ORACLE_HOME
    

    The following example shows how to import the configuration package from the source instance:

    fsmConfigurationPackageImport.sh
    
     commonDomainInternalUrl=http://fusionsystemtest-w-internal-fs.example.com:7011   
        jdbcUrl=jdbc:oracle:thin:@db.example.com:1528:proddb
        fusionRuntimeSchema=fusion_runtime
        fusionRuntimeSchemaPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt 
        fsmUsername=FUSION
        fsmPasswordFile=USER_HOME/fusionRuntimeSchemaPassword.txt
        configurationPackageFile=USER_HOME/cp.zip
        logFile=USER_HOME/cpImport.log
        jpsConfig=COMMON_DOMAIN_HOME/config/fmwconfig/jps-config-jse.xml
        mwHomeLoc=/net/mount1/appbase/fusionapps
        atgpfHomeLoc=/net/mount1/appbase/atgpf
    

The following table describes the options for the fsmConfigurationPackageImport command.

Option Description Optional or Mandatory?

-commonDomainInternalUrl

The CommonDomain domain internal URL on the target registered in Oracle Topology Manager in the format of Internal_Server_Protocol://Internal_Server_Host:Internal_Server_Port.

To obtain the URL, use Oracle Fusion Functional Setup Manager:

  1. Sign in to Oracle Fusion Applications with a user account that is provisioned with the necessary role, such as the predefined Application Implementation Consultant role. Contact your security administrator for details.

  2. From the Administration menu in the work area of Oracle Fusion Applications, choose Setup and Maintenance.

  3. In the Tasks pane, under the Topology Registration group, click Register Domains.

  4. In the Search Results section, click the CommonDomain entry.

    The Edit Domain: CommonDomain dialog displays.

  5. Use the values from the Internal Server Protocol, Internal Server Host, and Internal Server Port fields to obtain the elements of the URL.

Mandatory

-jdbcUrl

The JDBC URL in the format of jdbc:oracle:thin:@//DB_host_name.domain/sid to the connect to the database.

Mandatory

-fusionRuntimeSchema

The Oracle database schema name (user name) to login to the target database. This value should always be fusion_runtime.

Mandatory

-fusionRuntimeSchemaPasswordFile

The absolute path to the password file, which contains the schema password to login to the target database.

Mandatory

-fsmUsername

User name to login to Oracle Fusion Functional Setup Manager that has Application Implementation Consultant job role.

Mandatory

-fsmPasswordFile

The absolute path to the password file, which contains password to login to Functional Setup Manager.

Mandatory

-fsmPasswordFile

The absolute path to the password file, which contains password to login to Functional Setup Manager.

Mandatory

-configurationPackageFile

The absolute path to the configuration package ZIP file to save exported data.

Mandatory

-logFile

The absolute path to the target log file.

Mandatory

-jpsConfig

The absolute path to the jps-config.xml file.

Mandatory

-mwHomeLoc

The absolute location of the target Oracle Fusion Applications Middleware Home (FA_MW_HOME). FA_MW_HOME is located under the appbase Applications base directory (APPLICATIONS_BASE).

Mandatory

-atgpfHomeLoc

The absolute location of the target Applications Core Oracle Home (ATGPF_ORACLE_HOME). ATGPF_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory (FA_MW_HOME).

Mandatory

-clientPolicy

The Web Service Client Policy to be used to invoke the Oracle Enterprise Scheduler Web service to submit the import process. The default is oracle/wss10_saml_token_client_policy.

Optional

-pollingInterval

The polling interval to be used to periodically check if import process is complete. The default is 5 seconds.

Optional

-pollingLimit

The polling limit to be used until reached to check if the import process is complete. The default is 3600 seconds.

Optional


17.9 Completing Post-Movement Tasks

This section covers the following topics related to post-movement tasks:

17.9.1 Completing Post-Movement Tasks for a Target Distributed Environment

After you move the Oracle Fusion Applications components across environments, you must complete the following tasks:

This section covers the following topics:

For production, distributed environments, whereby the topology is located on multiple computers, use Section 17.9.1.1.Some environments are non-distributed, whereby the topology in its entirety is on the same machine or a shared file system. For these environments, you can automate the post-movement tasks, as described in Section 17.9.1.2.

17.9.1.1 Completing Post-Movement Tasks for a Target Distributed Environment

In a distributed environnment, after you move the Oracle Fusion Applications components across environments, you must complete the following tasks:

  • Reconcile GUIDs security policies.

    Since GUIDs are not preserved during movement to a target environment, you must reconcile the GUIDs in the security policies. See Section 4.4.3.

  • Apply any necessary topology changes, such as scaling up or scaling out the topology. For information, see Section 16.5.

  • Complete the Oracle RAC configuration in the target environment. See Section 17.9.2.

  • Start the Managed Servers as needed. See Section 3.3.2.1, Task 4, "Start the Managed Servers".

  • Start a full index on all index schedules. For information, see Section 7.4.2.7.

17.9.1.2 Completing Post-Movement Tasks on a Target Non-Distributed Environment

In a non-distributed environment, after you move the Oracle Fusion Applications components across environments, you must complete the following tasks:

  • Reconcile GUIDs security policies.

  • Stop the Administration Server and Node Manager.

  • Restart the Administration Server and Node Manager.

To complete the post-movement tasks:

  1. For either UNIX or Windows, at an operating system command prompt, navigate navigate to the following locations on the target:

    (UNIX) FA_ORACLE_HOME/applications/lcm/t2p/bin           
    (Windows) FA_ORACLE_HOME\applications\lcm\t2p\bin
    

    FA_ORACLE_HOME is located under the fusionapps Oracle Fusion Middleware home directory.

  2. Use the following command to perform post-movement tasks on the target environment:

    java -classpath T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    
    -task PostMovement -hostfqdn host -props properties_file -workdir working_dir
    

    Table 17-33 describes the options for the PostMovement command.

    Table 17-33 Options for the PostMovement Command

    Options Description

    -classpath

    The dependent library files containing classes required to run the command. Use the following value for the PostMovement command:

    T2PAutomation.jar:cloningclient.jar:obfuscatepassword.jar:ojmisc.jar oracle.t2p.automation.T2PAutomationMain
    

    -task

    The command to execute. Enter PostMovement.

    -hostfqdn

    The current host name where this operation runs.

    -props

    The absolute path to the properties file name. This file provides all the required user names, passwords and has the following structure:

    #Properties file for T2P post movement setup parameters
     
    #Script location, needs to be the absolute path to scripts folder, inclusive.
    scripts-folder=/scratch/aime/work/t2p/scripts
     
    #Node manager information
    NMUser=bootstrap_admin
    NMPassword=welcome1
    NMPort=5556
     
    #Process id of node manager process, required on unix/linux
    NMPid=<pid>
     
    #Service name of nodemanager, required on windows
    NMSvcName=<Node Manager Service>
     
    #With the following true, reconcile GUID operation is run on this host. For other hosts set this to false.
    run-reconcile-guid=true
     
    #Path to domain from which to use the jps-config-jse.xml
    reconcile-guid-domain-path=/scratch/aime/work/APPTOP/instance/domains/adcdat10.us.oracle.com/CommonDomain
     
    #Database info to run reconcile GUID
    dburl=jdbc:oracle:thin:@adcdaf12.us.oracle.com:5593:DB5593
    dbuser=fusion
    dbpassword=<dbpassword>
     
    #If following 2 props are set, then it is assumed use name and passwords are the same for all domains.
    AdminUser=FAAdmin
    AdminPassword=fusionfa1
     
    #Domain admin user credentials, if the above is not set
    CommonDomainAdminUser=FAAdmin
    CommonDomainAdminPassword=fusionfa1
     
    #Put all other domain user name and password below, if needed.
    

    -workdir

    The directory used for log files and any other temporary files generated by the automation framework. The log files are located at working_dir\logs (UNIX) or working_dir\logs folder. This command is not needed if the T2P_DIR environment variable is set.


This task also deletes unnecessary files from the following directories:

(UNIX) DOMAIN_HOME/compositeConfigPlans          
(Windows) DOMAIN_HOME\compositeConfigPlans

17.9.2 Tips for Completing the Oracle RAC Configuration in the Target Environment

After completing the movement process, you must complete the Oracle RAC configuration in the target environment for any of the following scenarios that apply:

  • For non-RAC to RAC movement: After moving Oracle Fusion Applications components from a source environment with no Oracle RAC to a target environment configured with Oracle RAC, you must configure the target environment with Oracle RAC. For information, see Section 16.4.2.

  • For RAC n instances to non-RAC movement: After completing the movement process, remove the Oracle RAC configuration from the target environment.

  • For RAC m instances to RAC n instances movement, where the number of RAC instances in the source environment is less than or equal to the number of RAC instances in the target environment (m <= n): After completing the movement process, add any additional n-m generic data sources to the target environment. For information, see Section 16.5.3.2.

    For example, if the source environment contains three Oracle RAC instances, and the target environment contains four Oracle RAC instances, then you will have three generic data sources that are named mds-soa-rac1, mds-soa-rac2, and mds-soa-rac3. You must add one additional generic data source to the target environment.

  • For RAC m instances to RAC n instances movement, where the number of Oracle RAC instances in the source environment is greater than the number of Oracle RAC instances in the target environment (m > n): After completing the movement process, remove the extra m - n generic data sources from the last Oracle RAC instance in the target environment.

    For example, if the source environment contains four Oracle RAC instances, and the target environment contains three Oracle RAC instances, then you will have four generic data sources that are named mds-soa-rac1, mds-soa-rac2, mds-soa-rac3, and mds-soa-rac4. The extra generic data source (mds-soa-rac4) points to the third Oracle RAC instance in the target environment (the third Oracle RAC instance will contain both mds-soa-rac3 and mds-soa-rac4). You must remove mds-soa-rac4 from the last Oracle RAC instance in the target environment.

17.10 A Case Study: Moving Oracle Fusion Supply Chain Management Components to a Target Distributed Environment

This section provides a case study of moving Oracle Fusion Supply Chain Management components from a source environment to a target distributed environment, whereby the Administration Servers of the Oracle WebLogic Server domains and all the system component instances run on the multiple hosts.

In this case study, the Oracle Fusion Supply Chain Management topology, shown in Table 17-34, represents a sample topology in the source environment. It does not include a comprehensive list of applications.

Table 17-34 Sample Oracle Fusion Supply Chain Management Topology

System Component/Tier/Domain Host in the Domain Applications, Managed Servers, and System Components Running on the Host

Web Tier

WebHost-1

OHS

Oracle Identity Management Tier

IdmHost-1

Oracle Identity Management components:

  • Oracle Internet Directory

  • Oracle Virtual Directory

  • Oracle Access Manager

  • Oracle Identity Manager

  • Oracle Identity Federation

Mid Tier (BIDomain)

MidHost-1

Oracle BI EE applications:

  • coreapplication_obips1 (bi_server1/bi_server2)

  • coreapplication_obis1 (bi_server1/bi_server2)

  • coreapplication_obisch1 (bi_server1/bi_server2)

  • coreapplication_obijh1 (bi_server1/bi_server2)

  • coreapplication_obicc1 (bi_server1/bi_server2)

Oracle BI EE components:

  • Oracle BI Server

  • Oracle BI Presentation Services

  • Oracle BI Cluster Controller

  • Oracle BI Scheduler

  • JavaHost

  • Oracle Essbase server

Mid Tier (CommonDomain)

MidHost-2

ApplicationsCoreSetupApp (HelpPortalServer_1/HelpPortalServer_2)

GrcSetupApp (HelpPortalServer_1/HelpPortalServer_2)

HelpPortalApp (HelpPortalServer_1/HelpPortalServer_2)

HomePageApp (HomePageServer_1/HomePageServer_2)

SetupApp (SalesServer_1/SalesServer_2)

SetupEssApp (ess_server1/ess_server2)

TopologyManagerServices (FunctionalSetupServer_1/FunctionalSetupServer_1)

Mid Tier (CRMDomain)

MidHost-3

ContractManagementApp (ContractManagmentServer_1/ContractManagmentServer_2)

ContractManagementEssApp (ess_server1/ess_server2)

CrmCommonApp (CRMCommonServer_1/CRMCommonServer_2)

CrmEssApp (ess_server1/ess_server2)

Mid Tier (FinancialDomain)

MidHost-4

FinancialCommonApp (FinancialCommonServer_1/FinancialCommonServer_2)

FscmAnalyticsApps (FinancialAnalyticsServer_1/FinancialAnalyticsServer_2)

LedgerApp (LedgerServer_1/LedgerServer_2)

PayablesApp (PayablesServer_1/PayablesServer_2)

ReceivablesApp (ReceivablesServer_1/ReceivablesServer_2)

Mid Tier (HCMDomain)

MidHost-5

HcmAnalyticsApp (HCMAnalyticsServer_1/HCMAnalyticsServer_2)

HcmCoreApp (CoreProcessesServer_1/CoreProcessesServer_1)

HcmCoreExternalApp (CoreProcesses_Server_1/CoreProcesses_Server_2)

HcmCoreSetupApp (CoreSetupServer_1/CoreSetupServer_2)

HcmEssApp (ess_server1/ess_server2)

Mid Tier (ProcurementDomain)

MidHost-6

ProcurementApp (ProcurmentServer_1/ProcurementServer_2)

ProcurementEssApp (ess_server1/ess_server2)

SupplierPortalApp (SupplierPortal_Server_1/SupplierPortal_Server_2)

Mid Tier (ProjectsDomain)

MidHost-7

ProjectsFinancialsApps (ProjectsFinancialsServer_1/ProjectsFinancialsServer_2)

ProjectsFinancialsEssApp (ess_server1/ess_server2)

Mid Tier (SCMDomain)

MidHost-8

AdvancedPlanningApp (AdvancedPlanningServer_1/AdvancedPlanningServer_2)

CostManagementApp (CostManagementServer_1/CostManagementServer_2)

GlobalizationApp (GlobalizationServer_1/GlobalizationServer_2)

LogisticsApp (LogisticsServer_1/LogisticsServer_2)

LogisticsCommonApp (SCMCommonServer_1/SCMCommonServer_2)

OrderOrchestrationApp (OrderOrchestrationServer_1/OrderOrchestrationServer_2)

ProductManagementCommonApp (ProductManagementServer_1/ProductManagementServer_2)

ScmEssApp (ess_server1/ess_server2)

ProductManagementCommonApp (ProductManagementServer_1/ProductManagementServer_2)

Oracle Database Tier

DbHost-1

 

This case study describes the following steps for moving the Oracle Fusion Supply Chain Management components from a source environment to a target environment:

Task 1   Prepare the Source Environment

Before performing the full-movement tasks, make sure that the necessary preparations are in place in the source environment. For information, see Section 17.3.1.

Task 2   Prepare the Target Environment

Before performing the full-movement tasks, complete the necessary preparations in the target environment. For information, see Section 17.3.2.

Task 3   Move Oracle Identity Management Domain Component Artifacts

Move the Oracle Fusion Applications related artifacts for Oracle Identity Management for Oracle Identity Management from the source Oracle Identity Management domains to the target Oracle Identity Management domains. For information, see Section 17.4.

Task 4   Move the Binary Files

You must move the binary files of each Middleware home (fusionapps and webtier_mwhome) from the source environment to the target environment.

To move the binary files:

  1. Using the copyBinary script, create a separate copy of each source Middleware home by copying the installed binaries and patches into an archive file. For more information, see Section 17.5.1.

  2. Using the pasteBinary script, apply the archive containing the binary files of the source Middleware home to the target environment. For more information, see Section 17.5.2.

  3. Move the Oracle Database client installation. For information, see Section 17.5.3.

Task 5   Move the Webgate Installation

After moving the OHS instance home, you must move the Webgate installation. For information, see Section 17.6.3.

Task 6   Create the Configuration Archives

Creating a configuration archive copies the source Oracle WebLogic Server domain home, OHS instance home, and Node Manager configuration files into an archive file. You must create a separate configuration archive for each Oracle WebLogic Server domain and each OHS instance in the source environment.

To create the configuration archives, run the copyConfig script for the OHS instances, node managers, and Oracle BI EE components, and each of the following Oracle WebLogic Server domains:

  • CRMDomain

  • CommonDomain

  • BIDomain

  • HCMDomain

  • FinancialDomain

  • ProcurementDomain

  • ProjectsDomain

  • SCMDomain

For information about running copyConfig for Oracle WebLogic Server domains, see Section 17.6.4.1.

For information about running copyConfig for OHS instances, see Section 17.6.4.2.

You must also run copyConfig for Node Manager on each machine within the topology of the source environment. For information, see Section 17.6.4.3.

Task 7   Extract the Move Plan

Extracting the move plan consolidates into a single XML file the configuration settings of the source environment from the configuration archives, as well as from other configuration files specific to components such as SOA composite plans, adapter plans, and so on.

To extract the move plan, run the extractMovePlan script on the list of configuration archive locations, separated by comma.

In this case study, a total of thirteen configuration archives were created; each of the Oracle WebLogic Server domains (six archives for six domains), each of Node Manager (six archived for six node managers) and OHS instances.You must extract the configuration information from all thirteen configuration archives into a single move plan:

In this case study, a total of eighteen configuration archives were created; each of the Oracle WebLogic Server domains (eight archives for eight domains), each of Node Manager (eight archived for eight node managers), Oracle BI EE, and OHS instances.You must extract the configuration information from all eighteen configuration archives into a single move plan:

extractMovePlan.sh -javaHome USER_HOME/jrockit_160_20_D1.0.1-1705
                -archiveLoc /FSCM_T2P/FSCM_WebTier.jar,/FSCM_T2P/FSCM_CRMDomain.jar,/FSCM_T2P/FSCM_CommonDomain.jar,/FSCM_T2P/FSCM_BIDomain.jar,/FSCM_T2P/HCMDomain.jar,/FSCM_T2P/FSCM_FinancialDomain.jar,/FSCM_T2P/FSCM_ProcurementDomain.jar,/FSCM_T2P/FSCM_ProjectsDomain.jar,/FSCM_T2P/FSCM_SCMDomain.jar,/FSCM_T2P/CRMDomain_NodeManager.jar,/FSCM_T2P/CommonDomain_NodeManager.jar,/FSCM_T2P/BIDomain_NodeManager.jar,/FSCM_T2P/HCMDomain_NodeManager.jar,/FSCM_T2P/FinancialDomain_NodeManager.jar,/FSCM_T2P/ProcurementDomain_NodeManager.jar,/FSCM_T2P/ProjectsDomain_NodeManager.jar,/FSCM_T2P/SCMDomain_NodeManager.jar,/FSCM_T2P/FSCM_BIComponents.jar
                -planDirLoc /FSCM_T2P/move_plan
                -logDirLoc /FSCM_T2P/logs
                -optimizationHints fusionApps,sameSchemaNameSinglePassword

The eighteen configuration archive locations, separated by comma, are specified to create a single move plan called moveplan.xml or multiple archive move plans in /FSCM_T2P/move_plan.

For more information about extracting move plans, see Section 17.6.5.

Task 8   Modify the Move Plan

You must modify the move plan to specify properties (such as data source definitions, host names, port numbers, and end point addresses) for the target environment before you apply the copied configurations from the source environment to the target environment. For more information, see Section 17.6.6.

Task 9   Apply the Configurations to the Target Environment

Apply the copied configurations from the source environment to the target environment by running the pasteConfig script for each of the following Oracle WebLogic Server domains, OHS instances, and Oracle BI EE components separately, using the same move plan (moveplan.xml):

  • CRMDomain

  • CommonDomain

  • BIDomain

  • HCMDomain

  • FinancialDomain

  • ProcurementDomain

  • ProjectsDomain

  • SCMDomain

You must also run pasteConfig for Node Manager on each machine within the topology in the target environment. For more information, see Section 17.6.7.3.

Task 10   Completing the Component-Specific Configuration Move

You must move the component-specific configurations of the Oracle Fusion Middleware components.

For more information, see Section 17.6.8.

Task 11   Move the Functional Setup Data

Moving the functional setup data applies the setup configuration data of the source environment to the target environment. Move the functional setup data for all the offerings. For information, see Section 17.8.

Task 12   Complete the Post-Movement Tasks

After you move the Oracle Fusion Applications components across environments, you must complete various post-movement tasks. For information, see Section 17.9.