Users Guide

2 Set the privilege level for the user in Step 1 using the following:
$ ./ipmitool -H xx.xx.xxx.xx -I lanplus -U admin -P admin user priv 3
User Commands:
summary [<channel number>]
list [<channel number>]
set name <user id> <username>
set password <user id> [<password> <16|20>]
disable <user id>
enable <user id>
priv <user id> <privilege level> [<channel number>]
Privilege levels:
* 0x1 - Callback
* 0x2 - User
* 0x3 - Operator
* 0x4 - Administrator
* 0x5 - OEM Proprietary
* 0xF - No Access
test <user id> <16|20> [<password]>
$ ./ipmitool -H xx.xx.xxx.xx -I lanplus -U admin -P admin user priv 3 2
Set Privilege Level command successful (user 3)
$ ./ipmitool -H xx.xx.xxx.xx -I lanplus -U admin -P admin user list
ID Name Callin Link Auth IPMI Msg Channel Priv Limit
1 false false true ADMINISTRATOR
2 admin true true true ADMINISTRATOR
3
<name> true true true USER
4 true false false NO ACCESS
5 true false false NO ACCESS
6 true false false NO ACCESS
7 true false false NO ACCESS
8 true false false NO ACCESS
9 true false false NO ACCESS
10 true false false NO ACCESS
You can individually enable channels for a certain privilege level access. For example, to place the LAN channel accessible for "USER"
level access, use the following:
$ ./ipmitool -H xx.xx.xxx.xxx -I lanplus -U admin -P admin channel setaccess 1 3 callin=o link=o ipmi=on privilege=1
Set User Access (channel 1 id 3) successful.
$ ./ipmitool -H xx.xx.xxx.xxx -I lanplus -L USER -U
<name>
-P
<name>
fru
Get Device ID command failed: 0xd4 Insufficient privilege level
FRU Device Description : Builtin FRU Device (ID 0)
Get Device ID command failed: Insufficient privilege level
$ ./ipmitool -H xx.xx.xxx.xxx -I lanplus -U admin -P admin channel setaccess 1 3 callin=o link=o ipmi=on privilege=2
Set User Access (channel 1 id 3) successful.
$ ./ipmitool -H xx.xx.xxx.xx -I lanplus -L USER -U
<name>
-P
<name>
fru
FRU Device Description : Builtin FRU Device (ID 0)
Board Mfg Date : Mon Feb 12 08:00:00 2018
Board Mfg : Dell
Board Product : <
platform>
Board Serial : CNCES0082C0002
Board Part Number : 0G1T60X01
Product Manufacturer : Dell
Product Name : <platform>
Product Version : 00
Product Serial : X1
Product Asset Tag : D4SSG02
FRU Device Description : FRU_PSU1 (ID 1)
Unknown FRU header version 0x00
FRU Device Description : FRU_PSU2 (ID 2)
Board Mfg Date : Fri Jan 12 18:47:00 2018
Board Mfg : DELL
Board Product : PWR SPLY,495W,RDNT,DELTA
54
Conguration methods