Issue #1793 has been reported by pirzyk. ---------------------------------------- Feature #1793: Support for manufacture, productname, serialnumber and type on Solaris 10 x86 http://projects.reductivelabs.com/issues/show/1793
Author: pirzyk Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Complexity: Unknown Keywords: On Solaris 10 x86 systems, there is the command smbios, which will display the same information that dmidecode does for Linux and *BSD systems. Here is a patch that will allow smbios output to be used. I had to modify the query structure passed in so I could do some field mappings. Currently the smbios uses "Product:" for "Product Name:" and "Chassis Type:" for "Type:" The one outstanding issue I could not resolve is the '(Chassis )?Type:' field, in dmidecode it is capitalized, in smbios it is not. For example, all VMware VMs return the value 'Other' on Linux/*BSD systems where as on Solaris 10 x86, it is 'other'. Both have the value 0x1. Did not want to special case the call to .capitalize for just this field. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
