[Ipmitool-devel] Editing asset tag information with ipmitool

2007-01-30 Thread Tim Bell
I would like to use ipmitool to set the product asset tag. The current version allows printing of this information but not setting it. The ipmiutil package has fruconfig in it which allows this function but I would prefer to have all the tools together (and ipmiutil does not appear to be maki

[Ipmitool-devel] Seeing if a user is enabled or disabled

2007-07-11 Thread Tim Bell
n the output of the user list command. Tim Bell CERN Fabric and Infrastructure - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. J

[Ipmitool-devel] Serial over LAN info seg faults with ipmitool on Intel S5000

2007-10-10 Thread Tim Bell
Using ipmitool 1.8.9 (anf with the latest CVS patches), I get a segmentation fault with ipmitool sol info 1 on the Intel S5000PAL motherboards. Has anyone seen this before ? It seems to be due to an unitialised payload port value # ipmitool sol info 1 Info: SOL parameter 'Payload Channel (7)

[Ipmitool-devel] Manufacturer ID list in ipmitool compared to ipmiutil

2007-10-22 Thread Tim Bell
The list of manufacturer codes in ipmiutil seems to be missing some which are in ipmiutil. >From http://ipmiutil.svn.sourceforge.net/viewvc/ipmiutil/trunk/util/bmchealth.c?revision=35&view=markup, there are a much longer list than in the ipmi_strings.c. Would it be possible to add the additi

Re: [Ipmitool-devel] Manufacturer ID list in ipmitool compared toipmiutil

2007-11-08 Thread Tim Bell
{ IPMI_OEM_HITACHI_399, "Hitachi" }, { 0x , NULL }, }; Isabelle, Francois wrote: > If you take the time to produce a patch, I will more than happy to commit it. > ;-) > > Note that the complete list > (http://www.iana.org/assignments/enterprise-number

[Ipmitool-devel] Correct patch for spelling and Intel product names

2007-11-13 Thread Tim Bell
I have corrected the Siemens spelling and also included the text name of the product. This brings ipmitool to the same level as ipmiutil for reporting the mc information. cvs diff -up include/ipmitool/ipmi.h lib/ipmi_strings.c lib/ipmi_mc.c Index: include/ipmitool/ipmi.h ==

[Ipmitool-devel] Using ipmitool to set PEF actions

2008-09-29 Thread Tim Bell
I have set up the PEF actions using the FreeIPMI pef-config command to configure machines to automatically power down on high temperature. However, since we use ipmitool for all of our IPMI configuration, I'd like to do the same thing with ipmitool if possible. There does not seem to be much i

[Ipmitool-devel] Supermicro BMC extended firmware version information

2009-01-16 Thread Tim Bell
There is a supermicro tool which provides the firmware version of its BMCs called ipmicfg. This reports versions such as 1.59.12. However, when I run ipmitool mc info, I only get 1.59. Does anyone know where the extra version information is coming from ? --

[Ipmitool-devel] Patch for Peppercon OEM show firmware support

2009-03-02 Thread Tim Bell
The Peppercon BMCs as used in the Supermicro motherboards have an extended version string for the firmware version. This patch provides a peppercon OEM report which has the details of the fields of the firmware. This is needed to be able to find the different versions of code which all repor

[Ipmitool-devel] Patch for manufacturer Winbond

2009-06-19 Thread Tim Bell
This is a batch for the Winbond BMC manufacturer codes as in the latest Supermicro Nehalem systems. It adds the manufacturer id and string only for ipmitool mc info. Index: include/ipmitool/ipmi.h === RCS file: /cvsroot/ipmitool/i

Re: [Ipmitool-devel] Patch for manufacturer Winbond

2009-06-19 Thread Tim Bell
Sorry, the previous patch was wrong. Please ignore it. For WINBOND support, it is just ipmi.h and ipmi_strings.c --- include/ipmitool/ipmi.h 9 Jun 2009 15:38:08 - 1.33 +++ include/ipmitool/ipmi.h 20 Jun 2009 06:33:44 - @@ -278,6 +278,7 @@ typedef enum IPMI_OEM { IPMI

[Ipmitool-devel] delloem patch in 1.8.11 ?

2009-07-03 Thread Tim Bell
Is there any chance of the patch in http://ipmitool.wiki.sourceforge.net/space/filelist making it into the 1.8.11 release ? It has some useful function for Dell customers and would avoid having to do special patches on top of the standard source forge code. Tim Bell CERN

Re: [Ipmitool-devel] delloem patch in 1.8.11 ?

2009-07-04 Thread Tim Bell
Al, I completely agree with your sentiments. I therefore withdraw the request to include the patch into 1.8.11. From the look of things, there is some reasonable dell specific ipmitool functionality which could be added, such as setting the LCD display. However, this should be done as a p

[Ipmitool-devel] Query if a user is enabled or disabled

2009-08-15 Thread Tim Bell
Is there a way to tell if a user is enabled or disabled ? I can enable or disable a user but I'm not sure how to ask the status ? Maybe this would be useful to add to the user list functionality if there is a way in IPMI to ask for this ? Tim Bell

Re: [Ipmitool-devel] Query if a user is enabled or disabled

2009-08-17 Thread Tim Bell
(admin) > User Access(chan1,user3): 0f 03 01 14 : IPMI, Admin (root) > User Access(chan1,user4): 0f 03 01 0f : No access () > > Andy > > -Original Message- > From: Al Chu [mailto:ch...@llnl.gov] > Sent: Monday, August 17, 2009 12:28 PM > To: Tim Bell &