- Mastering vRealize Operations Manager(Second Edition)
- Spas Kaloferov Scott Norris Christopher Slater
- 324字
- 2021-06-24 18:42:29
The user interface
In vRealize Operations 6.6, the UI is broken into two components the Product UI, and the Admin UI. The Product UI is present on all nodes, with the exception of nodes that are deployed as remote collectors.
The Admin UI is a web application hosted by Pivotal tc Server (Java application Apache web server), and is responsible for making HTTP REST calls to the admin API for node administration tasks. The CaSA is responsible for cluster administrative actions, such as the following:
- Enabling/disabling the vRealize Operations cluster
- Enabling/disabling cluster nodes
- Performing software updates
- Browsing log files
The Admin UI is purposely designed to be separate from the Product UI and to always be available for administration and troubleshooting-type tasks. A small database caches data from the Product UI that provides the last known state information to the Admin UI in the event that the Product UI and analytics are unavailable.
The Product UI is the main vRealize Operations graphical user interface. Like the Admin UI, the Product UI is based on Pivotal tc Server, and can make HTTP REST calls to the CaSA for administrative tasks; however, the primary purpose of the Product UI is to make GemFire calls to the Controller API to access data and create views, such as dashboards and reports.
The Apache2 HTTPD also provides the backend platform for another Tomcat instances. The Suite API is a public-facing API that can be used for automating/scripting common tasks. It is also used internally by vRealize Operations for carrying out numerous administrative tasks. The End Point Operations Management Adapter, HTTP Post Adapter, and Telemetry are also run by this Tomcat instance.
As shown in the following diagram, the Product UI is simply accessed via HTTPS on TCP 443. Apache then provides a reverse proxy back to the Product UI running in tc Server using the Apache APJ protocol:

- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- Ansible權威指南
- FreeRTOS實時內核應用指南
- Ubuntu Linux操作系統
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 網絡操作系統教程:Windows Server 2016管理與配置
- Microsoft Operations Management Suite Cookbook
- Mastering Reactive JavaScript
- 注冊表應用完全DIY
- NetDevOps入門與實踐
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Hands-On GPU Programming with Python and CUDA
- 鴻蒙操作系統設計原理與架構
- Windows Server 2008組網技術與實訓(第3版)
- 程序員必讀經典(算法基礎+計算機系統)