table of contents
IPMCTL-CHANGE-SENSOR(1) | ipmctl | IPMCTL-CHANGE-SENSOR(1) |
NAME¶
ipmctl-change-sensor - Changes the threshold or enabled state for PMem modules sensors
SYNOPSIS¶
ipmctl set [OPTIONS] -sensor (SENSORS) [TARGETS] AlarmThreshold=(temperature) AlarmEnabled=(0|1)
DESCRIPTION¶
Changes the alarm threshold or enabled state for one or more PMem modules sensors. Use the command Show Sensor to view the current settings.
OPTIONS¶
-f, -force
-h, -help
-ddrt
-smbus
Note
The -ddrt and -smbus options are mutually exclusive and may not be used together.
-o (text|nvmxml), -output (text|nvmxml)
SENSORS¶
MediaTemperature
ControllerTemperature
PercentageRemaining
TARGETS¶
-dimm [DimmIDs]
PROPERTIES¶
AlarmThreshold
Table 1. Allowed AlarmThreshold
Sensor | Allowed AlarmThreshold values | Units |
MediaTemperature | 0-2047 | Celsius |
ControllerTemperature | 0-2047 | Celsius |
PercentageRemaining | 1-99 | % |
AlarmEnabled
EXAMPLES¶
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
LIMITATIONS¶
In order to successfully execute this command:
RETURN DATA¶
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.
SAMPLE OUTPUT¶
Modify (Sensor) settings on DIMM (DimmID): Success
Modify (Sensor) settings on DIMM (DimmID): Error (Code) - (Description)
2021-08-16 | ipmctl |