1ISMCOEM(8) System Manager's Manual ISMCOEM(8)
2
3
4
6 ipmiutil_smcoem - OEM commands for SuperMicro servers
7
9 ipmiutil smcoem [-mx -NPRUEFJTVY] commands
10
11
13 ipmiutil smcoem is a function that uses SuperMicro OEM IPMI commands to
14 perform platform-specific functions.
15
16
18 -m 002000
19 Show FRU for a specific MC (e.g. bus 00, sa 20, lun 00). This
20 could be used for PICMG or ATCA blade systems. The trailing
21 character, if present, indicates SMI addressing if 's', or IPMB
22 addressing if 'i' or not present.
23
24 -x Causes extra debug messages to be displayed.
25
26 -N nodename
27 Nodename or IP address of the remote target system. If a node‐
28 name is specified, IPMI LAN interface is used. Otherwise the
29 local system management interface is used.
30
31 -P/-R rmt_pswd
32 Remote password for the nodename given. The default is a null
33 password.
34
35 -U rmt_user
36 Remote username for the nodename given. The default is a null
37 username.
38
39 -E Use the remote password from Environment variable IPMI_PASSWORD.
40
41 -F drv_t
42 Force the driver type to one of the followng: imb, va, open,
43 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
44 lan2 with intelplus. The default is to detect any available
45 driver type and use it.
46
47 -J Use the specified LanPlus cipher suite (0 thru 17):
48 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
49 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
50 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
51
52 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
53 2=MD5, 4=Straight Password, 5=OEM.
54
55 -V Use a specified IPMI LAN privilege level. 1=Callback level,
56 2=User level, 3=Operator level, 4=Administrator level (default),
57 5=OEM level.
58
59 -Y Yes, do prompt the user for the IPMI LAN remote password.
60 Alternatives for the password are -E or -P.
61
62
64 intrusion
65
66 This command resets any chassis intrusion condition that may
67 have occurred.
68
69
70 bmcstatus [enable|disable]
71 This command gets or sets the BMC service status. Alone, with‐
72 out arguments, it gets the BMC status as either enabled or dis‐
73 abled. With an argument of either enable or disable, it will
74 also set the BMC status as specified.
75
76
77 firmware
78
79 This command gets the extra firmware version information, if
80 available.
81
82
83
84 lanport [dedicated|lan1|failover]
85 This command gets or sets the IPMI LAN interface port. If set
86 to dedicated, only the dedicated IPMI NIC can be configured for
87 IPMI LAN. If set to lan1, only the first onboard NIC (LAN1) can
88 be configured for IPMI LAN. If set to failover, both the dedi‐
89 cated and onboard LAN1 port would be configured for IPMI LAN,
90 with the same IP address.
91
92
94 ipmiutil(8) ialarms(8) iconfig(8) icmd(8) idiscover(8) ievents(8)
95 ifru(8) igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8)
96 iserial(8) isol(8)
97
98
100 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
101 and any bug fix list.
102
103
105 Copyright (C) 2013 Andy Cress
106
107 See the file COPYING in the distribution for more details regarding
108 redistribution.
109
110 This utility is distributed in the hope that it will be useful, but
111 WITHOUT ANY WARRANTY.
112
113
115 Andy Cress <arcress at users.sourceforge.net>
116
117
118
119
120 Version 1.0: 05 Apr 2013 ISMCOEM(8)