1IPICMG(8) System Manager's Manual IPICMG(8)
2
3
4
6 ipmiutil_picmg - send specific PICMG extended IPMI commands
7
8
10 ipmiutil picmg [-mixNUPREFJTVY] parameters
11
12
14 This ipmiutil picmg subcommand sends specific PICMG/ATCA extended IPMI
15 commands to the firmware.
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 -i 00 This option specifies a specific FRU ID to show. The input
26 value should be in hex (0b, 1a, etc.), as shown from the sensor
27 SDR output. The default FRU ID is zero (0).
28
29 -m 002000
30 Show FRU for a specific MC (e.g. bus 00, sa 20, lun 00). This
31 could be used for PICMG or ATCA blade systems. The trailing
32 character, if present, indicates SMI addressing if 's', or IPMB
33 addressing if 'i' or not present.
34
35 -x Causes extra debug messages to be displayed.
36
37 -N nodename
38 Nodename or IP address of the remote target system. If a node‐
39 name is specified, IPMI LAN interface is used. Otherwise the
40 local system management interface is used.
41
42 -U rmt_user
43 Remote username for the nodename given. The default is a null
44 username.
45
46 -P/-R rmt_pswd
47 Remote password for the nodename given. The default is a null
48 password.
49
50 -E Use the remote password from Environment variable IPMI_PASSWORD.
51
52 -F drv_t
53 Force the driver type to one of the followng: imb, va, open,
54 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
55 lan2 with intelplus. The default is to detect any available
56 driver type and use it.
57
58 -J Use the specified LanPlus cipher suite (0 thru 17):
59 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
60 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
61 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
62
63 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
64 2=MD5, 4=Straight Password, 5=OEM.
65
66 -V Use a specified IPMI LAN privilege level. 1=Callback level,
67 2=User level, 3=Operator level, 4=Administrator level (default),
68 5=OEM level.
69
70 -Y Yes, do prompt the user for the IPMI LAN remote password.
71 Alternatives for the password are -E or -P.
72
73
75 picmg parameters
76
77
78 properties
79 Get PICMG properties may be used to obtain and print
80 Extension major version information, PICMG identifier,
81 FRU Device ID and Max FRU Device ID.
82
83
84 addrinfo
85
86 Get address information. This command may return infor‐
87 mation on the Hardware address, IPMB-0 Address, FRU ID,
88 Site/Entity ID, and Site/Entity Type.
89
90 frucontrol fru id options
91
92 Set various control options:
93
94 0x00 - Cold Reset
95
96 0x01 - Warm Reset
97
98 0x02 - Graceful Reboot
99
100 0x03 - Issue Diagnostic Interrupt
101
102 0x04 - Quiesce [AMC only]
103
104 0x05-0xFF - Cold Reset
105
106 activate fru id
107
108 Activate the specified FRU.
109
110 deactivate fru id
111
112 Deactivate the specified FRU.
113
114 policy get fru id
115
116 Get FRU activation policy.
117
118 policy set fru id lockmask lock
119
120 Set FRU activation policy. lockmask is 1 or 0 to indi‐
121 cate action on the deactivation or activation locked bit
122 respectively. lock is 1 or 0 to set/clear locked bit.
123
124 portstate set|getall|getgranted|getdenied parameters
125
126 Get or set various port states. See usage for parameter
127 details.
128
129
130
131
133 ipmiutil picmg properties
134 Gets PICMG properties from the default target address (slave address
135 0x20).
136
137 ipmiutil picmg -N 192.168.1.1 -U root -P pswd addrinfo
138 Gets PICMG Address Information from the specified IP address.
139
140
142 ipmiutil(8) ialarms(8) iconfig(8) idiscover(8) ievents(8) ifru(8)
143 igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8) iserial(8)
144 isol(8) iwdt(8)
145
146
148 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
149 and any bug fix list.
150
151
153 Copyright (C) 2010 Kontron America, Inc.
154
155 See the file COPYING in the distribution for more details regarding
156 redistribution.
157
158 This utility is distributed in the hope that it will be useful, but
159 WITHOUT ANY WARRANTY.
160
161
163 Andy Cress <arcress at users.sourceforge.net>
164
165
166
167
168 Version 1.0: 04 Jun 2010 IPICMG(8)