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.
|