1IPMCTL-SHOW-HOST(1) ipmctl IPMCTL-SHOW-HOST(1)
2
3
4
6 ipmctl-show-host - Shows basic information about the host server
7
9 ipmctl show [OPTIONS] -system -host
10
12 Shows basic information about the host server.
13
15 -a, -all
16 Shows all attributes.
17
18 Note
19 The all and display options are exclusive and may not be used
20 together.
21
22 -d (attributes), -display (attributes)
23 Filters the returned attributes by explicitly specifying a
24 comma-separated list of any of the attributes defined in the Return
25 Data section.
26
27 Note
28 The all and display options are exclusive and may not be used
29 together.
30
31 -h, -help
32 Displays help for the command.
33
34 -o (text|nvmxml), -output (text|nvmxml)
35 Changes the output format. One of: "text" (default) or "nvmxml".
36
38 Lists a few key fields for the server.
39
40 ipmctl show -system -host
41
42 Displays the host server operating system name.
43
44 ipmctl show -d osname -system -host
45
47 The default behavior is to return the default attributes listed below;
48 the options can be used to expand or restrict the output.
49
50 Name
51 (Default) The server name
52
53 OsName
54 (Default) The operating system
55
56 OsVersion
57 (Default) The operating system version
58
59 MixedSKU
60 (Default) One or more DCPMMs in the system have different SKUs. One
61 of:
62
63 · 0: False
64
65 · 1: True - In this case, the host software operates in a
66 read-only mode and does not allow changes to the DCPMMs and
67 their associated capacity.
68
69 SKUViolation
70 (Default) One or more DCPMMs in the system has an unsupported
71 configuration due to a license issue. One of:
72
73 · 0: False
74
75 · 1: True - In this case, the host software operates in a
76 read-only mode and does not allow changes to the DCPMMs and
77 their associated capacity.
78
79
80
81ipmctl 2019-04-10 IPMCTL-SHOW-HOST(1)