Issue #11612 has been updated by Alex Harvey.
Actually I think this is even better - http://mirrors.develooper.com/hpux/faq.html - and it links to a useful perl script 'ux' http://mirrors.develooper.com/hpux/ux I've confirmed this script, although maybe not up to date with 11.31, solves the problem for all my earlier HP-UX platforms and almost solves in on 11.31 - PA-RISC/11.00 <pre> # ./ux myhost HP-UX 11.00/64 U L3000-5x/64 PA8600/550(4) pa-2.0 4096 Mb </pre> PA-RISC/11.11 <pre> # ./ux myhost HP-UX 11.11/64 U L3000-5x/64 PA8600/550(3) pa-2.0 2048 Mb </pre> PA-RISC/11.31 <pre> # ./ux myhost HP-UX 11.31/64 U rp4440/64 rp4440 2.0 PA8900 (8) 9000/800 24574 Mb # </pre> (Okay, some issue there apparently.) ia64/11.23 <pre> # ./ux myhost HP-UX 11.23/64 U rx8640/64 Itanium 2 9100/1598(16) ia64 4046 Mb </pre> ia64/11.31 <pre> > ./ux hmccmokhUse of uninitialized value in substitution (s///) at ./ux line 266. Use of uninitialized value in substitution (s///) at ./ux line 267. imapitapph002 HP-UX 11.31/64 U rx2660/64 (4) ia64 16361 Mb </pre> So a general solution following the logic of this code is probably the way to go. ---------------------------------------- Bug #11612: add facter support for ia 11.31 hpux processor discover and a bug fix for network interface https://projects.puppetlabs.com/issues/11612#change-74533 Author: hongbo hu Status: Code Insufficient Priority: Normal Assignee: Alex Harvey Category: library Target version: 1.6.x Keywords: facter hpux Branch: https://github.com/puppetlabs/facter/pull/232 Affected Facter version: 1. add cpu information support to facter support HPUX 11.31 IA64 2. when server has mc-sg the network card has standby lan card marked with '*' ,when run faster ,it'll show ifconfig no such interface error pull requre at github https://github.com/puppetlabs/facter/pull/127 I'll add more feature for hp and aix -- 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 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.
