1IDCMI(8) System Manager's Manual IDCMI(8)
2
3
4
6 ipmiutil_dcmi - handle DCMI functions
7
8
10 ipmiutil dcmi [-admsx -NUPREFTVY] <function>
11
12
14 This ipmiutil dcmi subcommand handles DCMI command functions according
15 to the DCMI specification.
16
17 This utility can use either the /dev/ipmi0 driver from OpenIPMI, the
18 /dev/imb driver from Intel, the /dev/ipmikcs driver from valinux,
19 direct user-space IOs, or the IPMI LAN interface if -N.
20
21
23 Command line options are described below.
24
25 -a string
26 Set the DCMI Asset Tag to this string.
27
28 -d string
29 Set the DCMI MC ID to this string.
30
31 -m 002000
32 Target a specific MC (e.g. bus 00, sa 20, lun 00). This could
33 be used for PICMG or ATCA blade systems. The trailing charac‐
34 ter, if present, indicates SMI addressing if 's', or IPMB
35 addressing if 'i' or not present.
36
37 -s When getting info, also get the DCMI sensor information.
38
39 -x Causes extra debug messages to be displayed.
40
41 -N nodename
42 Nodename or IP address of the remote target system. If a node‐
43 name is specified, IPMI LAN interface is used. Otherwise the
44 local system management interface is used.
45
46 -U rmt_user
47 Remote username for the nodename given. The default is a null
48 username.
49
50 -P/-R rmt_pswd
51 Remote password for the nodename given. The default is a null
52 password.
53
54 -E Use the remote password from Environment variable IPMI_PASSWORD.
55
56 -F drv_t
57 Force the driver type to one of the followng: imb, va, open,
58 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
59 lan2 with intelplus. The default is to detect any available
60 driver type and use it.
61
62 -J Use the specified LanPlus cipher suite (0 thru 17):
63 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
64 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
65 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
66
67 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
68 2=MD5, 4=Straight Password, 5=OEM.
69
70 -V Use a specified IPMI LAN privilege level. 1=Callback level,
71 2=User level, 3=Operator level, 4=Administrator level (default),
72 5=OEM level.
73
74 -Y Yes, do prompt the user for the IPMI LAN remote password.
75 Alternatives for the password are -E or -P.
76
77
79 info Get DCMI Capabilities, MC ID, and Asset Tag. This is the default
80 function if no function was specified.
81
82
83 power Get DCMI Power reading and DCMI Power limit, if supported in the
84 DCMI capabilties.
85
86 power set_limit
87 Set Power limit
88
89 power set_action <action>
90 Set Power limit exception action (where action = no_action |
91 power_off | log_sel)
92
93 power set_correction
94 Set Power limit correction time (in ms)
95
96 power set_sample
97 Set Power limit sampling period (in sec)
98
99 power activate
100 Activate Power limit
101
102 power deactivate
103 Deactivate Power limit
104
105
106
107 thermal
108 Get/Set DCMI Thermal parameters. This requires DCMI 1.5 sup‐
109 port.
110
111
112 config Get/Set DCMI Configuration parameters. This requires DCMI 1.5
113 support.
114
115
116 help Show the help (usage) message
117
118
120 ipmiutil dcmi info -s
121 Gets DCMI information, plus DCMI sensor information
122
123 ipmiutil dcmi -N 192.168.1.1 -U root -P pswd
124 Gets DCMI information over IPMI LAN.
125
126
127
129 ipmiutil(8) ialarms(8) iconfig(8) idiscover(8) ievents(8) ifru(8)
130 igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8) iserial(8)
131 isol(8) iwdt(8)
132
133
135 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
136 and any bug fix list.
137
138
140 Copyright (C) 2010 Kontron America, Inc.
141
142 See the file COPYING in the distribution for more details regarding
143 redistribution.
144
145 This utility is distributed in the hope that it will be useful, but
146 WITHOUT ANY WARRANTY.
147
148
150 Andy Cress <arcress at users.sourceforge.net>
151
152
153
154
155 Version 1.0: 02 Feb 2012 IDCMI(8)