1) Verify weblogic processes.
ps -ef|grep weblogic.Server
ps -ef|grep -i startWebLogic.sh
2) You can find the weblogic port from the below tag of context file.
$grep s_wls_adminport $CONTEXT_FILE
3) Verify weblogic port to see if the application is running.
netstat -anp|grep <weblogic_port>
4) Login to application to see if weblogic server is up and all the components are running.
http(s)://hostname:7001/console
http(s)://hostname:7001/em
5) How to find version of weblogic server:
(i). set EBS target environment (RUN/PATCH)
(ii). cd $FMW_HOME
(iii). grep for version.
[appltest@Hostname FMW_Home]$ grep -i version registry.xml
<?xml version="1.0" encoding="UTF-8"?><bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">
<component name="Common Infrastructure Engineering" version="7.4.0.0" InstallDir="">
<component name="WebLogic Server" version="10.3.6.0" InstallDir="/u01/oracle/TEST/fs1/FMW_Home/wlserver_10.3">
<component name="Oracle Configuration Manager" version="10.3.5.0" InstallDir="">
ps -ef|grep weblogic.Server
ps -ef|grep -i startWebLogic.sh
2) You can find the weblogic port from the below tag of context file.
$grep s_wls_adminport $CONTEXT_FILE
3) Verify weblogic port to see if the application is running.
netstat -anp|grep <weblogic_port>
4) Login to application to see if weblogic server is up and all the components are running.
http(s)://hostname:7001/console
http(s)://hostname:7001/em
5) How to find version of weblogic server:
(i). set EBS target environment (RUN/PATCH)
(ii). cd $FMW_HOME
(iii). grep for version.
[appltest@Hostname FMW_Home]$ grep -i version registry.xml
<?xml version="1.0" encoding="UTF-8"?><bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">
<component name="Common Infrastructure Engineering" version="7.4.0.0" InstallDir="">
<component name="WebLogic Server" version="10.3.6.0" InstallDir="/u01/oracle/TEST/fs1/FMW_Home/wlserver_10.3">
<component name="Oracle Configuration Manager" version="10.3.5.0" InstallDir="">