RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 633437 - [6.1 FEAT] makedumpfile support - convert Linux on z dumps to ELF - userspace part
Summary: [6.1 FEAT] makedumpfile support - convert Linux on z dumps to ELF - userspace...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: s390utils
Version: 6.1
Hardware: s390x
OS: All
high
high
Target Milestone: beta
: 6.1
Assignee: Dan Horák
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
: 633423 (view as bug list)
Depends On:
Blocks: 538808 580566 633869
TreeView+ depends on / blocked
 
Reported: 2010-09-13 19:01 UTC by IBM Bug Proxy
Modified: 2011-05-19 13:17 UTC (History)
7 users (show)

Fixed In Version: s390utils-1.8.2-30.el6
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-19 13:17:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
s390-tools-rhel6-zgetdump-zipl-mkdump.patch (218.44 KB, text/plain)
2010-12-01 16:41 UTC, IBM Bug Proxy
no flags Details


Links
System ID Private Priority Status Summary Last Updated
IBM Linux Technology Center 67049 0 None None None Never
Red Hat Product Errata RHBA-2011:0601 0 normal SHIPPED_LIVE s390utils bug fix and enhancement update 2011-05-19 09:37:30 UTC

Description IBM Bug Proxy 2010-09-13 19:01:59 UTC
1. Feature Overview:
Feature Id: [67049]
a. Name of Feature: [6.1 FEAT] makedumpfile support - convert Linux on z dumps to ELF - userspace part
b. Feature Description
This feature allows to convert s390 format dumps into ELF format dumps. This is needed in order to
be able to use makedumpfile tool.

This feature has different parts needed and tracked in different feature depending on the affected
component (kernel, binutils, crash, s390-tools).

The port of makedumfile to s390 is tracked by a different feature.

This concrete feature provides the s390-tools part:
zgetdump:
Currently zgetdump is used to copy dumps from DASD and tape dump devices using the s390 dump format.
This feature adds two new dump formats, ELF (source/target) and LKCD (target). Therefore the
zgetdump tool can read ELF, s390 and LKCD and write ELF and s390 format dumps and now can also be
used for dump format conversion. The ELF target format can be used to run the "makedumpfile" tool
as a second step to compress the dump.
Also a mount option based on "fuse" will be added to zgetdump so that dumps can be converted in
memory without the need of copying them (see zgetdump man page below for more details).
Three new options are added to zgetdump:
??? fmt: Specify target dump format (elf or s390)
??? mount: Mount the dump instead of copying it to standard output
??? umount: Unmout the dump (wrapper function for "fusermount -u")
The "???all" option of zgetdump will be removed. The rational behind this is that this option is not
very useful, only applicable for multi-volume tape dumps that are very rare and technically with the
required new code structure of zgetdump it is a lot of effort to reimplement this option. The
decission is that it is not worth the effort.

DASD and Tape dump tools (zipl) and vmconvert:
The ELF format contains register information in the dump header. Currently for s390 dumps the
register information is stored in the CPU prefix pages in the dumped memory. The dump analysis tools
find these pages using the global variable "lowcore_ptr". In order to do this the memory address of
this variable must be available. The analysis tools crash and lcrash get that address from the
System.map or vmlinux file. To be independent from those files, with this item the s390 and LKCD
dump format is extended to store this information in the dump header.


2. Feature Details:
Sponsor: LTC zSeries BOE
Architectures:  zSeries - 64 native, 

Arch Specificity: purely arch specific code
Affects Kernel Modules: Field does not exist
Delivery Mechanism: Backport
Category: other
Request Type: Package - Feature from IBM
d. Upstream Acceptance: Field does not exist
Sponsor Priority P1
f. Severity: ship issue
IBM Confidential: No
Code Contribution: IBM code
g. Component Version Target:---

3. Business Case
The memory footprints of Linux on System z systems grow from year to year and therefore also system
dumps become sometimes so large that it is hard to work with them. For example transferring a 50 GB
dump over the network to a service organization can take a very long time. The "makedumpfile" open
source tool is used to compress system dumps by filtering out memory pages like free, user space or
cache pages that are not necessary for dump analysis.

This feature will improve and remove possible future restrictions in service, by enabling the
infrastructure needed to be able to use makedumfile on Linux on System z. 

4. Primary contact at Red Hat:
John Jarvis jjarvis

5. Primary contacts at Partner:
Project Management Contact:
Hans-Georg Markgraf, mgrf.com

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

Comment 2 IBM Bug Proxy 2010-10-04 15:16:39 UTC
------- Comment From rsisk.com 2010-10-04 10:36 EDT-------
Code Upstream Status: Accepted

Comment 3 John Jarvis 2010-10-04 18:18:49 UTC
IBM is signed up to test and provide feedback, setting OtherQA.

Comment 5 IBM Bug Proxy 2010-12-01 16:41:58 UTC
Created attachment 464052 [details]
s390-tools-rhel6-zgetdump-zipl-mkdump.patch


------- Comment on attachment From brueckner.ibm.com 2010-12-01 11:36 EDT-------


Summary:     zgetdump/zipl: Add ELF dump support (needed for makedumpfile)
Description: The zgetdump tool can be used now for dump format conversion.
             It can read ELF, s390, and LKCD and write ELF and s390 format
             dumps. A mount option based on "fuse" is added to zgetdump that
             allows dumps to be converted in memory on the fly without the
             need of copying them. The following two options are added to
             zgetdump:
             * fmt: Specify output dump format (elf or s390)
             * mount: Mount dump instead of copying it to standard output

             The zipl dump tools now store the prefix registers in the dump
             header.

             With this patch also multi-volume support for tape dump is 
             removed, because today's tape drives have enough capacity to
             store a dump on a single volume.

Comment 8 Ondrej Vasik 2010-12-06 13:00:19 UTC
*** Bug 633423 has been marked as a duplicate of this bug. ***

Comment 9 John Jarvis 2011-01-13 19:41: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 13 Chris Ward 2011-04-06 11:14:34 UTC
~~ Partners and Customers ~~

This bug was included in RHEL 6.1 Beta. Please confirm the status of this request as soon as possible.

If you're having problems accessing 6.1 bits, are delayed in your test execution or find in testing that the request was not addressed adequately, please let us know.

Thanks!

Comment 14 IBM Bug Proxy 2011-04-11 16:02:07 UTC
------- Comment From mgrf.com 2011-04-11 11:57 EDT-------
This is verified on r 6.1 snapshots - set to verified  Thx

Comment 15 IBM Bug Proxy 2011-04-21 09:22:48 UTC
------- Comment From mgrf.com 2011-04-21 05:11 EDT-------
This is verified on R 6.1 snapshots - set to verified  Thx

Comment 16 errata-xmlrpc 2011-05-19 13:17:43 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/RHBA-2011-0601.html


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