- Create a SAVF on IBM i
CRTSAVF FILE(QGPL/PMEDH) TEXT('QUICK-EDD/HA – High availability’)
- Or use an existing SAVF
CLRSAVF FILE(QGPL/PMEDH)
- Create a SAVF on IBM i
CRTSAVF FILE(QGPL/PMEDHTOOLS) TEXT(‘QUICK-EDD/HA – Tools’)
- Or use an existing SAVF
CLRSAVF FILE(QGPL/PMEDHTOOLS)
- From your PC, use FTP to transfer the downloaded PC files (PMEDH_EN.sav6, PMEDH_IT.sav6, PMEDH_SP.sav6, EDHTOOL_EN.savf, EDHTOOL_IT.savf, EDHTOOL_SP.savf) to the SAVFs previously created on the IBM i, QGPL/PMEDH and QGPL/PMEDHTOOLS.
If you are unfamiliar with FTP, follow these instructions to transfer the file.
- Open a Windows command prompt window (cmd.exe) and enter the following commands:
ftp aaa.bbb.ccc.ddd
(aaa.bbb.ccc.ddd is the IP address or the DNS name of your IBM i)
- Enter your username, then your password (use a *SECOFR profile to have the necessary authorities).
- Enter the following commands:
binary
put <path of the PC file>\PMEDH_EN.sav6 QGPL/PMEDH
OR
put <path of the PC file>\PMEDH_FR.sav6 QGPL/PMEDH
put <path of the file on the PC>\EDHTOOL_EN.savf QGPL/PMEDHTOOLS
OR
put <path of the file on the PC>\EDHTOOL_FR.savf QGPL/PMEDHTOOLS
quit
You should see a completion message stating that the file transfer completed successfully.
Note: The system value QVFYOBJRST must be equal to 1 and the system
value QFRCCVNRST must be equal to 0 for the time of the restoration only to work
properly.