Previous Topic: Minimum System i PrerequisitesNext Topic: Parallel CA 2E Installations


How to Restore the Product Libraries

Use the following instructions to restore the CA Plex objects from the product CD to the System i.

  1. Transfer the migration files, YOMF.savf, YOMFVENG.savf, and YOMFDB.savf, from the CD to your System i. For more information, see Transfer the Product Libraries from CD to System i.
  2. If you are using the product CD, follow the steps in Restoring the Product Libraries from Save Files (*SAVF).

    Restore the files, YOMF.savf, YOMFVENG.savf, and YOMFDB.savf.

  3. If you are upgrading an existing release of CA Plex, note that the product library names for Data Migration have changed. Though it is not necessary for this installation procedure, you may want to delete the old libraries using the following command strings:
    DLTLIB LIB(YIMPS2OBSY)
    DLTLIB LIB(YIMPS2VENG)
    DLTLIB LIB(YOBSCS)
    DLTLIB LIB(YOBSCSVENG)
    

    Note: If you have not completed the steps in PC-to-System i Communications Software, enter the following command strings:

    CLRLIB LIB(PLEX700)
    CLRLIB LIB(YTUTORIAL)
    CLRLIB LIB(YTUTREFER)
    
  4. Restore the CA Plex run-time libraries:

    If you are using V3R6 or later, enter the following:

    RSTLIB SAVLIB(PLEX700) DEV(device) ENDOPT(*LEAVE) RSTLIB(PLEX700) FRCOBJCVN(*YES *RQD)
    
  5. Restore the Tutorial library by entering the following:
    RSTLIB SAVLIB(YTUTORIAL) DEV(device) ENDOPT(*LEAVE)
    
  6. Restore the Tutorial Reference library by entering the following:
    RSTLIB SAVLIB(YTUTREFER) DEV(device) ENDOPT(*REWIND)
    
  7. Add PLEX700 to the top of your library list.
  8. Restore the Migration main product library as follows:
    RSTLIB SAVLIB(YOMF) DEV(device) ENDOPT(*LEAVE) RSTLIB(PLEX700) FRCOBJCVN(*YES *RQD)
    
  9. Restore the Migration user interface library as follows:
    RSTLIB SAVLIB(YOMFVENG) DEV(device) ENDOPT(*LEAVE) RSTLIB(PLEX700) FRCOBJCVN(*YES *RQD)
    
  10. Restore the Migration Mapping database as follows:
    RSTLIB SAVLIB(YOMFDB) DEV(device) ENDOPT(*LEAVE) RSTLIB(PLEX700) FRCOBJCVN(*YES *RQD)