'\" t .\" Title: ipmctl-change-sensor .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 .\" Date: 2021-02-17 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-CHANGE\-SENSOR" "1" "2021-02-17" "ipmctl" "ipmctl" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" ipmctl\-change\-sensor \- Changes the threshold or enabled state for PMem modules sensors .SH "SYNOPSIS" .sp .if n .RS 4 .nf .fam C ipmctl set [OPTIONS] \-sensor (SENSORS) [TARGETS] AlarmThreshold=(temperature) AlarmEnabled=(0|1) .fam .fi .if n .RE .SH "DESCRIPTION" .sp Changes the alarm threshold or enabled state for one or more PMem modules sensors. Use the command Show Sensor to view the current settings. .SH "OPTIONS" .sp \-f, \-force .RS 4 Changing the sensor settings is a potentially destructive operation which requires confirmation from the user for each PMem module. This option suppresses the confirmation. .RE .sp \-h, \-help .RS 4 Displays help for the command. .RE .sp \-ddrt .RS 4 Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl. .RE .sp \-smbus .RS 4 Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl. .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The \-ddrt and \-smbus options are mutually exclusive and may not be used together. .sp .5v .RE .sp \-o (text|nvmxml), \-output (text|nvmxml) .RS 4 Changes the output format. One of: "text" (default) or "nvmxml". .RE .SH "SENSORS" .sp MediaTemperature .RS 4 The PMem module media temperature in Celsius. .RE .sp ControllerTemperature .RS 4 The PMem module controller temperature in Celsius. .RE .sp PercentageRemaining .RS 4 Remaining PMem module’s life as a percentage value of factory expected life span. .RE .SH "TARGETS" .sp \-dimm [DimmIDs] .RS 4 Update specified sensors on specific PMem modules by optionally supplying the PMem module target and one or more comma separated PMem module identifiers. The default is to update the specified sensors for all manageable PMem modules. .RE .SH "PROPERTIES" .sp AlarmThreshold .RS 4 The threshold value at which an alarm for the respective sensor will be triggered. The upper (for temperatures) or lower (for percentage remaining) alarm threshold of the sensor. Temperatures may be specified to a precision of 1 degree Celsius. .sp .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .B Table 1. Allowed AlarmThreshold .TS allbox tab(:); lt lt lt. T{ .sp Sensor T}:T{ .sp Allowed AlarmThreshold values T}:T{ .sp Units T} T{ .sp MediaTemperature T}:T{ .sp 0\-2047 T}:T{ .sp Celsius T} T{ .sp ControllerTemperature T}:T{ .sp 0\-2047 T}:T{ .sp Celsius T} T{ .sp PercentageRemaining T}:T{ .sp 1\-99 T}:T{ .sp % T} .TE .sp .RE .sp AlarmEnabled .RS 4 Enable or disable the alarm threshold, where applicable. One of: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "0": Disable .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "1": Enable .RE .RE .SH "EXAMPLES" .sp Changes the media temperature alarm threshold to 51C on the specified PMem module and enables the alarm. .sp .if n .RS 4 .nf .fam C ipmctl set \-sensor MediaTemperature –dimm 0x0001 AlarmThreshold=51 AlarmEnabled=1 .fam .fi .if n .RE .SH "LIMITATIONS" .sp In order to successfully execute this command: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} The caller must have the appropriate privileges. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} The specified PMem modules must be manageable by the host software. .RE .SH "RETURN DATA" .sp 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. .SH "SAMPLE OUTPUT" .sp .if n .RS 4 .nf .fam C Modify (Sensor) settings on DIMM (DimmID): Success .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C Modify (Sensor) settings on DIMM (DimmID): Error (Code) \- (Description) .fam .fi .if n .RE