Hi,
I saw this conversation regarding installing PTF's from the IBM web site
directly to the iSeries. How do I get the .exe file to be in binary
format (.bin)?
E.g. When I downloaded service pack SI24723 it came down as SI24723.EXE
and when I FTP it to my iSeries it is still a .exe file.
Thanks.
Sheri
Re: PTF Steps?
________________________________
size=2 width="100%" align=center>
<http://archive.midrange.com/midrange-l/200609/msg01506.html##>
* Subject: Re: PTF Steps?
* From: Peter Levy <plevy@xxxxxxxxxxxx>
* Date: Fri, 29 Sep 2006 15:02:24 -0400
* List-archive: <http://archive.midrange.com/midrange-l>
* List-help: <mailto:midrange-l-request@xxxxxxxxxxxx?subject=help>
* List-id: Midrange Systems Technical Discussion
<midrange-l.midrange.com>
* List-post: <mailto:midrange-l@xxxxxxxxxxxx>
* List-subscribe: <
http://lists.midrange.com/mailman/listinfo/midrange-l>, <
mailto:midrange-l-request@xxxxxxxxxxxx?subject=subscribe>
* List-unsubscribe: <
http://lists.midrange.com/mailman/listinfo/midrange-l>, <
mailto:midrange-l-request@xxxxxxxxxxxx?subject=unsubscribe>
Digg this
<http://digg.com/submit?phase=2&url=http%3A%2F%2Farchive.midrange.com%2F
midrange-l%2F200609%2Fmsg01506.html>
del.icio.us <http://del.icio.us/post>
________________________________
I normally FTP them from IBM directly to the iSeries, but no matter...
First FTP it from your PC to the /tmp IFS directory:
- FTP <iseries.system.name or ip-address>
- cd /tmp
- lcd /mylocalptfdirectory
- bin
- put <binaryfile>.bin
- quit
Then do the following to create a virtual CD drive & image catalog and
install the PTFs:
- CRTDEVOPT DEVD(OPTVRT01) RSRCNAME(*VRT)
- VRYCFG CFGOBJ(OPTVRT01) CFGTYPE(*DEV) STATUS(*ON)
- CRTIMGCLG IMGCLG(PTFINSTALL) DIR('/ptfinstall') CRTDIR(*YES)
- ADDIMGCLGE IMGCLG(PTFINSTALL) FROMFILE('/tmp/<binary file>.bin')
- LODIMGCLG IMGCLG(PTFINSTALL) DEV(OPTVRT01)
- VFYIMGCLG IMGCLG(PTFINSTALL) TYPE(*PTF) SORT(*YES)
- INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL) (Note: If this
command doesn't exist on your system then do GO PTF, option 8.)
DebbieKelemen wrote:
Where can I find the complete steps for downloading a PTF to my PC, then
uploading it to my iSeries, creating the Image Catalog, etc.
I can find the last part pretty easily. I currently have it on my PC. I
just don't remember how to get it onto my IFS & how to get everything
else
hooked together. I've done it once before & have misplaced my
instructions!
Please help!
Debbie Kelemen