Port list

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

Port list

latifa
Hi Erman,

I followed a procedure to clone 5 servers: CM, WebLo and OHS. I mistaken in the port number prompted for (I should put 1 instead of 2). My situation that all port are shifted by 1. How can I correct this before reconfiguration of the master one.
Even the master node (where I have done the installation) has a shift in the port number (I think because I run autoconfig on it when I cleaned fnd_nodes).

Master node:
grep oacore_server $CONTEXT_FILE --> oacore_server1:7203
grep forms_server $CONTEXT_FILE --> forms_server1:7403
grep oacore_nodes $CONTEXT_FILE -->udkfinp03.dalkia.net:7203
 
The other nodes also similar ...

DB port numer is 1522.

What should I do ... Rerun Adcfgclone on all nodes starting from the master (after deleting nodes one by one) ? It will look for Weblogic services  and I will not able to the clone the master node !

Thank you in advance for your reply.

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
Hi,

I didn't understand what you are trying to do exactly. I didn't understand what  your environment looks like and what you are trying to achive..

However, I can directly recommend you a Support note for changing FMW port numbers.

Here,
Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2 (Doc ID 1905593.1)

In this note, we have "4.2.4 Changing the Port Numbers of the Managed Servers"
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
Hi Erman,

I am sorry, I couldn't explain well my problem.

I have done all installation of r12 on a single node (all components together : serv1 which is the master server)  .

After that, I added 5 nodes using adcfgclone:
a. 1 server: Batch Processing Services (serv2)
b. 2 servers: Web Application Services and other services (serv3 and serv4)
c. 2 servers: Web entry servers (serv5 and serv6).

So serv1 is the master and I should reconfigure it to be only: Batch Processing Services (rather than all services).

Previously, I hace got a network problem and my cloning installation of serv3 failed. I know I didn't respect Oracle support, so I cleaned nodes in fnd_nodes and I have done autoconf on all servers (even DB server) and ....

Moreover, ports number in all servers (even serv1) are not good as I said in my previous post: as DB is 1522 so while cloning, I should reply "1" rather than "2" for the following question:

Target System Port Pool [0-99] : 2

Patch file system should have different port pool than Run file system..

Target System Port Pool [0-99] : 3

Checking the port pool 3
done: Port Pool 3 is free

I hope the situation is clear now.

Please let me know if you need more explaination.

Regards,
Latifa





While checking ports



Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
Did you check the following?

Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2 (Doc ID 1905593.1)

In this note, we have "4.2.4 Changing the Port Numbers of the Managed Servers"
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
Yes, I tried. However, I must first edit the port number by following the steps in Section 4.2.1.
In this section I should Log on to the WebLogic Server Administration Console and I have no access to this console even I started services on servers serv5,6,7,8 and I have following error message:

Failure of Web Server bridge:
--------------------------------------------------------------------------------
No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.

regards,
Latifa
 
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
I stopped all services again and restarted them again (on serv5,6,7 and 8) --> I could access to the OA console. Is there a difference between this one and WebLogic Server Administration Console ?

where to the URL of this console ?
Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
OA console? There is no such thing.
Are you talking about FMW console?
Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
In order to reach the weblogic admin console, your weblogic admin server( controlled with the adadminsrvctl.sh) should be up and running.
Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
Did you ever connected to Weblogic admin console?

It is avaiable through <a href="http://ip_Address:port/console">http://ip_Address:port/console

that port however is changable.. For ex: If your EBS http port is 8000, then admin port can be 7000 or 7001.
If EBS HTTP port is 8001, then admin port can be 7001 or 7002.. etc..
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
I never connect to the Weblogic admin console ...
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
In reply to this post by ErmanArslansOracleBlog
My EBS http port is 8001:

http://udkfinp03.domain:8001 --> actually it doesn't work . it was the primary server.

Only those hhtp URLs work :
http://udkfinp07.domain:8001 and http://udkfinp08.domain:8001

so I tried for webLogic admin :http://udkfinp07.domain:7001 and with 7002 --> it doesn't work.
even : http://udkfinp08.domain:7001 and 7002 --> idem.

How can we get those port list without accessing to the weblogic Admin Console ?

Also, can I do :

a. delete node udkfinp03 (the primary one) with :

perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-delete-node \
> -contextfile=/opt/application/V12/fs2/inst/apps/dbofini1_udkfinp03/appl/admin/DBOFINP_udkfinp03.xml \
> -logfile=/opt/application/V12/delete_node_03.log

b. Reclone this node  with : perl adcfgclone.pl appsTier dualfs

and when I will be prompted to :

Do you want to add a node (yes/no) [no] : no
Do you want to add a node (yes/no) [no] : no


Running: Context clone...

Log file located at /opt/application/V12/fs2/EBSapps/comn/clone/bin/CloneContext_0206222703.log

Provide the values required for creation of the new APPL_TOP Context file.

Target System Hostname (virtual or normal) [udkfinp03] :

What will hapen in this case ?


Thank you in advance for your help.

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
Oh I forgot, I delete node udkfinp03 because it's the primary one (where I have installation). So I correct port list in it  while cloning it by the good port number ("1" when prompted to)

After that, I'll do the necessary backup (EBSapps) to clone the other servers (after deleting them of course with the previous commande ebs-delete-node).
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
Hi Erman,

I think that this situation is normal because in the given procedure  the run file system is in the fs1 file system however in my case it's fs2.

