Re: [Ipmitool-devel] Ipmitool Command Coverage

2015-04-21 Thread Srinivas_G_Gowda
Hi, You can always use “ipmitool raw” command to send any of the supported IPMI commands. Thanks, G From: Dorsey, Craig Sent: Tuesday, April 21, 2015 11:37 PM To: ipmitool-devel@lists.sourceforge.net Subject: [Ipmitool-devel] Ipmitool Command Coverage

Re: [Ipmitool-devel] ID:28 - 'lib/ipmi_delloem.c' - clean up the code

2013-07-01 Thread Srinivas_G_Gowda
Hi Z, Thank you for making the changes. Seem alright. Please let me know if you see anything else that needs to be addressed. Thanks, G On Friday 28 June 2013 07:07 PM, Zdenek Styblik wrote: Hello G, attached are changes to 'lib/ipmi_delloem.c' that I'm about to commit into CVS(say, in a

Re: [Ipmitool-devel] ID:28 - 'lib/ipmi_delloem.c' - clean up the code

2013-06-28 Thread Srinivas_G_Gowda
Hi Z, Will let you know soon if there are any review comments. Thanks, G From: Zdenek Styblik [zdenek.styb...@gmail.com] Sent: Friday, June 28, 2013 7:07 PM To: Gowda, Srinivas G Cc: ipmitool-devel; S1, Harsha Subject: ID:28 - 'lib/ipmi_delloem.c' -

Re: [Ipmitool-devel] Code Review - ID: 3608261 - 'lib/ipmi_delloem.c' - code clean-up

