reg refresh

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

reg refresh

satish
Hi,

Not sure whether my earlier message is created,anyways raising the same concern again.could you please clarify on below information

Ensure that Port Pool provided for the Target fs1 is different from that of any of the source nodes.

What this means is for example production port pool is 0 “Run File System” & 1 “Patch File System”.

In your target instance if port pool is same 0 & 1 then you need to make it 1 & 0. When you run

adcfgclone in target for run file system give 1 and for patch file system 0.

Thanks in advance
Reply | Threaded
Open this post in threaded view
|

Re: reg refresh

ErmanArslansOracleBlog
Administrator
Hi Satish,

INFO:

in EBS 12.2, we have 2 port pools, because we have online patching.
In EBS 12.2, we have 2 filesystems, 2 environments (run and patch) and sometimes we have apps processes running from both of these filesystems concurrently (during patching activities mostly) and that's why we have multiple port pools.. Using different port pool, we are preventing the port conflicts between those processes.

Example: if your EBS 12.2 HTTP server is running from port 8000, database listener is running from port 1521 and if your weblogic console is running from 7001, then we can say that your current run edition port pool is 0 and your patch edition port pool is 1.

Example: If your port pool is 5 (for run nedition), then your HTTP server will be running from port 8005 (8000+5) and your DB listener will be running (1521+5) and your weblogic console will be running from 7006 (7001+5) and so on.

What are you trying to do? (something like cloning of EBS 12.2?). Tell me with all the details, so that I can help you.