Bug 475820 - [LTC 5.4 FEAT] Linux to add Call Home data [201167]
Summary: [LTC 5.4 FEAT] Linux to add Call Home data [201167]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kernel
Version: 5.4
Hardware: s390x
OS: All
high
high
Target Milestone: alpha
: 5.4
Assignee: Hans-Joachim Picht
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks: 445204 RHEL5u4_relnotes 476011 483701 483784
TreeView+ depends on / blocked
 
Reported: 2008-12-10 16:41 UTC by IBM Bug Proxy
Modified: 2014-06-16 12:02 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
This feature allows for the association of (df)to a set of descriptive data called 'Control Program Identification' (CPI) with a Red Hat Enterprise Linux instance (currently LPAR only). More details under: Control program identification in latest version of Device Drivers, Features, and Commands at: http://www.ibm.com/developerworks/linux/linux390/development_documentation.html
Clone Of:
Environment:
Last Closed: 2009-09-02 08:23:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
linux-2.6.18-s390-call_home_data.patch (17.99 KB, text/plain)
2009-01-23 10:32 UTC, IBM Bug Proxy
no flags Details


Links
System ID Private Priority Status Summary Last Updated
IBM Linux Technology Center 50307 0 None None None Never
Red Hat Product Errata RHSA-2009:1243 0 normal SHIPPED_LIVE Important: Red Hat Enterprise Linux 5.4 kernel security and bug fix update 2009-09-01 08:53:34 UTC

Description IBM Bug Proxy 2008-12-10 16:41:08 UTC
=Comment: #0=================================================
Emily J. Ratliff <ratliff.com> - 
1. Feature Overview:
Feature Id:	[201167]
a. Name of Feature:	Linux to add Call Home data
b. Feature Description
This request is for Red Hat to integrate a kernel patch that implements the sclp_cpi_sysfs interface
for s390x.
The sclp_cpi sysfs interface allows the association of a set of descriptive data called 'Control
Program Identification' (CPI) with an operating system instance (currently LPAR only). This
information is not persistent and has to be set once per IPL. CPI data will be visible at the
HMC/SE. CPI information is also referred to as 'Call Home data' in some contexts.
CPI information could previously be set by loading the sclp_cpi kernel module. This item implements
a new CPI interface in sysfs which complements the existing one. The new interface was included in Linux
 kernel 2.6.25.
 These sysfs-attributes can be used to specify the CPI information locally:
/sys/firmware/cpi/system_name 
 String: arbitrary, user-specified system name (e.g. LPAR12)
 /sys/firmware/cpi/sysplex_name String: arbitrary, user-specified sysplex name (e.g. SYSPLEX1)  
 /sys/firmware/cpi/system_type    	String: operating system type identifier - must be 'LINUX ' 
 /sys/firmware/cpi/system_level Hex: operating system version information, should be 
0x0000000000aabbcc, where aa=kernel version, bb=kernel patch level, cc=kernel sublevel.
 Example: Linux kernel 2.6.26 -> 0x000000000002061a
 Once all attributes are filled, write an arbitrary string to this attribute to finalize the data
(i.e. to send it to the SE):
 /sys/firmware/cpi/system_set
 
 Distributor installation/setup tools need to be changed to provide users with the ability:
 ? to specify whether they want to set this data
 ? to enter the actual data values (only 'system_name' and 'sysplex_name', since 'system_type' and
'system_level' should be set automaticly by the system)
 
 Using a distributor specific mechanism (e.g. init script), this information needs to be passed to
the sclp_cpi
 sysfs interface during IPL, depending on the configuration.

2. Feature Details:
Sponsor:	zSeries
Architectures:
s390x

Arch Specificity: Purely Arch Specific Code
Affects Core Kernel: Yes
Delivery Mechanism: Backport
Category:	zSeries
Request Type:	Driver - Feature from IBM
d. Upstream Acceptance:	Accepted
Sponsor Priority	1
f. Severity: High
IBM Confidential:	no
Code Contribution:	no
g. Component Version Target:	2.6.25

3. Business Case
RAS Improvement by decreasing mean time to resolve problems in case of System Failure.

4. Primary contact at Red Hat: 
John Jarvis
jjarvis

