How to request CA RS source IDs with PTF's being downloaded.
search cancel

How to request CA RS source IDs with PTF's being downloaded.

book

Article ID: 260943

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER

Issue/Introduction

 How to request CA RS source IDs with PTF's being downloaded.

Environment

Release : 6.1

Resolution

Login to https://support.broadcom.com/group/ecx/my-dashboard
Under Quick Links click "Create Service Order"

For Order Type select options ALL or RECOMMMENDED and click choose file.
This is the file that is created by GIMXSID on the MAINFRAME. 


This is by example of the JCL:
//GIMXSID EXEC PGM=GIMXSID,PARM='INVENTORY=ALL'            
//SMPOUT DD SYSOUT=*                                       
//*                                                        
//SMPXTOUT DD DSN=hlq.GIMXSID.OUTPUT,DISP=(NEW,CATLG), 
// SPACE=(TRK,(1,1)),UNIT=SYSALLDA,                        
//  DCB=(RECFM=VB,LRECL=255)                               
CSI=HLQ.MAT12.CSI                                      
TARGET=CAIT0                                               
CSI=HLQ.CCS150.CSI   
/*  
Code the names of the CSI and target zones for which the maintenance is being requested
The output is written to SMPXTOUT. This is the file that should be uploaded with ALL or
RECOMMENDED.
 
After uploading this file click generate.
 
You will be sent an email with subject "Your Service Order nnnnnnnn Is Ready For Download"

where nnnnnnnn is your order number. Click the link in the email. Identify your order number
on the list and click "order server". This will display the following:
Copy the XML below to your clipboard.
Paste the updated SERVER XML into your customized GIMZIP JCL after the SMPSRVR DD.
Submit the customized JCL.
<SERVER
    host="rdownloads.broadcom.com/rn/site_id/1481242"
    user="xxxxxxx"
    pw="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
    >
    <PACKAGE
      file="/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn/GIMPAF.XML"
      hash="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
      id="SO1481242"
    >
    </PACKAGE>
</SERVER>
 
That is, copy from <SERVER to </SERVER> in your customized GIMZIP JCL. For example
//GIMZIP EXEC PGM=GIMSMP,DYNAMNBR=120,REGION=0M                         
//SMPCSI DD DSN=HLQ.MIA1252.CSI,DISP=SHR                            
//SMPNTS DD PATH='/your/path/RCVORDER',PATHDISP=KEEP       
//SYSPRINT DD SYSOUT=*                                                  
//SMPOUT DD SYSOUT=*                                                    
//SMPCNTL DD *                                                          
SET BOUNDARY(GLOBAL).                                                   
RECEIVE FROMNETWORK(                                                    
SERVER(SMPSRVR)                                                         
CLIENT(SMPCLNT)                                                         
) .                                                                     
//SMPCLNT DD *                                                          
 <CLIENT                                                                
 downloadmethod="https"                                                 
 javahome="/usr/lpp/java/J8.0_64"                                       
 downloadkeyring="*AUTH*/*"                                             
 classpath="/usr/lpp/smp/classes"                                       
 javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion              
                                              -Djava.security.debug     
                                              -Djavax.net.debug">       
</CLIENT>                                                               
//SMPSRVR DD *                                                          
<SERVER                                                                 
host="rdownloads.broadcom.com/rn/site_id/1481242"                       
user="xxxxxxx"                                                          
pw="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"                           
>                                                                       
<PACKAGE                                                                
file="/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn/GIMPAF.XML"             
hash="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"                         
id="SO1481242"                                                          
>                                                                       
</PACKAGE>                                                              
</SERVER>    
/*   
 
The PTF's written to the SMPNTS path will also include the CA RS levels.