1IUSER(8) System Manager's Manual IUSER(8)
2
3
4
6 ipmiutil_user - handle user functions
7
8
10 ipmiutil user [-cmsx -NUPREFTVY] <function>
11
12
14 This ipmiutil user subcommand handles IPMI LAN user functions sepa‐
15 rately. These functions can also be handled from ipmiutil lan -q, -u,
16 -p, -v.
17
18 This utility can use either the /dev/ipmi0 driver from OpenIPMI, the
19 /dev/imb driver from Intel, the /dev/ipmikcs driver from valinux,
20 direct user-space IOs, or the IPMI LAN interface if -N.
21
22
24 Command line options are described below.
25
26 -c Canonical, delimited output format
27
28 -m 002000
29 Target a specific MC (e.g. bus 00, sa 20, lun 00). This could
30 be used for PICMG or ATCA blade systems. The trailing charac‐
31 ter, if present, indicates SMI addressing if 's', or IPMB
32 addressing if 'i' or not present.
33
34 -s When getting info, also get the DCMI sensor information.
35
36 -x Causes extra debug messages to be displayed.
37
38 -N nodename
39 Nodename or IP address of the remote target system. If a node‐
40 name is specified, IPMI LAN interface is used. Otherwise the
41 local system management interface is used.
42
43 -U rmt_user
44 Remote username for the nodename given. The default is a null
45 username.
46
47 -P/-R rmt_pswd
48 Remote password for the nodename given. The default is a null
49 password.
50
51 -E Use the remote password from Environment variable IPMI_PASSWORD.
52
53 -F drv_t
54 Force the driver type to one of the followng: imb, va, open,
55 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
56 lan2 with intelplus. The default is to detect any available
57 driver type and use it.
58
59 -J Use the specified LanPlus cipher suite (0 thru 17):
60 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
61 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
62 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
63
64 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
65 2=MD5, 4=Straight Password, 5=OEM.
66
67 -V Use a specified IPMI LAN privilege level. 1=Callback level,
68 2=User level, 3=Operator level, 4=Administrator level (default),
69 5=OEM level.
70
71 -Y Yes, do prompt the user for the IPMI LAN remote password.
72 Alternatives for the password are -E or -P.
73
74
76 list [channel]
77 List the IPMI LAN users with enabled status, privilege level,
78 and username. Optionally specify a channel number.
79
80
81 enable <user_num> [channel]
82 Enable the specified user number and optionally specify an IPMI
83 LAN channel number.
84
85 disable <user_num>]
86 Disable the specified user number, so that it has 'No access'.
87
88
89 set <user_num> name <username>
90 Set the username for a specified user number.
91
92
93 set <user_num> password <password>
94 Set the password for a specified user number.
95
96
97 set <user_num> priv <priv_level> [channel]
98 Set the privilege level for a specified user number, where the
99 privilege level is 4=Admin, 3=Operator, 2=User. Also optionally
100 specify a channel number.
101
102
103 help Show the help (usage) message
104
105
107 ipmiutil user set 2 name user2
108 Sets the username for user 2 to "user2".
109
110
111
113 ipmiutil(8) ialarms(8) iconfig(8) idiscover(8) ievents(8) ifru(8)
114 igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8) iserial(8)
115 isol(8) iwdt(8)
116
117
119 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
120 and any bug fix list.
121
122
124 Copyright (C) 2017 Andy Cress
125
126 See the file COPYING in the distribution for more details regarding
127 redistribution.
128
129 This utility is distributed in the hope that it will be useful, but
130 WITHOUT ANY WARRANTY.
131
132
134 Andy Cress <arcress at users.sourceforge.net>
135
136
137
138
139 Version 1.0: 23 Feb 2017 IUSER(8)