IPMCTL-SET-SENSOR(1) | ipmctl | IPMCTL-SET-SENSOR(1) |
ipmctl-set-sensor - Sets the threshold or enabled state for PMem modules sensors
ipmctl set [OPTIONS] -sensor (SENSORS) [TARGETS] AlarmThreshold=(temperature) AlarmEnabled=(0|1)
Changes the alarm threshold or enabled state for one or more PMem modules sensors. Use the command Show Sensor to view the current settings.
-f, -force
-h, -help
-ddrt
-smbus
The -ddrt and -smbus options are mutually exclusive and may not be used together.
-o (text|nvmxml), -output (text|nvmxml)
MediaTemperature
ControllerTemperature
PercentageRemaining
-dimm [DimmIDs]
AlarmThreshold
Table 1. Allowed AlarmThreshold
Sensor | Allowed AlarmThreshold values | Units |
MediaTemperature | 0-85 | Celsius |
ControllerTemperature | 0-102 | Celsius |
PercentageRemaining | 1-99 | % |
AlarmEnabled
Changes the media temperature alarm threshold to 51C on the specified PMem module and enables the alarm.
ipmctl set -sensor MediaTemperature -dimm 0x0001 AlarmThreshold=51 AlarmEnabled=1
In order to successfully execute this command:
For each PMem module, the CLI will indicate the status of the operation. If a failure occurs when modifying multiple PMem modules, the process will exit and not continue modifying the remaining PMem modules.
Modify (Sensor) settings on DIMM (DimmID): Success
Modify (Sensor) settings on DIMM (DimmID): Error (Code) - (Description)
2022-09-26 | ipmctl |