AIX Support Family -- Sending Testcases via Email (U.S. only)


Contents

About This Document
Sending via Email
File Naming Convention
     Testcases Associated with PMRs
     Testcases Associated with XMENU items
Creating a Compressed tar Archive

About This Document

This document provides addresses that may be used by registered customers of the AIX Support Family for sending testcases to IBM via email. For more information on the AIX Support Family and Program Services (IBM's base support for code-related problems), request these documents from 1-800-IBM-4FAX:

1537: Overview of AIX Support
1760: Using Program Services
2464: The AIX Support Family

All users who wish to send testcases via the Internet must read and understand the "Service Use Agreement". Please also read the "Statement on Confidentiality".


Sending via Email

Relatively small testcases can be sent via email to aasc@austin.ibm.com. The allowable size of the testcase depends mostly on intermediate mail gateways. It is generally not advisable to send testcases larger than 4MB via email.

Testcases sent via email in the correct format are automatically processed, making them almost immediately available for analysis. See the following section of this document for more details.


File Naming Convention

NOTE: Testcases should be archived into a compressed tar archive using relative path names. Using the following naming convention allows IBM's tools to automatically move the testcase to the proper directories and update the PMR to indicate that the testcase is available. Failure to use this naming convention could cause delays in processing the testcase.

If the testcase files cannot be associated with an existing PMR or XMENU item, they will be tagged as lost and eventually deleted.

Testcases Associated with PMRs

 ppppp.bbb.ccc.tar.Z
     |   |   |   | |
     |   |   |   | indicates that the archive is compressed
     |   |   |   | (if you have the gzip command available,
     |   |   |   | this will be .gz rather than .Z)
     |   |   |   |
     |   |   |   indicates a tar archive
     |   |   |
     |   |   the 3 character country code
     |   |   (may be omitted if the country code is 000)
     |   |
     |   the 3 character branch office number
     |
     the 5 character PMR number
Examples:
   9x999.999.999.tar.gz (problem_report_#.branch_office_#.country_code.tar.gz)
   1x234.001.tar.Z      (problem_report_#.branch_office_#.tar.Z)
   1x234.1234567.tar.Z  (problem_report_#.customer_#.tar.Z)

Testcases Associated with XMENU items

 xxxxxx.tar.Z 
      |   | | 
      |   | indicates that archive is compressed 
      |   | (if you have the gzip command available, 
      |   | this will be .gz rather than .Z) 
      |   | 
      |   indicates a tar archive 
      | 
      the XMENU item number 

Creating a Compressed tar Archive

Follow this example to compress a testcase into a tar archive using relative path names.

  1. Place the testcase files into a separate directory using commands similar to those in the following example. This example uses a directory named /tmp/testcase.
        cd /tmp 
        mkdir testcase 
        cp file1 file2 file3 testcase 
    
  2. Execute one of the following commands to create the compressed tar archive. Using the gzip command (if available) generally produces a significantly smaller file.

    With the gzip command:

       tar -cf- testcase | gzip -9 >9x999.999.999.tar.gz
    
    Without the gzip command:
       tar -cf- testcase | compress >9x999.999.999.tar.Z 
    

The following example shows how to uuencode and send the compressed tar archive. Substitute the correct file name when sending your testcase:

   uuencode 9x999.999.999.tar.gz 9x999.999.999.tar.gz | \ 
   mail -s "AIX_Testcase:9x999.999.999.tar.gz" aasc@austin.ibm.com 

**** Service Use Agreement ****
International Business Machines Corporation
Internet Testcase Delivery Service
Service Use Agreement

This is a legal agreement to which you are consenting to be bound. If you do not agree to all of the terms of this license, do not use the service.


Statement on Confidentiality

By choosing to send data to IBM, you acknowledge that all information contained in your data, including source, object code, binaries, executables, comments, questions, suggestions, or the like, shall be deemed to be non-confidential and IBM shall have no obligation of any kind with respect to such information and shall be free to reproduce, use, disclose, and distribute the information within IBM without limitation. Further, IBM shall be free to use any ideas, concepts, know-how or techniques contained in such information for any purpose whatsoever, including, but not limited to, developing, manufacturing and marketing products incorporating such information.


AIX Support Family -- Sending Testcases via Email (U.S. only): sending.testcases.us_email.all.gen ITEM: FAX
Dated: 98/10/27~00:00 Category: gen
This HTML file was generated 99/06/24~12:41:55
Comments or suggestions?
Contact us