How To Start OBIEE Related Services Automatically After Box Restart — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How To Start OBIEE Related Services Automatically After Box Restart

Received Response
11
Views
2
Comments
user11183570
user11183570 Rank 3 - Community Apprentice

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