# ipmitool

> Commonly used ipmitool commands for remote server management.

Status: active · Kind: reference · Last verified: 2026-07-12 · Date: 2025-12-01

A few commonly used `ipmitool` commands.

---

## Print Sensor Data Repository (SDR)

Print Sensor Data Repository entries and current readings.

```text
ipmitool -H <bmc-ip> -U <user> -P <password> sdr
```

---

## Print Detailed Sensor Information

```text
ipmitool -H <bmc-ip> -U <user> -P <password> sensor
```
