Web-based server hardware monitoring via IPMI and Redfish
IPMI System Event Log reference for ENFLECTA and ZOTAC GPU compute servers.
| Platforms: ZRS-326V2, TIANMA | BMC Version: 0.33 |
ENFLECTA and ZOTAC produce GPU compute servers targeting AI and mining workloads. These servers use custom BMC implementations with standard IPMI 2.0 support.
Note: ENFLECTA ZRS-326V2 and ZOTAC ZRS-326V2 are the same hardware platform.
| Manufacturer | Model | CPU | GPU Support |
|---|---|---|---|
| ENFLECTA | ZRS-326V2 | AMD | Yes (8+ GPUs) |
| ENFLECTA | TIANMA | AMD | Yes |
| ZOTAC | ZRS-326V2 | AMD | Yes (8+ GPUs) |
| Feature | Status |
|---|---|
| IPMI Version | 2.0 |
| Redfish | Limited/None |
| Web Interface | Basic |
| Virtual KVM | Varies |
| BMC Version | 0.33 |
| Sensor | Location | Typical Threshold |
|---|---|---|
| CPU Temp | Processor | 85°C warning |
| System Temp | Mainboard | 75°C warning |
| GPU Temps | Individual GPUs | 80-85°C warning |
| Inlet Temp | Air intake | 40°C warning |
| Sensor | Description |
|---|---|
| FAN1-FAN8 | Chassis fans |
| GPU Fan | GPU cooler fans (if applicable) |
| Sensor | Description |
|---|---|
| PS1/PS2 | Power supply status |
| PWR Status | Overall power state |
| Event | Severity | Description |
|---|---|---|
| Power Supply AC lost | 🔴 Critical | PSU lost AC power |
| Failure detected | 🔴 Critical | PSU failure |
| Presence detected | 🟢 Info | PSU installed |
| Event | Severity | Description |
|---|---|---|
| Upper Non-critical | 🟡 Warning | Approaching thermal limit |
| Upper Critical | 🔴 Critical | Exceeded safe temperature |
| Fan failure | 🔴 Critical | Cooling failure |
Due to the custom BMC, GPU events may appear as:
These servers typically have 8+ GPUs. GPU health is best monitored via:
nvidia-smi -q | grep -E "GPU|Temp|Power|Mem"
# Get sensor readings
ipmitool -I lanplus -H <bmc_ip> -U admin -P admin sdr list full
# Get SEL
ipmitool -I lanplus -H <bmc_ip> -U admin -P admin sel list
# Power status
ipmitool -I lanplus -H <bmc_ip> -U admin -P admin power status
# Power cycle
ipmitool -I lanplus -H <bmc_ip> -U admin -P admin power cycle
These custom BMCs may have limited functionality compared to enterprise servers:
Since BMC GPU monitoring is limited:
Last updated: December 2025