Unsolved

This post is more than 5 years old

1 Rookie

 • 

2 Posts

68501

March 26th, 2014 06:00

ipmitool cannot access drac although all settings are correct

Dear DELL and community!

How can I set the parameter "IPMI Msg" which is shown by ipmitool as false on user 4 (ipmimon) inside the idrac CLI racadm to be true?

For user 2 (root) is was set by default on true For user 3 (monitest) I solved this by writing 

# ipmitool -I lanplus -L ADMINISTRATOR -H 153.X.X.X -U root -P password channel setaccess 1 3 ipmi=on

But i need a solution from inside the idrac CLI (racadm)

# ipmitool -I lanplus -L ADMINISTRATOR -H 153.X.X.X -U root -P password user list
ID Name Callin Link Auth IPMI Msg Channel Priv Limit
2 root true true true ADMINISTRATOR
3 monitest true false true USER
4 ipmimon true false false USER

Here some input for geeks :)

The following command is working for user 3 but not for 4

# ipmitool -I lan -L USER -H 153.X.X.X -U ipmimon -P PASSWORD sdr -vv

Querying SDR for sensor list
ipmi_lan_send_cmd:opened=[0], open=[4521840]
IPMI LAN host 153.X.X.X port 623
Sending IPMI/RMCP presence ping packet
Received IPMI/RMCP response packet:
IPMI Supported
ASF Version 1.0
RMCP Version 1.0
RMCP Sequence 255
IANA Enterprise 4542

ipmi_lan_send_cmd:opened=[1], open=[4521840]
Channel 01 Authentication Capabilities:
Privilege Level : USER
Auth Types : MD2 MD5
Per-msg auth : disabled
User level auth : enabled
Non-null users : enabled
Null users : disabled
Anonymous login : disabled

Proceeding with AuthType MD5
ipmi_lan_send_cmd:opened=[1], open=[4521840]
Invalid user name
Error: Unable to establish LAN session
Failed to open LAN interface
Get Device ID command failed
Unable to open SDR for reading

/admin1-> racadm getconfig -g cfgUserAdmin -i 3
# cfgUserAdminIndex=3
cfgUserAdminUserName=monitest
# cfgUserAdminPassword=******** (Write-Only)
cfgUserAdminEnable=1
cfgUserAdminPrivilege=0x00000001
cfgUserAdminIpmiLanPrivilege=2
cfgUserAdminIpmiSerialPrivilege=15
cfgUserAdminSolEnable=0


/admin1-> racadm getconfig -g cfgUserAdmin -i 4
# cfgUserAdminIndex=4
cfgUserAdminUserName=ipmimon
# cfgUserAdminPassword=******** (Write-Only)
cfgUserAdminEnable=1
cfgUserAdminPrivilege=0x00000001
cfgUserAdminIpmiLanPrivilege=2
cfgUserAdminIpmiSerialPrivilege=15
cfgUserAdminSolEnable=0


/admin1-> racadm getconfig -g cfgIpmiLan
cfgIpmiLanEnable=1
cfgIpmiLanPrivilegeLimit=4
cfgIpmiLanAlertEnable=0
cfgIpmiEncryptionKey=0000000000000000000000000000000000000000
cfgIpmiPetCommunityName=public

Thanks for your help, I really appreciate it, i cant find whats wrong

No Responses!

0 events found

No Events found!

Top