- Mastering vRealize Operations Manager(Second Edition)
- Spas Kaloferov Scott Norris Christopher Slater
- 345字
- 2021-06-24 18:42:32
GemFire clustering
At the core of vRealize Operations, 6.6 architecture is the powerful GemFire in-memory clustering and distributed cache. GemFire provides the internal transport bus, as well as the ability to balance CPU and memory consumption across all nodes through compute pooling, memory sharing, and data partitioning. With this change, it is better to then think of the Controller, Analytics, and Persistence layers as components that span nodes, rather than individual components on individual nodes:

The migration to GemFire is probably the single largest underlying architectural change from vCenter Operations Manager 5.x, and the result of moving to a distributed in-memory database has made many of the new vRealize Operations 6.x features possible, including the following:
- Elasticity and scale: Nodes can be added on demand, allowing vRealize Operations to scale as required. This allows a single Operations Manager instance to scale to 6 extra large nodes in a cluster, which can support up to 180,000 objects and 45,000,000 metrics.
- Reliability: When GemFire HA is enabled, a backup copy of all data is stored in both the Analytics GemFire cache and the Persistence layer.
- Availability: Even with the GemFire HA mode disabled, in the event of a failure, other nodes take over the failed services and the load of the failed node (assuming the failure was not the master node).
- Data partitioning: vRealize Operations leverages GemFire data partitioning to distribute data across nodes in units called buckets. A partition region will contain multiple buckets that are configured during a startup, or migrated during a rebalance operation. Data partitioning allows the use of the GemFire MapReduce function. This function is a data-aware query, that supports parallel data querying on a subset of the nodes. The result of this is then returned to the coordinator node for final processing.
- Linux網絡管理與配置(第2版)
- 鴻蒙生態(tài):開啟萬物互聯(lián)的智慧新時代
- Kali Linux滲透測試全流程詳解
- Arch Linux Environment Setup How-to
- Mastering Distributed Tracing
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- vSphere Virtual Machine Management
- Windows Phone 7.5 Data Cookbook
- 新手易學:系統(tǒng)安裝與重裝
- 嵌入式系統(tǒng)原理及開發(fā)
- Linux系統(tǒng)安全基礎:二進制代碼安全性分析基礎與實踐
- 注冊表應用完全DIY
- NetDevOps入門與實踐
- 計算機系統(tǒng)的自主設計
- Learn CUDA Programming