FUSION APPS 11.1.8 SHUTDOW
1) FUSION APPS DOMAINS AND INSTANCE SHUTDOWN -
Your paths may be different please check and proceed.
a) Navigate to directory to stop OHS
service:
[oracle@orafus
~]$ cd /u01/fusion118/app/oracle/instance/CommonDomain_webtier/bin/
[oracle@orafus
~]$ ./opmnctl
stopall
b) Navigate to directory stop BI:
[oracle@orafus ~]$~]$ cd /u01/fusion118/app/oracle/instance/BIInstance/bin/
[oracle@orafus ~]$~]$ cd /u01/fusion118/app/oracle/instance/BIInstance/bin/
[oracle@orafus ~]$ ./opmnctl stopall
c) Navigate to directory stop GOP:
[oracle@orafus ~]$ ~]$ cd /u01/fusion118/app/oracle/instance/gop_1/bin/
[oracle@orafus
~]$ ./opmnctl
stopall
d) Navigate to directory Fusion
Application Ad/bin: With one script “./fastartstop.sh” all Fusion Apps Domains
including Adminservers, managed servers, are stopped.
[oracle@orafus ~]$ ~]$ cd /u01/fusion118/app/oracle/fusionapps/applications/lcm/ad/bin/
[oracle@orafus ~]$ ./fastartstop.sh -Stop -all -username FAAdmin -appbase
/u01/fusion118/app/oracle/fusionapps/applications/
e) Kill Nodemanager process by grep
the process with below command: Kill process ID found.
[oracle@orafus ~]$ ps –ef| grep /u01/ |grep nodemanager
[oracle@orafus ~] kill -9 “process ID”
f)
Stop Fusion Apps Database
[oracle@orafus
~]$export
ORACLE_SID=fusiondb
[oracle@orafus
~]$ export
ORACLE_HOME= /u01/fusion118/app/database/product/11.2.0/dbhome_1
g)
Check the database name must be “FUSIONDB”
[oracle@orafus ~]$ select name from v$database;
h)
Connect as sysdba and shutdown the database now with Immediate command:
[oracle@orafus
~]$ sqlplus / as sysdba
[oracle@orafus
~]$ shutdown immediate
i)
Stop the listener:
[oracle@orafus ~]$ lsnrctl stop LISTENER_FUSIONDB
2) IDM DOMAINS AND INSTANCE SHUTDOWN
Your paths may be different please check and proceed.
We need to shutdown IDM Node and
Database (This consist of following Services):
OID Instance, Web Instance, ODSM
Instance, Node Manager, Admin Server, and SOA, OIM, OIM, OID Managed Servers
a) Navigate to the scripts
directory:
[oracle@orafus
~]$ cd /u03/app/oracle/config/scripts
b) Issue the stopall command.
[oracle@orafus
~]$ ./stopall.sh
c) It will ask for Node Manager and
Weblogic Password:
[oracle@orafus
~]$ Enter NodeManager Password: Oracle832
[oracle@orafus ~]$ Enter Weblogic Admin Password: Oracle832
d)
Check the logs at this path once all the above mentioned services are
stopped:
[oracle@orafus
~]$ /u03/app/oracle/config/scripts/logs
e)
Stop IDM Database
[oracle@orafus
~]$ export
ORACLE_SID=idmdb
[oracle@orafus
~]$ export
ORACLE_HOME=/u03/app/database/product/11.2.0/dbhome_1
f)
Check the database name must be “IDMDB”
[oracle@orafus ~]$ select name from v$database;
g)
Shutdown the database now with Immediate command:
[oracle@orafus
~]$ sqlplus / as sysdba
[oracle@orafus
~]$ shutdown immediate
h)
Stop the listener:
[oracle@orafus ~]$ lsnrctl stop LISTENER_IDMDB
FUSION APPS 11.1.8
STARTUP
1) IDM DOMAINS AND INSTANCE STARTUP
Your paths may be different please check and proceed.
We need to startup first IDM Node
and Database (This consist of following Services):
OID Instance, Web Instance, ODSM
Instance, Node Manager, Admin Server, and SOA, OIM, OIM, OID Managed Servers
Start IDM Database
a)
[oracle@orafus ~]$ export ORACLE_SID=idmdb
[oracle@orafus
~]$ export
ORACLE_HOME=/u01/app/database/product/11.2.0/dbhome_1
b)
Startup the database now with startup command:
[oracle@orafus
~]$ sqlplus / as sysdba
[oracle@orafus
~]$ startup
c)
Check the database name must be “IDMDB” after startup:
[oracle@orafus ~]$ select name from v$database;
d)
Start the listener:
[oracle@orafus ~]$ lsnrctl start LISTENER_IDMDB
e) Navigate to the scripts
directory:
[oracle@orafus
~]$ cd /u03/app/oracle/config/scripts
f) Issue the startall command.
[oracle@orafus
~]$ ./startall.sh
g) It will ask for Node Manager and
Weblogic Password:
[oracle@orafus
~]$ Enter NodeManager Password: Oracle832
[oracle@orafus ~]$ Enter Weblogic Admin Password: Oracle832
h)
Check the logs at this path once all the above mentioned services are
stopped:
[oracle@orafus
~]$ /u03/app/oracle/config/scripts/logs
2) FUSION APPS DOMAINS AND INSTANCE STARTUP
Your paths may be different please check and proceed.
a)
Start Fusion Apps Database
[oracle@orafus
~]$ export
ORACLE_SID=fusiondb
[oracle@orafus
~]$ export
ORACLE_HOME= /u03/fusion118/app/database/product/11.2.0/dbhome_1
b)
Connect as sysdba and start database now with startup command:
[oracle@orafus
~]$ sqlplus / as sysdba
[oracle@orafus
~]$ startup
c)
Check the database name must be “FUSIONDB”
[oracle@orafus ~]$ select name from v$database;
d)
Start the listener:
[oracle@orafus ~]$ lsnrctl start LISTENER_FUSIONDB
e) Navigate to directory to start
OHS service:
[oracle@orafus
~]$ cd /u01/fusion118/app/oracle/instance/CommonDomain_webtier/bin/
[oracle@orafus
~]$ ./opmnctl
startall
f) Navigate to directory start BI:
[oracle@orafus ~]$ cd /u01/fusion118/app/oracle/instance/BIInstance/bin/
[oracle@orafus ~]$ cd /u01/fusion118/app/oracle/instance/BIInstance/bin/
[oracle@orafus ~]$ ./opmnctl startall
g) Navigate to directory start GOP:
[oracle@orafus ~]$ cd /u01/fusion118/app/oracle/instance/gop_1/bin/
[oracle@orafus
~]$ ./opmnctl
startall
h) Navigate and Start Nodemanager
process:
[oracle@orafus ~]$ cd /u01/fusion118/app/oracle/instance/nodemanager/igatefusionapps.igatecorp.com
[oracle@orafus
~]$ ./startNodeManagerWrapper.sh
& disown
i) Navigate to directory Fusion
Application Ad/bin: With one script “./fastartstop.sh” all Fusion Apps domains
including Adminservers, managed servers, are started.
[oracle@orafus ~]$ cd /u01/fusion118/app/oracle/fusionapps/applications/lcm/ad/bin/
[oracle@orafus ~]$ ./fastartstop.sh -Start -all -username FAAdmin -appbase
/u01/fusion118/app/oracle/fusionapps/applications/
**************************************Done****************************
Note - For physical or virtual installation of fusion applications at your end for learning and training purpose only please contact us at
info@orainstall.com
No comments:
Post a Comment