Users Guide

Table Of Contents
* 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=off link=off 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=off link=off 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
Board Serial : CNDED0081G01GL
Board Part Number : 0GRTNKA02
FRU Device Description : FRU_FAN1 (ID 3)
Unknown FRU header version 0x00
FRU Device Description : FRU_FAN2 (ID 4)
Board Mfg Date : Mon Feb 12 08:01:00 2018
Board Mfg : Dell
Board Product : <platform>
Board Serial : CNCES008260036
Board Part Number : 07CRC9X01
Product Manufacturer : Dell
Product Name : <platform>
Product Version :
Product Serial :
Product Asset Tag : D4SSG02
54
Configuration methods