28 Jun 2022 08:06 PM - last edited on 29 Jun 2022 07:12 AM by Karolina_Linda
Hi All,
I have a specific case:
I have the same process running into two different Hosts (With the same process group name).
I want to split the service depeding on the Host (because those two Hosts have two different functions).
Note: The hosts have a different Host group.
Solved! Go to Solution.
28 Jun 2022 08:23 PM
You need to split the process group. Using host groups is the easiest and preferred method of solving your case and they are just for this purpose.
Just choose one of the hosts and set the host group on that host and restart your applications. The processes will get different IDs and won't be part of the same process group.
29 Jun 2022 06:17 AM
Thanks @Julius_Loman for your quick support.
Yes this is what I did, Adding host group, but restarting the application is mandatory?
I will try to restart now, because the PG have always the same name in both hosts.
Have a good day.
29 Jun 2022 08:52 AM
@Malaik restarting is mandatory. Processes will get new IDs on restart only.