> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ipmideck.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lenovo XCC

> 在 Lenovo XClarity Controller（XCC / XCC2）上启用 IPMI-over-LAN，以便 ipmideck 能连接到你的 ThinkSystem 服务器。

**适用于：** 带 XClarity Controller（XCC）和 XCC2 的 Lenovo ThinkSystem 服务器。

<Note>
  Lenovo XCC 对 ipmideck 而言是**实验性**厂商，这些步骤来自 Lenovo 官方
  文档和一台真实的 XCC（ThinkSystem SR630 V2）。出于安全考虑，IPMI-over-LAN 在 XCC 上**默认
  禁用**，并且 Lenovo 建议在不使用时再次禁用它。
</Note>

## 步骤

<Steps>
  <Step title="打开 XCC Web 界面">
    在浏览器中，导航到 XCC IP 地址并登录。默认凭据为
    **USERID** / **PASSW0RD**（注意 "PASSW0RD" 中的**零**）。如果它们仍在
    使用中，请立即更改。

    <Frame caption="The Lenovo XClarity Controller login screen (default USERID / PASSW0RD).">
      <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/LENOVO/1_20221028032221331.jpg?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=26afa58ced11690c2c7df3c200de4728" alt="Lenovo XClarity Controller login screen on a ThinkSystem SR630 V2" width="1920" height="937" data-path="tutorials/LENOVO/1_20221028032221331.jpg" />
    </Frame>
  </Step>

  <Step title="打开 BMC Configuration → Network">
    从 XCC 仪表板，在左侧导航中打开 **BMC Configuration → Network**。

    <Frame caption="From the XCC dashboard, open BMC Configuration → Network.">
      <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/LENOVO/2_20221028033229267.jpg?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=9cd8812ed30868a904cae77002ed97fc" alt="Lenovo XCC dashboard with BMC Configuration and Network highlighted" width="1920" height="941" data-path="tutorials/LENOVO/2_20221028033229267.jpg" />
    </Frame>
  </Step>

  <Step title="启用 IPMI over LAN">
    在 **Service Enablement and Port Assignment** 下，将 **IPMI over LAN** 设为 **Enabled**
    （它使用端口 **623**）。

    <Frame caption="Service Enablement and Port Assignment: toggle IPMI over LAN on (port 623).">
      <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/LENOVO/3_20221028033746252.jpg?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=e4dafe44a80ef17e1447a25dcd5614ac" alt="Lenovo XCC Service Enablement showing IPMI over LAN enabled on port 623" width="1920" height="937" data-path="tutorials/LENOVO/3_20221028033746252.jpg" />
    </Frame>
  </Step>

  <Step title="验证连通性">
    从将运行 ipmideck 的主机：

    ```bash theme={null}
    ipmitool -I lanplus -H <xcc-ip> -U USERID -P <password> chassis status
    ```
  </Step>
</Steps>

<Note>
  **标记以供审查：** XCC2（较新的代际）使用相同的路径，但有重新设计的
  Web 界面。请针对你的实际硬件验证导航。
</Note>

## 来源

[CITED: pubs.lenovo.com/xcc, Enabling or Disabling IPMI Network Access (XCC)](https://pubs.lenovo.com/xcc/NN1ia_c_configuringIPMI) ·
[Lenovo Support HT514330, IPMI over LAN (XCC)](https://support.lenovo.com/us/en/solutions/ht514330-ipmi-over-lan-xcc)
