> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/xi-tong-guan-li/ipmi.md).

# IPMI

IPMI 是一项通用标准，几乎所有硬件都支持，用于管理和访问服务器。即使服务器已断电也可访问，并允许远程控制服务器以及监控硬件状态，包括温度、功耗、电压、硬件错误等。VergeOS 与 IPMI 集成，提供远程服务器电源控制（开机、电源循环等）以及通过 VergeOS 用户界面的便捷访问。

{% hint style="info" %}
由于 IPMI 处理的是物理硬件，因此它仅适用于主机级节点（不适用于租户节点）。
{% endhint %}

## 测试 IPMI 连接

1. 导航到 **基础架构** > **节点** 从顶部菜单。
2. **双击所需的节点** 以访问节点仪表板。
3. 在……下 **IPMI** 子菜单中，单击 **测试** 左侧菜单中的。

### IPMI 连接状态

节点仪表板将显示 IPMI ***状态*** 和 ***上次连接的日期/时间***:

* **IPMI 状态** - “OK”表示上次连接尝试成功。如果上次尝试不成功，将显示错误消息。
* **IPMI 最后连接时间** - 显示 VergeOS 系统上次成功连接到 IPMI 的日期/时间。（如果从未成功连接过 IPMI，则该字段将显示“NA”。）

## 更改已存储的 IPMI 登录凭据

{% hint style="success" %}
以下说明用于更改节点与 IPMI 交互时将使用的 IPMI 凭据。更改这些字段不会执行 IPMI 用户管理；请连接到您的 IPMI Web 界面以添加或更改 IPMI 用户。
{% endhint %}

1. 在节点仪表板中，单击 **编辑** 左侧菜单中的
2. 输入有效的 ***IPMI 用户***。（IPMI 用户应具有管理员级权限。）
3. 输入 ***IPMI 密码***.
4. 单击 **提交** 以保存对节点所做的更改。

## 访问 IPMI Web 界面

{% hint style="info" %}
要通过 VergeOS 用户界面成功连接到 IPMI Web 界面，需要已存储有效的 IPMI 用户名/密码，并且系统已配置适当的网络设置以便与该节点的 IPMI 进行交互。
{% endhint %}

1. 导航到 **基础架构** > **节点** 从顶部菜单。
2. **双击所需的节点** 以访问节点仪表板。
3. 在……下 **IPMI** 左侧菜单中的子菜单里，单击 **连接**.
4. 将打开一个新的浏览器标签页，进入 IPMI Web 界面登录页面。


---

# 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://docs.verge.io/run-the-platform/zh/xi-tong-guan-li/ipmi.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.
