-
1. Re: Two-node domain with a worker node and a gateway node
Sven Benzing Nov 7, 2019 11:13 AM (in response to Kittu Babu)Hi,
in case Node01 goes down for any reason the whole domain will go down as all Administrative Tasks (Informatica Administrator, Log Manager etc.) can only be executed on a Gateway Node.
So, if you want to have a backup for failover both of you nodes need to be Gatewaynodes.
Hope that helps
Kind regards,
-Sven
-
2. Re: Two-node domain with a worker node and a gateway node
Kittu Babu Nov 7, 2019 10:30 PM (in response to Sven Benzing)Thanks for the info.
What are the functions of worker nodes exactly ?
-
3. Re: Two-node domain with a worker node and a gateway node
Sven Benzing Nov 8, 2019 12:37 AM (in response to Kittu Babu)Hi,
The gateway nodes can run management services for the domain, and they are also the ones that communicate with the domain database. The worker node can run application services, but cannot communicate with the domain database.
A worker node runs a Service Manager process, and it can run application services. The worker node cannot run the extra management processes, nor does it communicate with the domain database. This can be good, because it does not require the extra resources for management, but it cannot take over as a master gateway node.
In simple words a worker node is designed to spread the work load between your nodes in the domain.
Regards,
-Sven
-
4. Re: Two-node domain with a worker node and a gateway node
Kittu Babu Nov 8, 2019 2:03 AM (in response to Sven Benzing)Got it. Could you pls confirm me on below.
So if we define, node01 as Gateway & node02 as worker node.
If node01 goes down, So the entire domain will die ?
-
5. Re: Two-node domain with a worker node and a gateway node
Sven Benzing Nov 8, 2019 2:17 AM (in response to Kittu Babu)Yes, this is correct.
In a domain with one gateway node and one worker node, if the lone gateway node goes down, so does the worker node and any application services. If the worker node goes down, then the gateway node will continue running.