ODI 12.1.3 - Installing a collocated agent from the ODI Enterprise Installation
- Run the config.sh from $Middleware_home/oracle_common/common/bin
$ cd $MW_HOME/fmw/121/oracle_common/common/bin/
$ ./config.sh
- Select domain as $MW_HOME/user_projects/domains/soa_domain
- Select the option to extend the domain.
- Select "Oracle Data Integrator - Standalone Collocated Agent - 12.1.3.0 [odi]
- Just keep clicking next until you get the last screen to update the domain. Once completed, the scripts will be created under the existing WLS domain.
i.e $MW_HOME/user_projects/domains/base_domain/bin/encode.sh
Now pack the Domain and Unpack Domain
- Pack SOA Domain
$ ./pack.sh -managed=true -domain=/$MW_HOME/user_projects/domains/soa_domain -template=soadomaintemplateExtODI.jar -template_name=soadomaintemplateExtODI
<< read domain from "/$MW_HOME/user_projects/domains/soa_domain"
>> succeed: read domain from "/$MW_HOME/user_projects/domains/soa_domain"
<< set config option Managed to "true"
>> succeed: set config option Managed to "true"
<< write template to "$MW_HOME/fmw/121/oracle_common/common/bin/soadomaintemplateExtODI.jar"
>> succeed: write template to "$MW_HOME/fmw/121/oracle_common/common/bin/soadomaintemplateExtODI.jar"
<< close template
>> succeed: close template
- scp soadomaintemplateExtODI.jar to Admin and Managed server(s)
- Unpack SOA Domain on the MT servers (Repeat unpack step as below on all relevant MT servers)
./unpack.sh /$MW_HOME/user_projects/domains/soa_domain -template=soadomaintemplateExtODI.jar -app_dir=/$MW_HOME/user_projects/domains/soa_domain/applications -overwrite_domain=true
<< read template from "$MW_HOME/fmw/121/oracle_common/common/bin/soadomaintemplateExtODI.jar"
>> succeed: read template from "$MW_HOME/fmw/121/oracle_common/common/bin/soadomaintemplateExtODI.jar"
<< set config option OverwriteDomain to "true"
>> succeed: set config option OverwriteDomain to "true"
<< set config option AppDir to "/$MW_HOME/user_projects/domains/soa_domain/applications"
>> succeed: set config option AppDir to "/$MW_HOME/user_projects/domains/soa_domain/applications"
<< set config option DomainName to "soa_domain"
>> succeed: set config option DomainName to "soa_domain"
<< write Domain to "/$MW_HOME/user_projects/domains/soa_domain"
>> succeed: write Domain to "/$MW_HOME/user_projects/domains/soa_domain"
<< close template
>> succeed: close template
Related Posts:
ODI 12.1.3 - Applying Patch 20206720: 12.1.3 Generates Inline view name _13 which causes ORA-00911: invalid character
ODI 12.1.3 Mapping generates Inline view name _13 causes ORA-00911: invalid character error
No comments:
Post a Comment