Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 220 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Automatically stop and start opmnctl (BI components)

3498400
Rank 1 - Community Starter
Hi Team,
Kindly let us know is there any linux shell script to stop and start only BI components (opmnctl).
The linux script should check all the BI components successfully stopped and then it should start all the BI components.
Thanks
0
Answers
-
Hi,
Isn't what opmnctl already does?
opmnctl stopall
opmnctl status
opmnctl startall
You just need to add a piece of logic in between to check if status return everything is down.
If you post more about the reason you look to restart opmn components like that it's maybe easier to give you a better answer. You maybe also want to mention exactly what version you talk about.
0