Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Friday, August 17, 2018

Parameters: Env Variable

echo $FILE_EDITION
tells which file edition , run or patch.

echo $RUN_BASE
show absolute path to run file system.

echo $PATCH_BASE
show absolute path to patch file system.

echo $NE_BASE
show absolute path to non-edition file system.

echo $APPL_TOP_NE
non-edition appltop path equivalent to $NE_BASE/EBSapps/appl


echo $LOG_HOME
application instance specific log directory

echo $ADOP_LOG_HOME
online patch specific log directory. equivalent :$NE_BASE/EBSapps/log/adop

echo $IAS_ORACLE_HOME
FMWweb tier home directory

echo $ORACLE_HOME
10.1.2 oracle_home

echo $CONTEXT_FILE

echo $EBS_DOMAIN_HOME
WLS deployment of oracle E-Business suit 12.2 domain (instance specific)


cho $ADMIN_SCRIPTS_HOME

echo $EBS_ORACLE_HOME
oracle E-Business suit 12.2. FMW deployment directory

echo $RW
10.1.2 report directory

echo $HOSTNAME
hostname name witout domain name

echo $APPL_VERSION
to get ebs version.

======================================
[apSID@hostname <RUN> ]$ echo $FILE_EDITION
run
[apSID@hostname <RUN> ]$ echo $RUN_BASE
/SID/applmgr/fs2
[apSID@hostname <RUN> ]$ echo $PATCH_BASE
/SID/applmgr/fs1
[apSID@hostname <RUN> ]$ echo $NE_BASE
/SID/applmgr/fs_ne
[apSID@hostname <RUN> ]$ echo $APPL_TOP_NE
/SID/applmgr/fs_ne/EBSapps/appl
[apSID@hostname <RUN> ]$ echo $LOG_HOME
/SID/inst/fs2/inst/apps/SID_hostname/logs
[apSID@hostname <RUN> ]$ echo $ADOP_LOG_HOME
/SID/applmgr/fs_ne/EBSapps/log/adop
[apSID@hostname <RUN> ]$ echo $IAS_ORACLE_HOME
/SID/applmgr/fs2/FMW_Home/webtier
[apSID@hostname <RUN> ]$ echo $ORACLE_HOME
/SID/applmgr/fs2/EBSapps/10.1.2
[apSID@hostname <RUN> ]$ echo $CONTEXT_FILE
/SID/inst/fs2/inst/apps/SID_hostname/appl/admin/SID_hostname.xml
[apSID@hostname <RUN> ]$ echo $EBS_DOMAIN_HOME
/SID/applmgr/fs2/FMW_Home/user_projects/domains/EBS_domain_SID
[apSID@hostname <RUN> ]$ echo $ADMIN_SCRIPTS_HOME
/SID/inst/fs2/inst/apps/SID_hostname/admin/scripts
[apSID@hostname <RUN> ]$ echo $EBS_ORACLE_HOME
/SID/applmgr/fs2/FMW_Home/Oracle_EBS-app1
[apSID@hostname <RUN> ]$ echo $RW
/SID/applmgr/fs2/EBSapps/10.1.2/reports
[apSID@hostname <RUN> ]$ echo $HOSTNAME
hostname
[apSID@hostname <RUN> ]$ echo $APPS_VERSION
12.2.4
[apSID@hostname <RUN> ]$

===================================

[apSID@hostname <RUN> ]$ . EBSapps.env RUN

  E-Business Suite Environment Information
  ----------------------------------------
  RUN File System           : /SID/applmgr/fs2/EBSapps/appl
  PATCH File System         : /SID/applmgr/fs1/EBSapps/appl
  Non-Editioned File System : /SID/applmgr/fs_ne


  Sourcing the RUN File System ...

[apSID@hostname <RUN> ]$ pwd
/SID/applmgr
[apSID@hostname <RUN> ]$

Stopping All Services (Without CM services):

cd $ADMIN_SCRIPTS_HOME
adformsrvctl.sh stop
jtffmctl.sh stop
admanagedsrvctl.sh stop Managed-Server-Name
NEED TO STOP ALL MANAGED SERVERS RUNNING ON THAT NODE .
Ex: admanagedsrvctl.sh stop oacore_server1
This is applicable for oacore , oafm , oaea running on that node
Also you can stop Managed servers from Front end :
Login to console ==> Servers ==> Click on Control ==> select the required Managed Server to stop ==> click on shutdown.
adapcctl.sh  stop
adopmnctl.sh stop
adadminsrvctl.sh stop
adnodemgrctl.sh stop  ==> In case need to stop Node Manager .

Examples in details as below:

Start procedure

Node Manager
$adnodemgrctl.sh start
Enter Weblogic Admin Password:

Weblogic Admin Server
$adadminsrvctl.sh start
Enter Weblogic Admin Password:

Application Listener
$adadlctl start

Oracle Process Manager
$adopmnctl.sh start

Apache Services
$adapchctl.sh start

Managed Server for OACORE Services
$admanagedsrvctl.sh start oacore_server1
Enter Weblogic Admin Password:

Managed Server for FormsServices
$admanagedsrvctl.sh start forms_server1
Enter Weblogic Admin Password:

Managed Server for Fusion MiddleWare  Services
$admanagedsrvctl.sh start oafm_server1
Enter Weblogic Admin Password:

Managed Server for Forms web  Services
$admanagedsrvctl.sh start forms-c4ws_server1
Enter Weblogic Admin Password:

Concurrent Manager Service
$adcmctl.sh start apps/apps

Fullfillment Serer Services
$jtffmctl.sh start
=================================================

Stop procedure:

Fullfillment Serer Services
$jtffmctl.sh stop

Concurrent Manager Service
$adcmctl.sh stop apps/apps

Managed Server for Forms web  Services
$admanagedsrvctl.sh stop forms-c4ws_server1
Enter Weblogic Admin Password:

Managed Server for Fusion MiddleWare  Services
$admanagedsrvctl.sh stop oafm_server1
Enter Weblogic Admin Password:

Managed Server for FormsServices
$admanagedsrvctl.sh stop forms_server1
Enter Weblogic Admin Password:

Managed Server for OACORE Services
$admanagedsrvctl.sh stop oacore_server1
Enter Weblogic Admin Password:

Apache Services
$adapchctl.sh stop

Oracle Process Manager
$adopmnctl.sh stop

Application Listener
$adadlctl stop

Weblogic Admin Server
$adadminsrvctl.sh stop
Enter Weblogic Admin Password:

Node Manager
$adnodemgrctl.sh stop
Enter Weblogic Admin Password: