In my case, I am using Red hat linux x86/64 server for OBIEE 11g installation.
To connect with server from Windows I am using NX client application.
Below are the steps we need to follow to start/stop BI services from console using linux commands.
1. STOP OBIEE SERVICES
1.1 STOP OPMN COMPONENTS :
- Log on to server using NX.
- Open terminal Window
- Go to the path mentioned below.
- U01/app/Middleware/instances/instance1/bin
- ./opmnctl stopall
- ./opmnctl status
1.2 STOP WEBLOGIC
- Log on to server using NX.
- Open terminal Window
- Go to the path mentioned below.
- U01/app/Middleware/user_projects/domians/bifoundation_domain/bin
- ./stopWebLogic.sh
1.3 STOP BI_SERVER1
- From EM (http://<SERVER>:7001/em)
- Stop All BI Services
2. START OBIEE SERVICES
2.1 START
WEBLOGIC
- Log on to server using NX.
- Open terminal Window
- Go to the path mentioned below.
- U01/app/Middleware/user_projects/domians/bifoundation_domain/bin
- ./startWebLogic.sh
2.2 START
NODE MANAGER
- Log on to server using NX.
- Open terminal Window
- Go to the path mentioned below.
- U01/app/Middleware/wlserver_10.3/server/bin
- ./startNodeManager.sh
2.3 STARTUP
OPMN COMPONENTS :
- Log on to server using NX.
- Open terminal Window
- Go to the path mentioned below.
- U01/app/Middleware/instances/instance1/bin
- ./opmnctl startall
- ./opmnctl status
2.4 START BI_SERVER1
- From EM (http://<SERVER>:7001/em)
- Start All BI Services
No comments:
Post a Comment