2013-03-20 Thread Srinivas_G_Gowda
Z, Thanks for the commit. Ideally we would want smaller patches. Helps in getting it reviewed better... ;) since we are not doing anything major in terms of features or change in functionality, we should be able to go ahead with it unless there are no issues checking in the code(I don't have

[Ipmitool-devel] [PATCH 0/7]: validate sensor threshold data

2012-07-03 Thread Srinivas_G_Gowda
Hi All, Resubmitting the patches after incorporating the previous review comments. The sensor threshold values were not verified before setting for example - if the current UNC is set to 10, one can set the UC to a value less than 10. In this patch the values are first read and validated

[Ipmitool-devel] [PATCH 1/7]: Dell OEM MAC Command - 12G support added.

2012-07-03 Thread Srinivas_G_Gowda
Dell specific mac sub command is updated to support the latest 12G Dell servers. Support for virtual mac is also implemented. Signed-off-by: Srinivas Gowda G srinivas_g_go...@dell.com --- include/ipmitool/ipmi_delloem.h |1 + lib/ipmi_delloem.c | 55

[Ipmitool-devel] [PATCH 2/7]: Dell OEM Lan Command - Bug fixes and support for 12G servers

2012-07-03 Thread Srinivas_G_Gowda
Bug fixes for delloem lan command. This includes the support for 12G Dell license and 12G LAN Specific command. Signed-off-by: Srinivas Gowda G srinivas_g_go...@dell.com --- lib/ipmi_delloem.c | 194 +++- 1 files changed, 162 insertions(+), 32

[Ipmitool-devel] [PATCH 4/7]: Dell - Adding support for Sensor types 0x0C 0x10

2012-07-03 Thread Srinivas_G_Gowda
This patch will give more description for SEL which is generated for Uncorrectable ECC and errors with respect to each Memory Bank,Card or DIMM. The Sensor type included in this patch are 0x0C and 0x10. Signed-off-by: Srinivas Gowda G srinivas_g_go...@dell.com --- include/ipmitool/ipmi_sel.h |

[Ipmitool-devel] [PATCH 5/7]: Dell - Added support for sensor types - processor memory

2012-07-03 Thread Srinivas_G_Gowda
Added support for sensor types - Processor related sensor type 0x07, system incharectorization 0x20, Memory sensor type. Signed-off-by: Srinivas Gowda G srinivas_g_go...@dell.com --- include/ipmitool/ipmi_sel.h |1 + lib/ipmi_sel.c | 108

[Ipmitool-devel] [PATCH 3/7]: Framework for Dell specific SEL records

2012-07-03 Thread Srinivas_G_Gowda
Framework for decoding the Dell specific OEM Bytes from the SEL Record. This OEM Bytes are specific to Dell Platforms only. Signed-off-by: Srinivas Gowda G srinivas_g_go...@dell.com --- include/ipmitool/ipmi_sel.h |5 ++ lib/ipmi_sel.c | 99

[Ipmitool-devel] [PATCH 6/7] : Dell- Adding support for Dell specific sensors - IDPT/CPU/PCI-e errors

2012-07-03 Thread Srinivas_G_Gowda
Adding support for Dell specific sensors IDPT memory - 0x2B. Support for status check of communication channel between BMC/Other Hardware/CPU. Support for Flex Address and Virtual MAC Support for Non-Fatal PCIE error sensor type 0xC2 and Fatal IO Error 0xC3 Signed-off-by: Srinivas Gowda G

[Ipmitool-devel] [PATCH 7/7]: Dell - Update support for watch dog and BIOS errors

2012-07-03 Thread Srinivas_G_Gowda
Updated the Dell OEM decoding for OS Watch dog timer -type 0x23. Support added for Post Fatal Error or Events of sensor type 0x0F. This includes the Fatal Errors generated from BIOS, BIOS POST, CPU and Others. Signed-off-by: Srinivas Gowda G srinivas_g_go...@dell.com --- lib/ipmi_sel.c | 63

Re: [Ipmitool-devel] [PATCH 1/10]: Dell: Ipmitool: Base code update

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:05 PM, Gowda, Srinivas G wrote: Hi, Here is the 1st of the 10 patches. These patches contains updates and dell specific sel additions. Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp

Re: [Ipmitool-devel] [PATCH 5/10]: Dell: Ipmitool: sel update - dell additions

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:08 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 04-ipmitool_delloem_lanhelp_update/lib/ipmi_sel.c 05-ipmitool_opensel_part1_delloem/lib/ipmi_sel.c ---

Re: [Ipmitool-devel] [PATCH 2/10]: Dell: Ipmitool: dell oem mac update

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:06 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 01-ipmitool_opensrc_update/lib/ipmi_delloem.c 02-ipmitool_delloem_mac_update/lib/ipmi_delloem.c ---

Re: [Ipmitool-devel] [PATCH 4/10]: Dell: Ipmitool: dell oem lan update2

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:07 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 03-ipmitool_delloem_lan_update/lib/ipmi_delloem.c 04-ipmitool_delloem_lanhelp_update/lib/ipmi_delloem.c ---

Re: [Ipmitool-devel] [PATCH 7/10]: Dell: Ipmitool: sel update - dell additions

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:09 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 06-ipmitool_opensel_part2_delloem/lib/ipmi_sel.c 07-ipmitool_opensel_part3_delloem/lib/ipmi_sel.c ---

Re: [Ipmitool-devel] [PATCH 6/10]: Dell: Ipmitool: sel update - dell additions

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:08 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 05-ipmitool_opensel_part1_delloem/lib/ipmi_sel.c 06-ipmitool_opensel_part2_delloem/lib/ipmi_sel.c ---

Re: [Ipmitool-devel] [PATCH 9/10]: Dell: Ipmitool: sel update - dell additions

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:10 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 08-ipmitool_opensel_part4_delloem/lib/ipmi_sel.c 09-ipmitool_opensel_part5_delloem/lib/ipmi_sel.c ---

Re: [Ipmitool-devel] [PATCH 8/10]: Dell: Ipmitool: sel update - dell additions

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:09 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 07-ipmitool_opensel_part3_delloem/lib/ipmi_sel.c 08-ipmitool_opensel_part4_delloem/lib/ipmi_sel.c ---

Re: [Ipmitool-devel] [PATCH 10/10]: Dell: Ipmitool: sel update - dell additions

2012-04-12 Thread Srinivas_G_Gowda
On 03/26/2012 10:11 PM, Gowda, Srinivas G wrote: Thanks, G srinivas_g_go...@dell.com DELL Rewritten patch using macros. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 09-ipmitool_opensel_part5_delloem/lib/ipmi_delloem.c 10-ipmitool_opensel_part6_delloem/lib/ipmi_delloem.c ---

[Ipmitool-devel] [PATCH 3/10]: Dell: Ipmitool: dell oem lan update

2012-03-26 Thread Srinivas_G_Gowda
Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 02-ipmitool_delloem_mac_update/lib/ipmi_delloem.c 03-ipmitool_delloem_lan_update/lib/ipmi_delloem.c --- 02-ipmitool_delloem_mac_update/lib/ipmi_delloem.c 2012-03-06 18:58:36.0 +0530 +++

[Ipmitool-devel] [PATCH 2/10]: Dell: Ipmitool: dell oem mac update

2012-03-26 Thread Srinivas_G_Gowda
Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 01-ipmitool_opensrc_update/lib/ipmi_delloem.c 02-ipmitool_delloem_mac_update/lib/ipmi_delloem.c --- 01-ipmitool_opensrc_update/lib/ipmi_delloem.c 2012-03-06 16:26:58.0 +0530 +++ 02-ipmitool_delloem_mac_update/lib/ipmi_delloem.c

[Ipmitool-devel] [PATCH 1/10]: Dell: Ipmitool: Base code update

2012-03-26 Thread Srinivas_G_Gowda
Hi, Here is the 1st of the 10 patches. These patches contains updates and dell specific sel additions. Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp ipmitool_base/lib/ipmi_sensor.c 01-ipmitool_opensrc_update/lib/ipmi_sensor.c --- ipmitool_base/lib/ipmi_sensor.c 2012-03-06

[Ipmitool-devel] [PATCH 4/10]: Dell: Ipmitool: dell oem lan update2

2012-03-26 Thread Srinivas_G_Gowda
Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 03-ipmitool_delloem_lan_update/lib/ipmi_delloem.c 04-ipmitool_delloem_lanhelp_update/lib/ipmi_delloem.c --- 03-ipmitool_delloem_lan_update/lib/ipmi_delloem.c 2012-03-06 19:01:57.0 +0530 +++

[Ipmitool-devel] [PATCH 5/10]: Dell: Ipmitool: sel update - dell additions

2012-03-26 Thread Srinivas_G_Gowda
Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 04-ipmitool_delloem_lanhelp_update/lib/ipmi_sel.c 05-ipmitool_opensel_part1_delloem/lib/ipmi_sel.c --- 04-ipmitool_delloem_lanhelp_update/lib/ipmi_sel.c 2012-03-06 16:26:57.0 +0530 +++ 05-ipmitool_opensel_part1_delloem/lib/ipmi_sel.c

[Ipmitool-devel] [PATCH 6/10]: Dell: Ipmitool: sel update - dell additions

2012-03-26 Thread Srinivas_G_Gowda
Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 05-ipmitool_opensel_part1_delloem/lib/ipmi_sel.c 06-ipmitool_opensel_part2_delloem/lib/ipmi_sel.c --- 05-ipmitool_opensel_part1_delloem/lib/ipmi_sel.c 2012-03-06 19:15:42.0 +0530 +++ 06-ipmitool_opensel_part2_delloem/lib/ipmi_sel.c

[Ipmitool-devel] [PATCH 7/10]: Dell: Ipmitool: sel update - dell additions

2012-03-26 Thread Srinivas_G_Gowda
Thanks, G srinivas_g_go...@dell.com DELL diff -Naurp 06-ipmitool_opensel_part2_delloem/lib/ipmi_sel.c 07-ipmitool_opensel_part3_delloem/lib/ipmi_sel.c --- 06-ipmitool_opensel_part2_delloem/lib/ipmi_sel.c 2012-03-06 19:25:27.0 +0530 +++ 07-ipmitool_opensel_part3_delloem/lib/ipmi_sel.c

Re: [Ipmitool-devel] [Dell] [Patch 1/6] Dell Extension commands and Bug Fixes

2012-02-12 Thread Srinivas_G_Gowda
Not sure how that one got missed out... ! I'll have this included with the next sets of paths that I will be submitting shortly. Thanks, G -Original Message- From: Jan Safranek [mailto:jsafr...@redhat.com] Sent: Thursday, February 09, 2012 5:57 PM To: Gowda, Srinivas G Cc:

[Ipmitool-devel] Dell Extension commands and Bug Fixes

2011-08-11 Thread Srinivas_G_Gowda
Hi All, I am submitting 6 patches for IPMITool. ipmitool-1.8.11_8_dell_01_opensource_patch- Bug Fixes ipmitool-1.8.11_8_dell_02_dell_update_patch-Dell Specific Bug fixes/Updates ipmitool-1.8.11_8_dell_03_dell_vflash_patch-Patch for Dell OEM command - vFlash

[Ipmitool-devel] [Dell] [Patch 1/6] Dell Extension commands and Bug Fixes

2011-08-11 Thread Srinivas_G_Gowda
Hi , This is the patch that contains bug fixes for Non-Dell components Thanks, Srinivas.G DELL diff -Naurp ipmitool_base/include/ipmitool/ipmi_fru.h 01-ipmitool_opensource_fix/include/ipmitool/ipmi_fru.h --- ipmitool_base/include/ipmitool/ipmi_fru.h 2011-08-04 16:48:43.0 +0530 +++

[Ipmitool-devel] [Dell] [Patch 2/6] Dell Extension commands and Bug Fixes

2011-08-11 Thread Srinivas_G_Gowda
This is the patch that contains Dell specific updates and bug fixes Thanks, Srinivas.G Dell diff -Naurp 01-ipmitool_opensource_fix/include/ipmitool/ipmi_delloem.h 02-ipmitool_dell_updates/include/ipmitool/ipmi_delloem.h --- 01-ipmitool_opensource_fix/include/ipmitool/ipmi_delloem.h 2011-08-04

[Ipmitool-devel] [Dell] [Patch 3/6] Dell Extension commands and Bug Fixes

2011-08-11 Thread Srinivas_G_Gowda
This patch adds support for Dell-OEM vFlash command Thanks, Srinivas.G Dell diff -Naurp 02-ipmitool_dell_updates/include/ipmitool/ipmi_delloem.h 03-ipmitool_dell_vflash/include/ipmitool/ipmi_delloem.h --- 02-ipmitool_dell_updates/include/ipmitool/ipmi_delloem.h2011-08-04

[Ipmitool-devel] [Dell] [Patch 4/6] Dell Extension commands and Bug Fixes

2011-08-11 Thread Srinivas_G_Gowda
This patch add`s support for Dell-OEM windbg command Thanks, Srinivas.G Dell diff -Naurp 03-ipmitool_dell_vflash/lib/ipmi_delloem.c 04-ipmitool_dell_windbg/lib/ipmi_delloem.c --- 03-ipmitool_dell_vflash/lib/ipmi_delloem.c 2011-08-04 16:48:42.0 +0530 +++

[Ipmitool-devel] [Dell] [Patch 6/6] Dell Extension commands and Bug Fixes

2011-08-11 Thread Srinivas_G_Gowda
This patch contains man page updates Thanks, Srinivas.G Dell diff -Naurp 05-ipmitool_dell_license_feature/doc/ipmitool.1 06-ipmitool_manPage/doc/ipmitool.1 --- 05-ipmitool_dell_license_feature/doc/ipmitool.1 2011-08-04 16:48:43.0 +0530 +++ 06-ipmitool_manPage/doc/ipmitool.1

[Ipmitool-devel] Dell Extension commands and Bug Fixes

2011-08-09 Thread Srinivas_G_Gowda
Hi All, I am submitting 6 patches for IPMITool. ipmitool-1.8.11_8_dell_01_opensource_patch- Bug Fixes ipmitool-1.8.11_8_dell_02_dell_update_patch-Dell Specific Bug fixes/Updates ipmitool-1.8.11_8_dell_03_dell_vflash_patch-Patch for Dell OEM command - vFlash

[Ipmitool-devel] [Dell ] [Patch 1/6] Dell Extension commands and Bug Fixes

2011-08-09 Thread Srinivas_G_Gowda
Hi, This patch contains Bug Fixes for Non-Dell components. diff -Naurp ipmitool_base/include/ipmitool/ipmi_fru.h 01-ipmitool_opensource_fix/include/ipmitool/ipmi_fru.h --- ipmitool_base/include/ipmitool/ipmi_fru.h 2011-08-04 16:48:43.0 +0530 +++