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
Automatically stop and start opmnctl (BI components)

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
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