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

# HPE iLO

> Schakel IPMI/DCMI-over-LAN in op HPE iLO 4 / iLO 5 zodat ipmideck verbinding kan maken met je ProLiant-server.

**Van toepassing op:** HPE iLO 4 en iLO 5 (ProLiant-servers).

<Note>
  HPE iLO is een **Experimentele** leverancier voor ipmideck, deze stappen komen uit officiële HPE-
  documentatie en een echte iLO 4. Op **iLO 4** is IPMI-over-LAN doorgaans **standaard
  ingeschakeld**; op **iLO 5** is het **standaard uitgeschakeld** voor beveiliging en moet het worden aangezet
  (stappen hieronder).
</Note>

## iLO 5: schakel IPMI/DCMI over LAN in

<Steps>
  <Step title="Open de iLO-webinterface">
    Navigeer in een browser naar het iLO-IP-adres en log in met iLO-beheerders-
    inloggegevens.
  </Step>

  <Step title="Security → Access Settings → Network">
    Klik in het linkernavigatiepaneel op **Security**, open het tabblad **Access Settings**, klik dan
    op het **potlood- / bewerk**-icoon voor de sectie **Network**.
  </Step>

  <Step title="Schakel IPMI/DCMI over LAN in">
    Vink **IPMI/DCMI over LAN** aan en klik op **Apply**. IPMI-over-LAN gebruikt de standaardpoort
    **623**.
  </Step>
</Steps>

## iLO 4: bevestig het netwerkadres

Op iLO 4 is IPMI-over-LAN over het algemeen al ingeschakeld; je hebt vooral het IP-adres van iLO nodig.
Open **Network → iLO Dedicated Network Port** en lees de **Network Summary**.

<Frame caption="iLO 4 → Network → iLO Dedicated Network Port → Network Summary. The IPv4 Summary block holds the iLO address, subnet, and gateway you need (the red highlight on the SNTP tab is incidental to this capture).">
  <img src="https://mintcdn.com/weremind/6NbPl-Qtygk7FojC/tutorials/HPE/HP-Proliant-BL460C-Gen9-Network-info-screenshot-IPMI_web-interface.png?fit=max&auto=format&n=6NbPl-Qtygk7FojC&q=85&s=c99fafbab17c43581c0af4d5f32c0b20" alt="HPE iLO 4 Network Summary page on a ProLiant BL460c Gen9" width="680" height="503" data-path="tutorials/HPE/HP-Proliant-BL460C-Gen9-Network-info-screenshot-IPMI_web-interface.png" />
</Frame>

## Verifiëren

Vanaf de host die ipmideck gaat draaien:

```bash theme={null}
ipmitool -I lanplus -H <ilo-ip> -U <user> -P <password> chassis status
```

<Note>
  **Markering ter beoordeling:** het pad verschilt tussen iLO 4 (een **Network**-tabblad; IPMI meestal
  ingeschakeld) en iLO 5 (**Security → Access Settings**; IPMI standaard uitgeschakeld). Verifieer
  tegen je specifieke iLO-versie voordat je op deze stappen vertrouwt.
</Note>

## Bron

[CITED: support.hpe.com, HPE iLO 5 IPMI User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00018321en_us) ·
[Guidelines for using iLO with IPMI or DCMI over LAN](https://support.hpe.com/hpesc/public/docDisplay?docId=a00026171en_us)
