Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

iSeries / AS400 FAQ : (Category) Operations : How do I create an image catalog on the iSeries?

0
Posted

iSeries / AS400 FAQ : (Category) Operations : How do I create an image catalog on the iSeries?

0

Building an image catalog on the iSeries (thanks to Rob Berendt at Group Dekko Services, LLC for all the pointers) Create a virtual optical device to be used to contain the image catalog (you’ll need to do this only once): CRTDEVOPT DEVD(OPTVRT01) RSRCNAME(*VRT) ONLINE(*YES) TEXT(‘Virtual optical drive for image catalog’) Make the drive available (after you create it the first time only): VRYCFG CFGOBJ(OPTVRT01) CFGTYPE(*DEV) STATUS(*ON) Create the image catalog to copy the images to: CRTIMGCLG IMGCLG(PTFCATALOG) DIR(‘/fixes’) TEXT(‘PTF image catalog’) Note: You have to either create the directory first OR use the CRTDIR(*YES) option when you create the image catalog. At this point you will need to copy the images to the catalog folder using one of the following methods: (1) If you downloaded the images using the FTP commands sent to you when you ordered your PTF’s (online) you will use the following command for each .bin (binary) file in the folder. It will register the existing bin f

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123