Automatically stop and start opmnctl (BI components) — Oracle Analytics

Oracle Analytics Cloud and Server

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

Automatically stop and start opmnctl (BI components)

Received Response
1
Views
1
Comments
3498400
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

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.