|
On AIX facter reports warnings every puppet run.
example:
-
puppet agent --t
Notice: Local environment: 'production' doesn't match server specified node environment 'dev', switching agent to 'dev'. Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Warning: Facter: mismatched processor frequencies found; facter will only report one of them Warning: Facter: mismatched processor frequencies found; facter will only report one of them Warning: Facter: mismatched processor frequencies found; facter will only report one of them Warning: Facter: mismatched processor frequencies found; facter will only report one of them Warning: Facter: mismatched processor frequencies found; facter will only report one of them Warning: Facter: mismatched processor frequencies found; facter will only report one of them Warning: Facter: mismatched processor frequencies found; facter will only report one of them Info: Caching catalog for ********** Info: Applying configuration version '1506588051' ...
Comment related to this message from the project in github: https://github.com/puppetlabs/facter/pull/1112/files#r37475092 (
FACT-970
)
The output from the OS for the CPU in question:
lscfg | grep proc | cut -d' ' -f2 | xargs -n1 lsattr -El
frequency 3808000000 Processor Speed False smt_enabled true Processor SMT enabled False smt_threads 4 Processor SMT threads False state enable Processor state False type PowerPC_POWER7 Processor type False
|