Monday, December 10, 2012

OBIEE 11g: Starting / Stopping Domain Services in Linux

Starting the OBIEE 11g Domain Components 
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
     c. Note: There is no need for nohup to start OPMN services.

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
"Live, Learn, Apply & Educate!" DRAZDA

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.