- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 252字
- 2021-07-02 20:55:39
Node
After the domain configuration, the node gets configured. The following points describe a node:
- It is a representation of a server running the PowerCenter Server software.
- It is a logical representation of a machine in a domain.
- The node takes the name of your machine.
- Only one node is possible per license.
- One node in the domain acts as a gateway to receive service requests from clients and route them to the appropriate service and node.
- Services and processes run on nodes in a domain.
- There are two types of nodes that are configured--worker node and gateway node.
- Gateway node is created when you install Informatica. When we installed Informatica Server in the previous chapter, a default node was created; that node will act as the gateway node.
- The machine on which the domain is configured will be used as the gateway node.
- When you install the Informatica services on other machines, you create additional gateway nodes or worker nodes which you join to the domain.
- One gateway node serves as the master gateway node for the domain. The master gateway node receives service requests from clients and routes them to the appropriate service and node.
- A worker node is any node not configured to serve as a gateway. A worker node can run application services, but it cannot serve as a gateway. The service manager performs limited domain operations on a worker node.
The following figure represents the domain and node configuration:

The source of this image is https://kb.informatica.com/proddocs/Product%20Documentation/4/IN_100_InstallationAndConfigurationGuide_en.pdf.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- 編程卓越之道(卷3):軟件工程化
- Ext JS Data-driven Application Design
- Django Design Patterns and Best Practices
- oreilly精品圖書(shū):軟件開(kāi)發(fā)者路線圖叢書(shū)(共8冊(cè))
- Processing互動(dòng)編程藝術(shù)
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- .NET 4.5 Parallel Extensions Cookbook
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- Getting Started with Python
- Python計(jì)算機(jī)視覺(jué)和自然語(yǔ)言處理
- Scrapy網(wǎng)絡(luò)爬蟲(chóng)實(shí)戰(zhàn)
- Head First Kotlin程序設(shè)計(jì)