FADB Start the Fusion Applications transaction database.
FAIDM Start the Oracle Identity Management environment.
FUSION Start Node Manager.
FUSION Start the Administration Servers in all the domains.
FUSION Start the Managed Servers.
FUSION Start the Oracle Business Intelligence components.
FUSION Start the Oracle HTTP Server
FUSION Stop the Managed Servers.
FUSION Stop the Oracle HTTP Server.
FUSION Stop the Oracle Business Intelligence components.
FUSION Stop the Administration Servers.
FUSION Stop the Managed Servers.
FAIDM Stop the Oracle Identity Management Environment.
FADB Stop the Oracle Database.
After provisioning, a set of standard control scripts is created and it can be used to start/stop the envrionment in one action.
xxxxxxxxxxsu - oraclecd /oracle/idm/config/scripts./startall.sh Welcome1 Welcome1or./stopall.sh Welcome1 Welcome1
The 1st argument is the Node Manager password, and 2nd argument is the Weblogic admin password.
For the Fusion App Server environment, all the actions can be scripted, but I personally prefered to start/stop the managed servers manually. one domain at a time. If all managed servers are started at the same time, the CPU resource is bounded and it could cause some actions become time-out and not response properly.
xxxxxxxxxxsu - oraclecd /oracle/fusion/instance/nodemanager/`hostname`rm *.lcknohup ./startNodeManagerWrapper.sh > /dev/null &cd /oracle/fusion/instance/domains/`hostname`/CommonDomain/binnohup ./startWebLogic.sh < /dev/null &> /dev/null &cd /oracle/fusion/instance/domains/`hostname`/FinancialDomain/binnohup ./startWebLogic.sh < /dev/null &> /dev/null &cd /oracle/fusion/instance/domains/`hostname`/CRMDomain/binnohup ./startWebLogic.sh < /dev/null &> /dev/null &cd /oracle/fusion/instance/domains/`hostname`/HCMDomain/binnohup ./startWebLogic.sh < /dev/null &> /dev/null &cd /oracle/fusion/instance/domains/`hostname`/BIDomain/binnohup ./startWebLogic.sh < /dev/null &> /dev/null &cd /oracle/fusion/instance/BIInstance/bin./opmnctl startallcd /oracle/fusion/instance/CommonDomain_webtier/bin./opmnctl startall
After all Weblogic admin servers and Enterprise Managers are up, you need to log on to each Weblogic server domain, and manually start all Managed Servers in one pass.
First, manually stop all Managed Servers in each domain. Then you can shutdown the Weblogic admin server, Enterprise Manager, and then the Node Manager.
xxxxxxxxxxcd /oracle/fusion/instance/CommonDomain_webtier/bin./opmnctl stopallcd /oracle/fusion/instance/BIInstance/bin./opmnctl stopallcd /oracle/fusion/instance/domains/`hostname`/BIDomain/bin./stopWebLogic.shcd /oracle/fusion/instance/domains/`hostname`/CRMDomain/bin./stopWebLogic.shcd /oracle/fusion/instance/domains/`hostname`/HCMDomain/bin./stopWebLogic.shcd /oracle/fusion/instance/domains/`hostname`/FinancialDomain/bin./stopWebLogic.shcd /oracle/fusion/instance/domains/`hostname`/CommonDomain/bin./stopWebLogic.shkill -9 `ps -ef | grep [N]odeManager | awk '{print $2}'`
© 2026 by Christopher Ho. All Rights Reserved