1IPMCTL-MODIFY-DEVICE(1) ipmctl IPMCTL-MODIFY-DEVICE(1)
2
3
4
6 ipmctl-modify-device - Changes the configurable setting(s) on one or
7 more DCPMMs
8
10 ipmctl set [OPTIONS] -dimm (DimmIDs) AveragePowerReportingTimeConstant=(100-12000)
11
13 Changes the configurable setting(s) on one or more DCPMMs.
14
16 -f, -force
17 Changing DCPMM setting(s) is a potentially destructive operation
18 which requires confirmation from the user for each DCPMM. This
19 option suppresses the confirmation.
20
21 -h, -help
22 Displays help for the command.
23
24 -o (text|nvmxml), -output (text|nvmxml)
25 Changes the output format. One of: "text" (default) or "nvmxml".
26
28 -dimm (DimmIDs)
29 Modifies specific DCPMMs by supplying one or more comma-separated
30 DCPMM identifiers. However, this is not recommended as it may put
31 the system in an undesirable state. The default is to modify all
32 manageable DCPMMs.
33
35 AveragePowerReportingTimeConstantMultiplier
36 The value that is used to multiply the base time value used for
37 average power consumption measurements. Can be set to a value
38 between 0 and 32. The default value is 0.
39
40 AveragePowerReportingTimeConstant
41 The value, in milliseconds, used to determine the time constant for
42 reporting the average power consumption measurements. Can be set to
43 a value between 100 and 12000, by increments of 100. The default
44 value is 1000.
45
47 Sets average power reporting time constant multiplier to 1 on all
48 manageable DCPMMs
49
50 set -dimm AveragePowerReportingTimeConstant=1500
51
53 In order to successfully execute this command:
54
55 • The caller must have the appropriate privileges.
56
57 • The specified DCPMM(s) must be manageable by the host software.
58
60 For each DCPMM, the CLI will indicate the status of the operation. If a
61 failure occurs when modifying multiple DCPMMs, the process will exit
62 and not continue modifying the remaining DCPMMs.
63
65 Modify DIMM (DimmID): Success
66 Modify DIMM (DimmID): Error (Code)-(Description)
67
68
69
70ipmctl 2022-02-01 IPMCTL-MODIFY-DEVICE(1)