> 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 服务模块（工作负载），并通过 Zoom 管理员网页门户对其进行控制。

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

Zoom Node 是一种采用加固操作系统封装的设备，可作为虚拟机 (VM) 运行在 [受支持的虚拟机管理程序](/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 混合服务（也称为模块），例如会议混合、录制混合、聊天混合和电话本地生存能力。

本指南涵盖 Zoom Node 虚拟机的部署、配置和注册流程。本指南还提供了受支持的虚拟机管理程序说明。

请参阅 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 的操作系统）安装到企业数据中心服务器上来实现这种模块化设计，从而将它们转换为 Nodes。软件安装后，Node 会在云中向 Zoom Node 平台注册，并等待安装可提供 Zoom 服务功能的各种服务模块。

服务模块是运行在 Zoom Node 平台上的特定于服务的软件，可使 Zoom Phone 本地生存能力等混合服务正常运行。每个 Zoom Node 端点最多可支持四 (4) 个服务模块。

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

以下服务模块当前可用：

* [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 支持的虚拟机管理程序以及相关要求和先决条件的详细信息，请参阅 [支持的 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).


---

# 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.
