Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How To Start OBIEE Related Services Automatically After Box Restart

Hello Experts,
We have installed OBIEE 11.1.1.9.0 on MS Windows 2012 SP2. Every Sunday MS Windows Server team restarts all the boxes and that closes down our OBIEE Application. But after the server starts, we have to manually run -
a) To start Node Manager:- cd app\Oracle\Middleware\wlserver_10.3\server\bin
startNodeManager.cmd
b) To Start Weblogic Server:- cd app\Oracle\Middleware\user_projects\domains\bifoundation_domain\bin
startWebLogic.cmd
c) To Start Manager Server:- cd app\Oracle\Middleware\user_projects\domains\bifoundation_domain\bin
startManagedWebLogic.cmd bi_server1
d) To Start OPMN Services:- cd app\Oracle\Middleware\instances\instance1\bin
opmnctl startall
As we manually run them, these 4 DOS/Command Prompt windows are always open with UID log in session (thru Remote Desktop Connection). If I close the cmd prompts esp. admin server and manager server one, that service closes down.
Can we do something so that these 4 services automatically start up after every restart(like Creating windows service etc. or anything else)? Also now if i log off, these 4 services close. If your proposed solution addresses this issue, it will be great. Thank you.
Regards, Avishek
Answers
-
-
Hello Christian,
Thanks for googling on my behalf . I worked on the suggested solution mentioned in the link and it turned out to be really helpful. We successfully created two services - one for admin server and the other is for managed server.
Highly appreciate your help. It helps.
Thanks & Regards,
Avi
0