How To change the Port Pool in the E-Business Suite

来源:互联网 发布:mac autotools 编辑:程序博客网 时间:2024/04/30 08:06

单击此项可添加到收藏夹转到底部转到底部

2014-3-3HOWTO为此文档评级通过电子邮件发送此文档的链接在新窗口中打开文档可打印页

In this Document

Goal Solution References

APPLIES TO:

Oracle Applications Technology Stack - Version 11.5.10.2 to 12.1.3 [Release 11.5.10 to 12.1]
Information in this document applies to any platform.
Checekd for relevance on 14-Jan-2011


GOAL

How to change the value of the port pool, e.g from 1 to 0, in an E-Business Suite 11i Instance ?

SOLUTION

1. Review Note 216664.1 - 'FAQ: Cloning Oracle Applications Release 11i'

  • See Question 21: What is the port pool? What if I want to give a specific value to a Server Port?

2. Run adpreclone.pl:

  • Set the Applications Environment by sourcing $APPL_TOP/APPSORA.env
  • "cd" to $OAD_TOP/admin/scripts
  • Execute "perl adpreclone.pl appsTier"

3. Run adcfgclone.pl:

  • Stop all oracle services for Applications by running "adstpall.sh".
  • "cd to "$OAD_TOP/clone/bin
  • Execute "perl adcfgclone.pl appsTier"
  • Enter new port pool number when prompted

If it is required to change the Port Pool or port on the database tier, please follow Note 338003.1 - 'How to change the hostname and/or port of the Database Tier using AutoConfig'.

If you want to change some Ports individually, then use OAM to update the Contextfile and after you have stored your modified values, execute Autoconfig.

REFERENCES

NOTE:216664.1 - FAQ: Cloning Oracle Applications Release 11i
NOTE:338003.1 - Rel 11i: How to change the hostname and/or port of the Database Tier using AutoConfig
0 0