> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-deployment-field-guide/introduction-to-zoom-node.md).

# Zoom Node 简介

Zoom Node 是一个混合平台，可将您的数据中心服务器与 Zoom 的云集成。借助 Zoom Node 平台，您可以在本地部署 Zoom Service Modules（工作负载），并通过 Zoom 管理员 web 门户进行控制。

借助云驱动的部署模型，Zoom Node 使管理员能够使用 Zoom 管理员 web 门户快速将 Zoom 工作负载部署到他们的数据中心。该门户还包含用于服务管理、升级、日志管理、性能报告和故障排除的工具。

Zoom Node 是一款随强化版操作系统打包的设备，可作为虚拟机（VM）运行在某个 [受支持的 Hypervisor](/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-deployment-field-guide/zoom-node-infrastructure-prerequisites.md#supported-hypervisors)。Zoom Node 部署到客户数据中心以运行 Zoom 混合服务，也称为模块，例如 Meetings Hybrid、Recording Hybrid、聊天 Hybrid 和 Phone Local Survivability。

本指南涵盖 Zoom Node 虚拟机的部署、配置和注册过程。受支持的 Hypervisor 的说明已提供在本指南中。

请参阅 Zoom 支持站点，获取 [各个混合服务的部署指南](https://support.zoom.com/hc/en/category?id=kb_category\&kb_category=2cd976da8720391089a37408dabb35f9).

您可以通过阅读该了解 Zoom Node 的一般概念和架构 [Zoom Node 说明](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer).

### <mark style="color:蓝色;">Zoom Node 采用模块化设计，您只需部署所需的服务模块</mark>

无需为每个混合服务使用单独的软件，Zoom Node 是一个“一体化”模块化平台，使公司能够使用一个通用框架管理和部署多项混合服务。

Zoom Node 通过将 Zoom Node 操作系统（基于 Linux 的操作系统）安装到企业数据中心服务器上来实现这种模块化设计，从而将它们转换为节点。安装软件后，节点会向云中的 Zoom Node 平台注册，并等待安装提供 Zoom 服务功能的各种服务模块。

服务模块是在 Zoom Node 平台上运行的特定服务软件，可使 Zoom Phone 本地可持续性等混合服务正常运行。每个 Zoom Node 端点最多支持四（4）个服务模块。

Zoom 管理员使用基于 Web 的 Zoom Node 仪表板将服务分配给节点。在为节点选择服务后，Zoom Node 平台会将选定的服务模块配置从 Zoom 的云推送到设备并自动安装。安装完成并启动服务后，节点端点即可与其指定的混合服务配合使用。

目前可用的服务模块如下：

* [Zoom Meetings Hybrid](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-hybrid)
* [Zoom 录制混合](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-recording-hybrid)
* [Zoom 聊天混合](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-chat-hybrid)
* [Zoom 会议室连接器混合](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-conference-room-connector-hybrid)
* [Zoom Phone 本地生存能力](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-phone-local-survivability)
* [Zoom Meetings 和录制连接器（本地部署）](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-and-recording-connectors-on-premises)

有关每个服务模块的更多信息，请参阅 [Zoom Node 说明](/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer.md).

### <mark style="color:蓝色;">Zoom Node 支持多种虚拟化管理程序部署，且系统要求各不相同</mark>

有关 Zoom Node 支持的虚拟化管理程序以及相关要求和先决条件的详细信息，请参见 [支持的虚拟机监控程序](/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-deployment-field-guide/zoom-node-infrastructure-prerequisites.md#supported-hypervisors).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-deployment-field-guide/introduction-to-zoom-node.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