5. Primary contacts at Partner:
Project Management Contact:
Hans-Georg Markgraf, mgrf.com, Boeblingen 49-7031-16-3978

Technical contact(s):
Gonzalo Muelas Serrano, gmuelas.com

IBM Manager:
Thomas Schwarz, t.schwarz.com

Comment 1 John Jarvis 2008-12-23 21:21:26 UTC
IBM is signed up to test and provide feedback.

Comment 2 IBM Bug Proxy 2009-01-23 10:32:33 UTC
Created attachment 329801 [details]
linux-2.6.18-s390-call_home_data.patch

Comment 3 Hans-Joachim Picht 2009-02-06 15:17:56 UTC
The patch has been posted to rhkernel on Feb 6. by Hans-Joachim Picht <hpicht>

Comment 4 RHEL Program Management 2009-02-16 15:20:36 UTC
Updating PM score.

Comment 5 IBM Bug Proxy 2009-02-18 14:51:38 UTC
Please do not forget to update documentation and/or release notes, as mentioned in eSDT call:

More details under:
??? ???Control program identification??? in latest version of Device Drivers, Features, and Commands at:
http://www.ibm.com/developerworks/linux/linux390/development_documentation.html

Comment 6 Don Zickus 2009-04-06 21:17:40 UTC
in kernel-2.6.18-138.el5
You can download this test kernel from http://people.redhat.com/dzickus/el5

Please do NOT transition this bugzilla state to VERIFIED until our QE team
has sent specific instructions indicating when to do so.  However feel free
to provide a comment indicating that this fix has been verified.

Comment 8 John Jarvis 2009-04-30 14:08:32 UTC
This enhancement request was evaluated by the full Red Hat Enterprise Linux 
team for inclusion in a Red Hat Enterprise Linux minor release.   As a 
result of this evaluation, Red Hat has tentatively approved inclusion of 
this feature in the next Red Hat Enterprise Linux Update minor release.   
While it is a goal to include this enhancement in the next minor release 
of Red Hat Enterprise Linux, the enhancement is not yet committed for 
inclusion in the next minor release pending the next phase of actual 
code integration and successful Red Hat and partner testing.

Comment 9 John Jarvis 2009-05-12 19:21:09 UTC
Release note added. If any revisions are required, please set the 
"requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

New Contents:
More details under:
Control program identification in latest version of Device Drivers, Features, and Commands at:
http://www.ibm.com/developerworks/linux/linux390/development_documentation.html

Comment 10 Chris Ward 2009-06-14 23:19:07 UTC
~~ Attention Partners RHEL 5.4 Partner Alpha Released! ~~

RHEL 5.4 Partner Alpha has been released on partners.redhat.com. There should
be a fix present that addresses this particular request. Please test and report back your results here, at your earliest convenience. Our Public Beta release is just around the corner!

If you encounter any issues, please set the bug back to the ASSIGNED state and
describe the issues you encountered. If you have verified the request functions as expected, please set your Partner ID in the Partner field above to indicate successful test results. Do not flip the bug status to VERIFIED. Further questions can be directed to your Red Hat Partner Manager. Thanks!

Comment 11 Chris Ward 2009-07-03 18:17:38 UTC
~~ Attention - RHEL 5.4 Beta Released! ~~

RHEL 5.4 Beta has been released! There should be a fix present in the Beta release that addresses this particular request. Please test and report back results here, at your earliest convenience. RHEL 5.4 General Availability release is just around the corner!

If you encounter any issues while testing Beta, please describe the issues you have encountered and set the bug into NEED_INFO. If you encounter new issues, please clone this bug to open a new issue and request it be reviewed for inclusion in RHEL 5.4 or a later update, if it is not of urgent severity.

Please do not flip the bug status to VERIFIED. Only post your verification results, and if available, update Verified field with the appropriate value.

Questions can be posted to this bug or your customer or partner representative.

Comment 12 Shawn Wells 2009-07-08 20:46:32 UTC
In IBMs feature description I see:

Distributor installation/setup tools need to be changed to provide users with
the ability:
 ? to specify whether they want to set this data
 ? to enter the actual data values (only 'system_name' and 'sysplex_name',
since 'system_type' and
'system_level' should be set automaticly by the system)



