Issue #1364 has been updated by luke. Status changed from Ready for Checkin to Closed
Merged. ---------------------------------------- Bug #1364: AIX hardwaremodel invalid on some systems http://reductivelabs.com/redmine/issues/show/1364 Author: hajducko Status: Closed Priority: Normal Assigned to: luke Category: library Target version: 1.5.0 Keywords: aix hardwaremodel Complexity: Trivial Patch: None The current method of finding the hardwaremodel for AIX assumes proc0 exists: <pre> setcode 'lsattr -El proc0 -a type|cut -f2 -d" "' </pre> Which, while often true, is not always true: <pre> [w20:/]# lsdev | grep proc proc1 Available 00-01 Processor </pre> Should instead look at using 'modelname' in sys0 - <pre> [w20:/]# lsattr -El sys0 -a modelname modelname IBM,7029-6C3 Machine name False </pre> ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
