1IPMCTL-SHOW-SOCKET(1) ipmctl IPMCTL-SHOW-SOCKET(1)
2
3
4
6 ipmctl-show-socket - Shows basic information about the physical
7 processors
8
10 ipmctl show [OPTIONS] -socket [TARGETS]
11
13 Shows basic information about the physical processors in the host
14 server.
15
17 -a, -all
18 Shows all attributes.
19
20 Note
21 The all and display options are exclusive and may not be used
22 together.
23
24 -d (attributes), -display (attributes)
25 Filters the returned attributes by explicitly specifying a comma
26 separated list of any of the attributes defined in the Return Data
27 section.
28
29 -h, -help
30 Displays help for the command.
31
32 -ddrt
33 Used to specify DDRT as the desired transport protocol for the
34 current invocation of ipmctl.
35
36 -smbus
37 Used to specify SMBUS as the desired transport protocol for the
38 current invocation of ipmctl.
39
40 Note
41 The -ddrt and -smbus options are mutually exclusive and may not be
42 used together.
43
44 -o (text|nvmxml), -output (text|nvmxml)
45 Changes the output format. One of: "text" (default) or "nvmxml".
46
47 -u (B|MB|MiB|GB|GiB|TB| TiB), -units (B|MB|MiB|GB|GiB|TB| TiB)
48 Changes the units that capacities are displayed in for this
49 command. One of: bytes (B), megabytes (MB), mebibytes (MiB),
50 gigabytes (GB), gibibytes (GiB), terabytes (TB) or tebibytes (TiB).
51
53 -socket [SocketIDs]
54 Restricts output to the PMem modules installed on specific sockets
55 by supplying the socket target and one or more comma separated
56 socket identifiers. The default is to display all sockets.
57
59 Displays information about all the processors.
60
61 ipmctl show -socket
62
63 Lists all properties for socket 1.
64
65 ipmctl show -socket 1
66
67 Retrieves specific properties for each processor.
68
69 ipmctl show -d MappedMemoryLimit -socket
70
72 Displays a table with the attributes listed below for each physical
73 processor installed in the host server.
74
75 SocketID
76 (Default) The processor socket identifier.
77
78 MappedMemoryLimit
79 (Default) The maximum amount of memory that is allowed to be mapped
80 into the system physical address space for this processor based on
81 its SKU.
82
83 TotalMappedMemory
84 (Default) The total amount of memory that is currently mapped into
85 the system physical address space for this processor.
86
87
88
89ipmctl 2021-08-24 IPMCTL-SHOW-SOCKET(1)