I checked context_files for the patch file system and it's similar that the one requested in the procedure ...

I think the situation is normal ... so continuing configuration should be adapted  according to the fs2 files system:

for example:

perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
-contextfile=/opt/application/V12/fs1/inst/apps/dbofini1_udkfini02/appl/admin/dbofini1_udkfini02.xml \
-configoption=removeMS \
-oacore=udkfini02.dalkia.net:7202  \
-oafm=udkfini02.dalkia.net:7602 \
-forms=udkfini02.dalkia.net:7402 \
-formsc4ws=udkfini02.dalkia.net:7802

So I will adapt ports like this:

-oacore=udkfini02.dalkia.net:7203  \
-oafm=udkfini02.dalkia.net:7603 \
-forms=udkfini02.dalkia.net:7403 \
-formsc4ws=udkfini02.dalkia.net:7803


What do you think ?

Regards,
Latifa



Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
the documentation is clear Latifa.

Set your run env and give the ports that you use for your run edition.
As for weblogic console;  use the script named adadminsrvctl.sh in $ADMIN_SCRIPTS_HOME.
This script is for controlling the weblogic console of EBS. (Admin Server actually)
So run adadminsrvctl.sh and check the logs and statusç This should start the weblogic console.


Also, please explain this: "in the given procedure  the run file system is in the fs1 file system however in my case it's fs2. "
Which procedure is it?

2017-02-07 1:19 GMT+03:00 latifa [via Erman Arslan's Oracle Forum] <[hidden email]>:
Hi Erman,

I think that this situation is normal because in the given procedure  the run file system is in the fs1 file system however in my case it's fs2.

I checked context_files for the patch file system and it's similar that the one requested in the procedure ...

I think the situation is normal ... so continuing configuration should be adapted  according to the fs2 files system:

for example:

perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
-contextfile=/opt/application/V12/fs1/inst/apps/dbofini1_udkfini02/appl/admin/dbofini1_udkfini02.xml \
-configoption=removeMS \
-oacore=udkfini02.dalkia.net:7202  \
-oafm=udkfini02.dalkia.net:7602 \
-forms=udkfini02.dalkia.net:7402 \
-formsc4ws=udkfini02.dalkia.net:7802

So I will adapt ports like this:

-oacore=udkfini02.dalkia.net:7203  \
-oafm=udkfini02.dalkia.net:7603 \
-forms=udkfini02.dalkia.net:7403 \
-formsc4ws=udkfini02.dalkia.net:7803


What do you think ?

Regards,
Latifa






If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/Port-list-tp2096p2119.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML



--

Erman Arslan, MBA 

Applications and Database Operations Manager

Oracle Certified Expert, Certified Exadata and Linux Administrator


Author,  Practical Oracle E-Business Suite

Blog:     ermanarslan.blogspot.com

Forum:  http://ermanarslan.blogspot.com/p/forum.html


Mobile: +905301567803

Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
Hi Erman,

As you know, in the new release of Oracle E-Business, $RUN_BASE can be on one of the files system: fs1 or fs2.

If $RUN_BASE is on fs2 so fs1 contain patch file system.

The procedure I am following is the one given by the integrator (customer).

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Port list

ErmanArslansOracleBlog
Administrator
Aha.. a custom procedure. so what is situation now?

7 Şub 2017 10:42 tarihinde "latifa [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Hi Erman,

As you know, in the new release of Oracle E-Business, $RUN_BASE can be on one of the files system: fs1 or fs2.

If $RUN_BASE is on fs2 so fs1 contain patch file system.

The procedure I am following is the one given by the integrator (customer).

Regards,
Latifa


If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/Port-list-tp2096p2122.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: Port list

latifa
Hi Erman,

So I will continue following the custom procedure:

1. Reconfigure the primary node and:
a. modify its context_file manually first:

s_login_page
s_external_url
<hostname oa_var="s_webhost">udkfinp07</hostname>
<webentryhost oa_var="s_webentryhost">udkfinp07</webentryhost> 
 
b. perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \

first with: -configoption=removeMS \ --> to remove config in it

..... data of the primary node

 <oacore_nodes oa_var="s_oacore_nodes">udkfinp03.dalkia.net:7203</oacore_nodes>
   <forms_nodes oa_var="s_forms_nodes">udkfinp03.dalkia.net:7403</forms_nodes>
   <oafm_nodes oa_var="s_oafm_nodes">udkfinp03.dalkia.net:7603</oafm_nodes>
   <forms-c4ws_nodes oa_var="s_forms-c4ws_nodes">udkfinp05.dalkia.net:7803</forms-c4ws_nodes>

c.  followed by :
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
-configoption=addMS \ --> to make the recent configuration with the added node (udkfinp05).

   <oacore_nodes oa_var="s_oacore_nodes">udkfinp05.dalkia.net:7203</oacore_nodes>
   <forms_nodes oa_var="s_forms_nodes">udkfinp05.dalkia.net:7403</forms_nodes>
   <oafm_nodes oa_var="s_oafm_nodes">udkfinp05.dalkia.net:7603</oafm_nodes>
   <forms-c4ws_nodes oa_var="s_forms-c4ws_nodes">udkfinp05.dalkia.net:7803</forms-c4ws_nodes>
       
...
 etc ... for the other nodes ...

>>> I will rewrite this part of the procedure according my case :) I should pay attention ...

Regards,
Latifa