However, I don't see commends reflecting this change was made in Anaconda or init scripts.  Has this piece been integrated in?

Comment 13 Shawn Wells 2009-07-08 20:48:17 UTC
Release note updated. If any revisions are required, please set the 
"requires_release_notes"  flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

Diffed Contents:
@@ -1,3 +1,6 @@
+This feature allows for the association of sclp_cpi sysfs interface to a set of descriptive
+data called 'Control Program Identification' (CPI) with a Red Hat Enterprise Linux instance (currently LPAR only).
+
 More details under:
 Control program identification in latest version of Device Drivers, Features, and Commands at:
 http://www.ibm.com/developerworks/linux/linux390/development_documentation.html

Comment 15 Chris Ward 2009-07-10 19:08:46 UTC
~~ Attention Partners - RHEL 5.4 Snapshot 1 Released! ~~

RHEL 5.4 Snapshot 1 has been released on partners.redhat.com. If you have already reported your test results, you can safely ignore this request. Otherwise, please notice that there should be a fix available now that addresses this particular request. Please test and report back your results here, at your earliest convenience. The RHEL 5.4 exception freeze is quickly approaching.

If you encounter any issues while testing Beta, please describe the issues you have encountered and set the bug into NEED_INFO. If you encounter new issues, please clone this bug to open a new issue and request it be reviewed for inclusion in RHEL 5.4 or a later update, if it is not of urgent severity.

Do not flip the bug status to VERIFIED. Instead, please set your Partner ID in the Verified field above if you have successfully verified the resolution of this issue. 

Further questions can be directed to your Red Hat Partner Manager or other appropriate customer representative.

Comment 19 Ryan Lerch 2009-07-20 22:32:21 UTC
Release note updated. If any revisions are required, please set the 
"requires_release_notes"  flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

Diffed Contents:
@@ -1,4 +1,4 @@
-This feature allows for the association of sclp_cpi sysfs interface to a set of descriptive
+This feature allows for the association of  (df)to a set of descriptive
 data called 'Control Program Identification' (CPI) with a Red Hat Enterprise Linux instance (currently LPAR only).
 
 More details under:

Comment 20 Chris Ward 2009-08-03 15:45:34 UTC
~~ Attention Partners - RHEL 5.4 Snapshot 5 Released! ~~

RHEL 5.4 Snapshot 5 is the FINAL snapshot to be release before RC. It has been 
released on partners.redhat.com. If you have already reported your test results, 
you can safely ignore this request. Otherwise, please notice that there should be 
a fix available now that addresses this particular issue. Please test and report 
back your results here, at your earliest convenience.

If you encounter any issues while testing Beta, please describe the 
issues you have encountered and set the bug into NEED_INFO. If you 
encounter new issues, please clone this bug to open a new issue and 
request it be reviewed for inclusion in RHEL 5.4 or a later update, if it 
is not of urgent severity. If it is urgent, escalate the issue to your partner manager as soon as possible. There is /very/ little time left to get additional code into 5.4 before GA.

Partners, after you have verified, do not flip the bug status to VERIFIED. Instead, please set your Partner ID in the Verified field above if you have successfully verified the resolution of this issue. 

Further questions can be directed to your Red Hat Partner Manager or other 
appropriate customer representative.

Comment 21 John Jarvis 2009-08-04 19:25:36 UTC
IBM, can you please verify this feature is functioning correctly in 5.4?

Comment 22 Chris Ward 2009-08-10 11:12:00 UTC
IBM, please update us with the latest test results for confirming the
resolution of this request. Thanks.

Comment 24 IBM Bug Proxy 2009-08-13 15:25:20 UTC
------- Comment From mgrf.com 2009-08-13 11:05 EDT-------
This feature is verified on RHEL 5.4 snapshots WITHOUT using the related tools part of the feature request  - that has been rejected for RHEL 5.4 and is requested for 5.5 now.
That is:
LTC 50610   -  [LTC 5.4 FEAT] Linux to add Call Home data - Installer and tool enhancement [201167]

Comment 25 errata-xmlrpc 2009-09-02 08:23:26 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2009-1243.html


Note You need to log in before you can comment on or make changes to this bug.