Starting the OBIEE 11g Domain Components
1. Start WebLogic Domain:
1. Start WebLogic Domain:
a. Open a new terminal and login
b. Go to: /user_projects/domains/bifoundation_domain/bin
c. Execute: nohup ./startWebLogic.sh &
i. Note: nohup is the command to run executions in the background.
2. Start Node Manager:
a. From the same terminal, Go to: Hme>/wlserver_10.3/server/bin
b. Execute: nohup ./startNodeManager.sh &
c. To confirm the services started, access OBI Console and Enterprise Manager.
3. Start Managed Server:
a. Go to: /user_projects/domains/bifoundation_domain/bin
b. Execute: ./startManagedWebLogic.sh
4. Start OBIEE (OPMN):
a. Go to: /instances/instance1/bin
b. Execute: ./opmnctl startall
Stopping the OBIEE 11g Domain Components
Note: to stop OBIEE services, the order is reverse:
1. Stop OBIEE (OPMN):
a. Open a new terminal and login
b. Go to: /instances/instance1/bin
c. Execute: ./opmnctl stopall
2. Stop Managed Server:
a. From the same terminal, Go to: /user_projects/domains/bifoundation_domain/bin/
b. Execute: ./stopManagedWebLogic.sh
3. Stop WebLogic:
a. Go to: /user_projects/domains/bifoundation_domain/bin
b. Execute: ./stopWebLogic.sh