|
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 - quitThen 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 Sr. Programmer/Analyst(719) 272-2617 email: <mailto:dkelemen@xxxxxxxxxxxxxxxx> dkelemen@xxxxxxxxxxxxxxxx web: <http://www.chefscatalog.com/> www.chefscatalog.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.