[Ipmitool-devel] "ipmitool sel delete 0x40" Unable to delete entry 64: Invalid command

2010-02-26 Thread Gnanasekar Loganathan
Hi I'm very new ipmitool I have to delete some of the entries in the SEL log. While attempting to delete, i got "Unable to delete entry 64: Invalid command". What is the procedure to delete some of the entries in SEL logs. the command that i issued was* "ipmitool sel delete 0x40" * ipmitool

[Ipmitool-devel] "ipmitool sel delete 0x40" Unable to delete entry64: Invalid command

2010-02-26 Thread Andy Cress
It is very poor policy to only delete some of the SEL records. And perhaps your MC firmware does not support deleting individual SEL records. You should clear the entire SEL. First, save the IPMI SEL contents by saving the ipmitool sel output to a file, then clear the entire SEL. Andy

[Ipmitool-devel] LDAP and ipmitool?

2010-02-26 Thread Detweiler, Dick
Please let me know where the correct place is for this question as I know it’s not strictly development related. Is there a way to use LDAP or active directory for username authentication in ipmitool’s lanplus interface? Thanks, Dick Detweiler

Re: [Ipmitool-devel] "ipmitool sel delete 0x40" Unable to delete entry 64: Invalid command

2010-02-26 Thread Corey Minyard
It's likely your system does not support individual SEL entry delete. You probably need to use "ipmitool sel clear" to delete all of them. -corey Gnanasekar Loganathan wrote: > Hi > > I'm very new ipmitool > > I have to delete some of the entries in the SEL log. While attempting > to delet