cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to dedicate some nodes to run with admin privileges

biswajitdas_01
Discoverer
0 Likes
705

In our application we have 3 nodes dedicated for cron jobs , backoffice and product cockpit operations.

But from other nodes also we can run cron jobs , and perform all other operation.

Could this be restricted??

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hello Biswajit

From your description it seems that you are running a Hybris cluster environment, so I would suggest that you configure your loadbalancer to restrict backoffice and admin traffic to only the three nodes that you have mentioned. When cronjobs are triggered from a specific node manually, I do believe that they will run in that respective node, rather than using the "Process on Server node" property. So restricting Backoffice and admin access to only the three specified nodes will guarantee that no cronjobs are triggered from the other nodes.

For cronjobs that are scheduled, you can follow the approach as suggested by , by setting the "Process on server node" property

former_member633554
Active Participant
0 Likes

Yes, within the cronjob you can specify which node it should run on. There is a "Process on server node:" option in hmc and backoffice.

You should also exclude business processess from running on app nodes. Put this in local properties. This would exclude running on nodes 3,4,5,6 task.excluded.cluster.ids=3,4,5,6