- Mastering vRealize Operations Manager(Second Edition)
- Spas Kaloferov Scott Norris Christopher Slater
- 275字
- 2021-06-24 18:42:31
The master and master replica nodes
The master or master replica node is critical to the availability of the vRealize Operations cluster. It contains all vRealize Operations services, including UI, Controller, Analytics, Collector, and Persistence, as well as critical services that cannot be replicated across all cluster nodes. These include the following:
- NTP server
- GemFire locator
During a failure event of the master node, the master replica DB is promoted to a full read/write master. Although the process of replica DB promotion can be done online, the migration of the master role during a failover does require an automated restart of the cluster. As a result, even though it is an automated process, the failure of the master node will result in a temporary outage of the vRealize Operations cluster until all nodes have been restarted against the new master.
The master also has the responsibility for running both an NTP server and client. On initial configuration of the first vRealize Operations node, you are prompted to add an external NTP source for time synchronization. The master node then keeps time with this source, and runs its own NTP server for all data and collector nodes to sync from. This ensures all nodes have the correct time, and only the master/master replica requires access to an external time source.
The final component that is unique to the master role is the GemFire locator. The GemFire locator is a process that tells starting or connecting data nodes where running cluster members are located; this process also provides load balancing of queries that are passed to data nodes that then become data coordinators for that particular query:

- Learning OpenDaylight
- Windows Server 2019 Cookbook
- Linux操作系統(tǒng)基礎(chǔ)
- Learning Windows Server Containers
- Linux從零開始學(視頻教學版)
- Arch Linux Environment Setup How-to
- Java EE 8 Design Patterns and Best Practices
- 嵌入式系統(tǒng)原理及開發(fā)
- Distributed Computing with Go
- iOS 10 開發(fā)指南
- bash shell腳本編程經(jīng)典實例(第2版)
- Web Penetration Testing with Kali Linux(Third Edition)
- Android應(yīng)用性能優(yōu)化最佳實踐
- Learn Quantum Computing with Python and IBM Quantum Experience
- Mastering Eclipse Plug-in Development