Issue #20676 has been updated by Charlie Sharpsteen. Status changed from Needs Decision to Accepted
If someone who uses HP-UX knows the correct invocation that returns this data, a patch against the Facter project would be most welcome. Contribution guidelines can be found in the file [CONTRIBUTING.md](https://github.com/puppetlabs/facter/blob/master/CONTRIBUTING.md) at the root of the Facter source tree. Let us know if there are any questions about the contribution process! ---------------------------------------- Bug #20676: processorcount on hpux is wrong https://projects.puppetlabs.com/issues/20676#change-95047 * Author: Luke M * Status: Accepted * Priority: Normal * Assignee: * Category: hpux * Target version: * Keywords: hpux facter processor_list * Branch: * Affected Facter version: 1.7.0 ---------------------------------------- Facter says: # facter processorcount 8 Yet the server ( a vPar ) has only one cpu allocated. What it is detecting is the amount of CPUs in the nPar. Generally this happens when you use 'ioscan -fkCprocessor', instead of something like: "mpsched -s | awk '/Processor Count/{print $NF;}'". -- 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://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
