Re: SMPe download, unpack, receive

2020-06-08 Thread Kurt Quackenbush

On 6/6/2020 2:53 PM, Bill Giannelli wrote:

This is command I am currently using:
   SET  BOUNDARY (GLOBAL) .
   RECEIVE
 FROMNETWORK(
   SERVER(SERVINFO)
   CLIENT(CLNTINFO)
   )
.

So because I am NOT specifying "transferonly" all the downloaded software is 
received into my Global?
That is correct, the RECEIVE FROMNETWORK command (without the 
TRANSFERONLY option) will download, unzip the archive files, AND update 
the global zone and SMPPTS data sets in one fell swoop.


Kurt Quackenbush -- IBM, SMP/E Development
Chuck Norris never uses CHECK when he applies PTFs.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMPe download, unpack, receive

2020-06-06 Thread Paul Gilmartin
On Sat, 6 Jun 2020 13:53:27 -0500, Bill Giannelli wrote:

>This is command I am currently using:
>  SET  BOUNDARY (GLOBAL) . 
>  
>  RECEIVE  
>  
>FROMNETWORK(   
>  
>  SERVER(SERVINFO) 
>  
>  CLIENT(CLNTINFO) 
>  
>  )
>  
>   .
>
>So because I am NOT specifying "transferonly" all the downloaded software is 
>received into my Global?
>
That should work.  You should supply data sets/DD statements
for SERVINFO, CLNTINFO, GLOBAL, SMPNTS; define DLIB and
TARGET zones (unless placing the order supplies JCL for that).

If it succeeds and you try it again, SHA-1 checksums will tell
you there's nothing to do.

You could then do a RECEIVE FROMNTS with a different GLOBAL
zone.

I have supplied my customers tailoring scripts for installation  jobs.
Your vendor may have done that for you.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMPe download, unpack, receive

2020-06-06 Thread Bill Giannelli
This is command I am currently using:
  SET  BOUNDARY (GLOBAL) .  
  RECEIVE   
FROMNETWORK(
  SERVER(SERVINFO)  
  CLIENT(CLNTINFO)  

  ) 
   .

So because I am NOT specifying "transferonly" all the downloaded software is 
received into my Global?
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMPe download, unpack, receive

2020-06-06 Thread Paul Gilmartin
On Sat, 6 Jun 2020 13:06:07 -0500, Bill Giannelli wrote:

>previously I had a SMPe environment that required me to run the download from 
>IBM (GIMSMP) to mu USS. Then unpack the files from USS. And then run a receive 
>against those unpacked files.
>Now I have a new SMPe environment (new CSI,etc) that was setup by someone 
>else. And when I run the IBM download (GIMSMP) the FMIDs and PTFs appeared to 
>already be received.
>What am I not understanding here?
>Do I NOT need to unpack the files from USS and run the receive separately?
>
Will RECEIVE FROMNTS suffice?

What do the instructions say?

Are there instructions?

I once packaged a product for RECEIVE FROMNTS but encountered
a compulsive customer who tried GIMUNZIP; RECEIVE from data
sets.  Failed; I hadn't expected or tested that path.  Had to tell
customer, "Not supported; not documented."  But fixed it to work
in next release.

-- gi

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN