Bug 53100

Summary: rhn_register claims 'CPU model 0' on ia64
Product: [Retired] Red Hat Linux Reporter: Bill Nottingham <notting>
Component: rhn_registerAssignee: Bill Nottingham <notting>
Status: CLOSED CURRENTRELEASE QA Contact: Jay Turner <jturner>
Severity: low Docs Contact:
Priority: medium    
Version: 7.3CC: alikins, gafton, rvokal, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-02 21:34:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2001-09-03 16:01:22 UTC
rhn_register claims cpu model 0, which certainly looks odd.

Basically, we should dig around in the kernel cpuinfo code to see if it
says anything different for McKinley, if so, have the parser key off
whatever differences are there.

Comment 1 Adrian Likins 2001-09-04 17:18:19 UTC
discussed this with bill via email. 

The model number of the cpu on our ia64's is indeed "0". 
so..?

Comment 2 Bill Nottingham 2001-09-04 18:06:43 UTC
Finally looked at the kernel code.

The model tag is pulled directly from the processor cpuinfo. No information on
if or how it will change.

However, the 'family' tag (currently set to 'Itanium') will say 'McKinley' if a
McKinley is detected. So that might be something better to key off of.

Comment 3 Adrian Likins 2001-09-04 18:12:40 UTC
ok. I'll populate the model info with the value pulled out of the 
"family" info.