Steps
- Extract the ISO file from the ZIP file.
- Make a Directory in the IFS (Integrated File System) on the iSeries:
MKDIR('SHOWCASE')
- Using a mapped drive or iSeries Navigator, place the Showcase_ 9.x.x.x_Server.iso file into the SHOWCASE directory.
- Create a Virtual Optical Drive on iSeries. Note: In the Example Steps below I have extracted the ISO file to location: '/SHOWCASE/Showcase_ 9.1.0.0_Server.iso ' on the iSeries. NOTE: Replace Showcase_ 9.1.0.0_Server.iso with the name of the iso file you are using.
CRTDEVOPT DEVD(OPTVRT01) RSRCNAME(*VRT) LCLINTNETA(*N) TEXT('Your virtual optical Device')
If successful you will see a message like this: Description for device OPTVRT01 created.
VRYCFG CFGOBJ(OPTVRT01) CFGTYPE(*DEV) STATUS(*ON)
If successful you will see a message like this: Vary on completed for device OPTVRT01.
CRTIMGCLG IMGCLG(SHOWCASE) DIR('/SHOWCASE') CRTDIR(*YES)
If successful you will see a message like this: Image catalog SHOWCASE created in library QUSRSYS.
ADDIMGCLGE IMGCLG(SHOWCASE) FROMFILE('/SHOWCASE/Showcase_9.1.0.0_Server.iso') TEXT('SC 9100 install image catalog')
If successful you will see a message like this: Image catalog entry added to image catalog SHOWCASE.
LODIMGCLG IMGCLG(SHOWCASE) DEV(OPTVRT01)
If successful you will see a message like this: Image catalog SHOWCASE loaded in device OPTVRT01.
- To verify the mounting of the Virtual Optical Drive, run the following command.
DSPOPTVOL(*All) DEV(OPTVRT01)
- To Start the ShowCase installation, run the command:
LODRUN DEV(OPTVRT01)
Last Modified On:
No, open a new Support Case