table of contents
IPMCTL-CHANGE-SENSOR(1) | ipmctl | IPMCTL-CHANGE-SENSOR(1) |
NAME¶
ipmctl-change-sensor - Changes the threshold or enabled state for DCPMMs 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 DCPMMs 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
Valid values: 0-2047
ControllerTemperature
Valid values 0-2047
PercentageRemaining
Valid values: 1-99
TARGETS¶
-dimm [DimmIDs]
PROPERTIES¶
AlarmThreshold
AlarmEnabled
EXAMPLES¶
Changes the media temperature threshold to 51 on the specified DCPMM and enable the alarm.
ipmctl set -sensor MediaTemperature –dimm 0x0001 AlarmThreshold=51 AlarmEnabled=1
LIMITATIONS¶
In order to successfully execute this command:
RETURN DATA¶
For each DCPMM, the CLI will indicate the status of the operation. If a failure occurs when modifying multiple DCPMMs, the process will exit and not continue modifying the remaining DCPMMs.
SAMPLE OUTPUT¶
Modify (Sensor) settings on DIMM (DimmID): Success
Modify (Sensor) settings on DIMM (DimmID): Error (Code) - (Description)
2019-12-15 | ipmctl |