最近我们尝试监控 Supermicro 服务器的功耗。并收到此错误:
ipmitool -I lanplus -U readonly_user -H ip_address -P password dcmi power reading -L user
DCMI request failed because: Insufficient privilege level (d4)
如果我们通过用户运行它行政权限。但我们希望它能够与用户特权也。
其他供应商(HPE、IBM)也运行良好。以下是来自惠普 gen8服务器:
ipmitool -I lanplus -U readonly_user -H ip_address -P password dcmi power reading -L user
Instantaneous power reading: 139 Watts
Minimum during sampling period: 136 Watts
Maximum during sampling period: 236 Watts
Average power reading over sample period: 144 Watts
IPMI timestamp: Thu Mar 16 06:54:45 2023
Sampling period: 00000300 Seconds.
Power reading state is: activated
那么我们如何使用用户和“用户“从中读取 dcmi 的角色超微 IPMI? 超微公司对此有专有限制吗?网上找不到任何信息。