Table of Contents

Search

  1. Preface
  2. PowerExchange Installation and Upgrade Overview
  3. Installation Planning
  4. Upgrade Planning
  5. Installing and Upgrading PowerExchange on IBM i
  6. Installing and Upgrading PowerExchange on Linux and UNIX
  7. Installing and Upgrading PowerExchange on Windows
  8. Installing and Upgrading PowerExchange on z/OS
  9. Appendix A: Upgrade Considerations
  10. Appendix B: PowerExchange Environment
  11. Appendix C: Manual Installation on IBM i

Installation and Upgrade Guide

Installation and Upgrade Guide

Step 5. Restore the Installation Library

Step 5. Restore the Installation Library

In this step, you restore the save file that you transferred to IBM i with FTP in the previous step.
After you transfer the binary save data, use the following command to display the save file that was updated by the FTP process:
DSPSAVF FILE(
library
/
save_file_name
)
Use the displayed
Library saved
value in the SAVLIB parameter of the following command to restore the save file that you transferred to IBM i in the previous step:
RSTLIB SAVLIB(DTL
vrm
) DEV(*SAVF) SAVF(
library
/
save_file_name
) RSTLIB(
dtllib
) MBROPT(*ALL) ALWOBJDIF(*ALL) FRCOBJCVN(*YES)
DTL
vrm
is the library that contains the save file.
vrm
is the version, release, and modification level of that library. The modification level can include a release type, such as GA for general availability or HF
n
for a hotfix. You must include the entire name in the SAVLIB parameter, including the release type.
You can install and run PowerExchange by using an IASP. To do so, you must specify the details for the IASP into which you will restore the objects by using the RSTASPDEV parameter. The following example shows the RSTLIB syntax with the RSTASPDEV parameter:
RSTLIB SAVLIB(DTL
vrm
) DEV(*SAVF) SAVF(
library
/
save_file_name
) RSTLIB(
dtllib
) MBROPT(*ALL) ALWOBJDIF(*ALL) FRCOBJCVN(*YES) RSTASPDEV(
asp_device
)
After the RSTLIB command completes, you can delete the save file by using the following command:
DLTF File(
library
/
save_file
)

0 COMMENTS

We’d like to hear from you!