1IPMCTL-SHOW-CEL(1) ipmctl IPMCTL-SHOW-CEL(1)
2
3
4
6 ipmctl-show-cel - Shows the current PMem module firmware Command Effect
7 Log.
8
10 ipmctl show [OPTIONS] -cel [TARGETS]
11
13 Retrieves the PMem module command effect log and presents the response
14 as a list of DimmID, Opcode, SubOpcode and PMem module firmware command
15 effects.
16
18 -h, -help
19 Displays help for the command.
20
21 -ddrt
22 Used to specify DDRT as the desired transport protocol for the
23 current invocation of ipmctl.
24
25 -smbus
26 Used to specify SMBUS as the desired transport protocol for the
27 current invocation of ipmctl.
28
29 Note
30 The -ddrt and -smbus options are mutually exclusive and may not be
31 used together.
32
33 -lpmb
34 Used to specify large transport payload size for the current
35 invocation of ipmctl.
36
37 -spmb
38 Used to specify small transport payload size for the current
39 invocation of ipmctl.
40
41 Note
42 The -lpmb and -spmb options are mutually exclusive and may not be
43 used together.
44
45 -o (text|nvmxml), -output (text|nvmxml)
46 Changes the output format. One of: "text" (default) or "nvmxml".
47
49 -dimm [DimmIDs]
50 Restricts output to specific PMem modules by supplying one or more
51 comma separated PMem module identifiers. The default is to display
52 all manageable PMem modules.
53
55 Lists command effects for all PMem modules installed in the system
56
57 ipmctl show -cel
58
59 Lists command effects for PMem module 0x1001
60
61 ipmctl show -dimm 0x1001 -cel
62
64 In order to successfully execute this command:
65
66 • The caller must have the appropriate privileges.
67
68 • The specified PMem modules must be manageable by the host software.
69
71 The default behavior is to return a table which lists the command
72 effects per Opcode and SubOpcode.
73
74 DimmID
75 The default display of PMem module identifiers. One of:
76
77 • UID: Use the DimmUID attribute as defined in the command [Show
78 Dimm].
79
80 • HANDLE: Use the DimmHandle attribute as defined in the command
81 [Show Dimm]. This is the default.
82
83 Opcode
84 The Opcode for a command.
85
86 SubOpcode
87 The SubOpcode for a command.
88
89 CE Description
90 A comma separated list that includes one or more of:
91
92 • NE: No Effect
93
94 • SSC: Security State Change
95
96 • DCC: DIMM Configuration Change after reboot
97
98 • IDCC: Immediate DIMM Configuration Change
99
100 • QIO: Quiesce All IO
101
102 • IDDC: Immediate DIMM Data Change
103
104 • TM: Test Mode
105
106 • DM: Debug Mode
107
108 • IDPC: Immediate DIMM Policy Change
109
110
111
112ipmctl 2022-09-28 IPMCTL-SHOW-CEL(1)