Document Change History:

Description

Date

Rev.

Initial release

3/20/06

1.0

Added V5r4 DBCS and changed format from .doc to .html

4/13/2006

2.0

Updated with additional SW

6/26/06

2.1

Updated with additional SW

9/7/2006

2.2

Updates for inclusion of Zend Core for i5/OS

10/23/06

2.3


VLP Guide for Additional Software on IBM i (formerly i5/OS)

Every IBM i image in VLP is provided with selected pre-installed software components as listed at the end of this page. This user guide explains how to access and install additional software.

Note
For VLP AIX and Linux users, IBM provides access to IBM software via the VLP-SAC (Virtual Loaner Program Software Access Catalog). Please refer to the VLP-SAC User Guide on the VLP 'How to' page for more information. It is also possible to get additional i5/OS middleware from the VLP-SAC by making an AIX or Linux reservation, accessing the VLP-SAC, and then copying the installation image(s) by FTP to the i5/OS partition.

The use of Software accessed via the VLP-SAC is limited to use within the Virtual Loaner Program. You may not download, copy, install, or use the Software on any other systems, including systems within your enterprise. If you need to have copies of these programs outside of the VLP, visit the Software Mall for more information.

  • IBM Licensed Program Products (LPP's) for IBM i
  • Zend Core for i5/OS
  • Pre-installed Software


    IBM Licensed Program Products (LPP's) for iBM i

    To load additional i software components, the standard stack media is located on an NFS server within the VLP infrastructure in /stage/middleware/i5OS.

    NFS-Mount /stage/middleware

      MKDIR '/stage'
      MKDIR '/stage/middleware'
      MOUNT TYPE(*NFS) MFS('192.168.1.12:/stage/middleware') MNTOVRDIR('/stage/middleware')
    

    Your IBM i system is now connected to the middleware repository. In the /stage/middleware directory, there are subdirectories for each IBM i release.

    Set up a virtual optical device

    Use a virtual optical device to load software from these CD images.

    Create a virtual optical device (virtual CD drive) and vary it on. This step is only required if this is the first time you have used this process to install software.

      DLTDEVD DEVD(VOPT01)
      CRTDEVOPT DEVD(VOPT01) RSRCNAME(*VRT)
      VRYCFG CFGOBJ(VOPT01) CFGTYPE(*DEV) STATUS(*ON)
    

    Create an image catalog to hold one or more CD images. The following command will create the *IMGCLG object and the IFS directory where the CD images will reside.

      DLTIMGCLG IMGCLG(VOPT01)
      DLTIMGCLG IMGCLG(TEMP) 
      CRTIMGCLG IMGCLG(TEMP) DIR('/temp_isos') CRTDIR(*YES)
    

    Note: The /temp_isos directory, its contents, and the TEMP *IMGCLG object are NOT saved during VLP image save/restore operations!
    If you wish to use virtual optical support for something saved in your VLP image, do this in a different image catalog and a different IFS directory.

    Select CD image(s)

    Identify which CD images are required for the product(s) you wish to load. Reference the table below.

  • V5R4 /stage/middleware/i5OS/V5R4/
  • V6R1 /stage/middleware/i5OS/V6R1/
    V5R4 Example
    5722 or 5761
    Product ID Suffix
    Option Name IBM i 5.4 (i5/OS V5R4) Image IBM i 6.1 (i5/OS V6R1) Image
    SS1 9 *PRV CL Compiler Support D2924_01.iso B2924_01.iso

    Copy image(s) to IBM i virtual optical device

    The required CD image(s) must be copied from the /stage/middleware repository to a local directory on IBM i before loading them into a virtual optical image catalog. The command ADDIMGCLGE will perform this copy. Run the following command, as an example, to load /stage/middleware/i5OS/V5R4/2924/D2924_01.iso. This will take from 5 to 20 minutes to complete.

      ADDIMGCLGE IMGCLG(TEMP) FROMFILE('/stage/middleware/i5OS/V5R4/D2924_01.iso')                                    

    Load the image catalog into the virtual optical device.

      LODIMGCLG IMGCLG(TEMP) DEV(VOPT01)
    

    Install software

    Use the VOPT01 virtual device to load software using GO LICPGM option 11 or RSTLICPGM.

      RSTLICPGM LICPGM(5722SS1) DEV(VOPT01) OPTION(9)
    

    Cleanup

    Unload the image catalog and remove the CD images from the IBM i partition. Failure to do so may result in failure of the VLP infrasturcture to save your system image. Note that the image catalog object TEMP is not saved during VLP image save operations.

      LODIMGCLG IMGCLG(TEMP) DEV(VOPT01) OPTION(*UNLOAD)
      DLTIMGCLG IMGCLG(TEMP) KEEP(*NO)
    




    IBM i Image Repository Table

    In the /stage/middleware repository, image files are organized by release. Refer to the following table for the CD image file needed. These image files are located in these directories:

    All V5R4 Images: /stage/middleware/i5OS/V5R4/
    All V6R1 Images: /stage/middleware/i5OS/V6R1/

    5722 or 5761
    Product ID Suffix
    Option Name IBM i 5.4 (i5/OS V5R4) Image IBM i 6.1 (i5/OS V6R1) Image
    SS1 5 System/36 Environment D2924_01.iso B2924_01.iso
    SS1 6 System/38 Environment D2924_01.iso B2924_01.iso
    SS1 7 Example Tools Library D2924_01.iso B2924_01.iso
    SS1 8 AFP Compatibility Fonts D2924_01.iso B2924_01.iso
    SS1 9 *PRV CL Compiler Support D2924_01.iso B2924_01.iso
    SS1 12 Host Servers D2924_01.iso B2924_01.iso
    SS1 13 System Openness Includes D2924_01.iso B2924_01.iso
    SS1 14 GDDM D2924_01.iso B2924_01.iso
    SS1 18 Media and Storage Extensions L2924_01.iso B2924_01.iso
    SS1 21 Extended NLS Support D2924_02.iso B2924_01.iso
    SS1 22 ObjectConnect D2924_02.iso B2924_01.iso
    SS1 23 OptiConnect F2924_01.iso F2924_01.iso
    SS1 25 NetWare Enhanced Integration D2924_02.iso F2924_01.iso
    SS1 26 DB2 Symmetric Multiprocessing F2924_01.iso F2924_01.iso
    SS1 27 DB2 Multisystem F2924_01.iso F2924_01.iso
    SS1 29 Integrated Server Support D2924_01.iso B2924_01.iso
    SS1 30 Qshell D2924_02.iso B2924_01.iso
    SS1 31 Domain Name System D2924_02.iso B2924_01.iso
    SS1 33 Portable App Solutions Environment D2924_02.iso B2924_01.iso
    SS1 34 Digital Certificate Manager D2924_02.iso B2924_01.iso
    SS1 35 CCA Cryptographic Service Provider D2924_02.iso B2924_01.iso
    SS1 36 PSF 1-45 IPM Printer Support L2924_01.iso B2924_01.iso
    SS1 37 PSF 1-100 IPM Printer Support L2924_01.iso B2924_01.iso
    SS1 38 PSF Any Speed Printer Support L2924_01.iso B2924_01.iso
    SS1 39 International Components for Unicode D2924_02.iso B2924_01.iso
    SS1 41 HA Switchable Resources L2924_01.iso B2924_01.iso
    SS1 42 HA Journal Performance L2924_01.iso B2924_01.iso
    SS1 43 Additional Fonts D2924_03.iso B2924_02.iso
    SS1 44 Encrypted Backup Enablement F2924_02.iso
    SS1 45 Encrypted ASP Enablement F2924_02.iso
    SS1 46 Performance Viewer Open Source Components B2924_02.iso
    5722 or 5761
    Product ID Suffix
    Option Name IBM i 5.4 (i5/OS V5R4) Image IBM i 6.1 (i5/OS V6R1) Image
    AC3 *BASE Cryptographic Access Provider F2924_02.iso F2938_02.iso
    AF1 *BASE AFP Utilities L2924_01.iso B2924_02.iso
    AP1 *BASE Advanced DBCS Printer Support Please contact support
    AP1 1 Adv DBCS Printer Support - IPDS Please contact support
    BR1 *BASE Backup Recovery and Media Services L2924_01.iso B2924_02.iso
    BR1 1 BRMS - Network Feature L2924_01.iso B2924_02.iso
    BR1 2 BRMS - Advanced Feature L2924_01.iso B2924_02.iso
    BZ1 *BASE IBM Business Solutions D2924_04.iso B2924_02.iso
    CE3 *BASE Client Encryption 128-bit F2924_02.iso
    CM1 *BASE IBM Communications Utilities for i5/OS L2924_01.iso B2924_02.iso
    CR1 *BASE Cryptographic Support for AS/400 F2924_01.iso F2924_01.iso
    DB1 *BASE AS/400 System/38 Utilities F2924_01.iso F2924_01.iso
    DE1 *BASE DB2 UDB Extenders L2924_01.iso B2924_02.iso
    DE1 1 Text Extender for iSeries L2924_01.iso B2924_02.iso
    DE1 2 XML Extender L2924_01.iso B2924_02.iso
    DE1 3 Text Search Engine L2924_01.iso B2924_02.iso
    DFH *BASE CICS for iSeries F2924_01.iso F2924_01.iso
    DFH 1 CICS Sample Programs F2924_01.iso F2924_01.iso
    DS2 *BASE IBM Business Graphics Utility for System i F2924_01.iso F2924_01.iso
    DG1 *BASE IBM HTTP Server for i5/OS D2924_04.iso B2924_02.iso
    DG1 1 Triggered Cache Manager D2924_04.iso B2924_02.iso
    DP4 *BASE IBM DB2 DataPropagator for iSeries, V8.1 L2924_02.iso B2924_02.iso
    DS1 *BASE AS/400 Business Graphics Utility F2924_01.iso
    HAS *BASE IBM System i High Availability Solutions Manager B2924_02.iso
    HAS 1 IBM System i HASM - Planning B2924_02.iso
    5769FNT *BASE Advanced Function Printing Fonts/400 F2924_01.iso F2924_01.iso
    5769FNT 1-15 AFP Fonts F2924_01.iso F2924_01.iso
    5769FN1 *BASE Advanced Function Printing DBCS Fonts/400 F2924_01.iso F2924_01.iso
    5769FN1 1 AFP DBCS Fonts - Japanese F2924_01.iso F2924_01.iso
    5769FN1 2 AFP DBCS Fonts - Korean F2924_01.iso F2924_01.iso
    5769FN1 3 AFP DBCS Fonts - Traditional Chinese F2924_01.iso F2924_01.iso
    5769FN1 4 AFP DBCS Fonts - Simplified Chinese F2924_01.iso F2924_01.iso
    5769FN1 5 AFP DBCS Fonts - Thai F2924_01.iso F2924_01.iso
    IP1 *BASE IBM Infoprint Server for iSeries L2924_02.iso B2924_02.iso
    IP1 1 PS to AFP Transform F2924_01.iso F2924_01.iso
    JC1 *BASE IBM Toolbox for Java D2924_04.iso B2924_02.iso
    JS1 *BASE IBM Advanced Job Scheduler for i5/OS L2924_01.iso B2924_02.iso
    JV1 *BASE IBM Developer Kit for Java D2924_05.iso B2924_02.iso
    JV1 5 Java Developer Kit 1.3 D2924_05.iso B2924_02.iso
    JV1 6 Java Developer Kit 1.4 D2924_05.iso B2924_02.iso
    JV1 7 Java Developer Kit 5.0 D2924_06.iso B2924_02.iso
    JV1 8 J2SE 5.0 32 bit D2924_07.iso B2924_02.iso
    JV1 9 J2SE 5.0 64 bit B2924_02.iso
    JV1 10 Java SE Development Kit 6 B2924_02.iso
    JV1 11 Java SE 6 32 bit B2924_02.iso
    JV1 12 Java SE 6 64 bit B2924_02.iso
    LSV *BASE IBM i5/OS Integration for Linux on xSeries D2924_04.iso B2924_02.iso
    MG1 *BASE IBM Managed System Services for i5/OS F2924_01.iso
    NAE *BASE Network Authentication Enablement D2924_04.iso B2924_02.iso
    PT1 *BASE IBM Performance Tools for iSeries L2924_01.iso B2924_02.iso
    PT1 1 Performance Tools - Manager Feature L2924_01.iso B2924_02.iso
    PT1 2 Performance Tools - Agent Feature L2924_01.iso B2924_02.iso
    PT1 3 Performance Tools - Job Watcher B2924_02.iso
    QU1 *BASE IBM Query for iSeries L2924_01.iso B2924_02.iso
    RD1 *BASE Content Manager OnDemand Base F2924_01.iso F2924_01.iso
    RD1 1 Content Manager OnDemand Spooled File Archive F2924_01.iso
    RD1 2 Content Manager OnDemand Object Archive F2924_01.iso
    RD1 3 Content Manager OnDemand Record Archive F2924_01.iso
    RD1 4 Content Manager OnDemand AnyStore F2924_01.iso
    RD1 5 Content Manager OnDemand Server F2924_01.iso
    RD1 10 Content Manager OnDemand Common Server F2924_01.iso F2924_01.iso
    RD1 11 Content Manager OnDemand Web Enablement Kit F2924_01.iso F2924_01.iso
    RD1 12 Content Manager OnDemand PDF Indexer F2924_01.iso F2924_01.iso
    5733SC1 *BASE IBM Portable Utilities for i5/OS F2924_02.iso B2924_02.iso
    5733SC1 1 OpenSSH, OpenSSL, zlib F2924_02.iso B2924_02.iso
    SM1 *BASE IBM System Manager for i5/OS F2924_02.iso F2924_02.iso
    ST1 *BASE DB2 Query Mgr and SQL DevKit L2924_01.iso B2924_02.iso
    TC1 *BASE IBM TCP/IP Connectivity Utilities for i5/OS D2924_04.iso B2924_02.iso
    UME *BASE IBM Universal Manageability Enablement for i5/OS B2924_02.iso
    VI1 *BASE IBM Content Manager for iSeries F2924_02.iso
    VI1 1 IBM Content Manager for iSeries Option 1 F2924_02.iso
    VI1 2 IBM Content Manager for iSeries Option 2 F2924_02.iso
    WDS *BASE WDS for iSeries L2924_01.iso B2924_02.iso
    WDS 21 iSeries Tools - Application Development L2924_01.iso B2924_02.iso
    WDS 31 ILE RPG L2924_01.iso B2924_02.iso
    WDS 32 System/36 Compatible RPG II L2924_01.iso B2924_02.iso
    WDS 33 System/38 Compatible RPG III L2924_01.iso B2924_02.iso
    WDS 34 RPG/400 L2924_01.iso B2924_02.iso
    WDS 35 ILE RPG *PRV Compiler L2924_01.iso B2924_02.iso
    WDS 41 ILE COBOL L2924_01.iso B2924_02.iso
    WDS 42 System/36 Compatible COBOL L2924_01.iso B2924_02.iso
    WDS 43 System/38 Compatible COBOL L2924_01.iso B2924_02.iso
    WDS 44 OPM COBOL L2924_01.iso B2924_02.iso
    WDS 45 ILE COBOL *PRV Compiler L2924_01.iso B2924_02.iso
    WDS 51 ILE C L2924_01.iso B2924_02.iso
    WDS 52 ILE C++ L2924_01.iso B2924_02.iso
    WDS 56 IXLC for C/C++ L2924_01.iso B2924_02.iso
    WDS 60 Workstation Tools - Base L2924_01.iso B2924_02.iso
    XE1 *BASE IBM eServer iSeries Access for Windows D2924_04.iso B2924_02.iso
    XH2 *BASE IBM eServer iSeries Access for Web L2924_02.iso B2924_02.iso
    XP1 *BASE IBM eServer iSeries Access for Wireless D2924_04.iso B2924_02.iso
    XW1 *BASE IBM eServer iSeries Access Family L2924_02.iso B2924_02.iso
    XW1 1 iSeries Access Enablement Support L2924_02.iso B2924_02.iso
    1TMELCF *BASE Tivoli Management Agent D2924_04.iso


    Zend Core for i5/OS

    IBM has partnered with Zend to ease your installation of Zend Core for i5/OS. It is located on an NFS server within the VLP infrastructure in /stage/middleware/i5OS.

    The following commands will begin installation of Zend Core for i5/OS on your VLP system.

    NFS-Mount /stage/middleware:

      MKDIR '/stage'
      MKDIR '/stage/middleware'
      MOUNT TYPE(*NFS) MFS('192.168.1.12:/stage/middleware') MNTOVRDIR('/stage/middleware')
    

    Your i5/OS system is now connected to the middleware repository. In the /stage/middleware directory, there are subdirectories for each i5/OS release.

    Create and copy the save file:

      CRTSAVF QGPL/ZCORESAVF
      CPYFRMSTMF FROMSTMF('/stage/middleware/i5OS/V5R4/zcoresavf.savf') TOMBR('/QSYS.LIB/QGPL.LIB/ZCORESAVF.FILE') MBROPT(*REPLACE) 
    
    Next, simply install Zend Core from the save file:
      RSTLICPGM LICPGM(1ZCORE5) DEV(*SAVF) SAVF(QGPL/ZCORESAVF)
    
    Refer to the Zend Core for i5/OS User Guide (PDF) for instructions to complete the installation.

    Cleanup:

      DLTF QGPL/ZCORESAVF
    

    VLP Pre-installed i5/OS Software Components

    5722 or 5761
    Product ID Suffix
    Option Name IBM i 5.4 (i5/OS V5R4) Image IBM i 6.1 (i5/OS V6R1) Image
    SS1 Library QGPL X X
    SS1 Library QUSRSYS X X
    SS1 *BASE Operating System X X
    SS1 1 Extended Base Support X X
    SS1 2 Online Information X X
    SS1 3 Extended Base Directory Support X X
    SS1 7 Example Tools Library X X
    SS1 12 Host Servers X X
    SS1 13 System Openness Includes X X
    SS1 14 GDDM X X
    SS1 18 Media and Storage Extensions X X
    SS1 21 Extended NLS Support X
    SS1 26 DB2 Symmetric Multiprocessing X X
    SS1 30 Qshell X X
    SS1 33 Portable App Solution Environment X X
    SS1 34 Digital Certificate Manager X X
    SS1 35 CCA Cryptographic Service Provider X X
    SS1 39 International Components for Unicode
    SS1 42 HA Journal Performance X X
    AC3 *BASE Cryptographic Access Provider X X
    AF1 *BASE AFP Utilities X X
    DG1 *BASE IBM HTTP Server for i5/OS X X
    DG1 1 Triggered Cache Manager X X
    JC1 *BASE IBM Toolbox for Java X X
    JS1 *BASE IBM Advanced Job Scheduler for i5/OS X X
    JV1 *BASE IBM Developer Kit for Java X X
    JV1 5 Java Developer Kit 1.3 X X
    JV1 6 Java Developer Kit 1.4 X X
    JV1 7 Java Developer Kit 5.0 X X
    JV1 8 J2SE 5.0 32 bit X X
    NAE *BASE Network Authentication Enablement X X
    PT1 *BASE IBM Performance Tools for iSeries X X
    PT1 1 Performance Tools - Manager Feature X X
    PT1 2 Performance Tools - Agent Feature X X
    QU1 *BASE IBM Query for iSeries X X
    QU2 *BASE DB2 Web Query for IBM i X
    5733SC1 *BASE IBM Portable Utilities for i5/OS X X
    5733SC1 1 OpenSSH, OpenSSL, zlib X X
    SM1 *BASE IBM System Manager for i5/OS X X
    ST1 *BASE DB2 Query Mgr and SQL Dev Kit X X
    TC1 *BASE TCP/IP Connectivity Utilities for i5/OS X X
    WDS *BASE WDS for iSeries X X
    WDS 21 iSeries Tools - Application Development X X
    WDS 31 ILE RPG X X
    WDS 41 ILE COBOL X X
    WDS 51 ILE C X X
    WDS 52 ILE C++ X X
    WDS 60 Workstation Tools - Base X X
    XE1 *BASE IBM eServer iSeries Access for Windows X X
    XW1 *BASE IBM eServer iSeries Access Family X X
    XW1 1 iSeries Access Enablement Support X X