| Support |
| Site Admin |
|
| |
| Joined: 12 Mar 2004 |
| Posts: 370 |
| Location: Omaha, NE |
|
|
|
 |
 |
 |
|
How do I save and restore Surveyor/400 for DR/HA testing?
The Surveyor library contains the following data: File Layouts, Layout Authority, Library Lists, User Access Authorities, and FTP Logs.
If you wish to retain this data, follow the below steps.
Note: Instead of using save files you may use a different device such as a tape drive.
1. Create a save file on the old system. CRTSAVF FILE(QGPL/SURVFILE)
2. Save the Surveyor licensed program. SAVLICPGM LICPGM(4SURVEY) DEV(*SAVF) OPTION(*BASE) CHKSIG(*NONE) SAVF(QGPL/SURVFILE) TGTRLS(V5R1M0) CLEAR(*ALL) DTACPR(*YES)
3. Create a save file on the new system. CRTSAVF FILE(QGPL/SURVFILE)
4. Transfer the save file to the new system. If the old and new systems can communicate using FTP
you may be able to use the below command where 192.168.1.01 is the IP address of the new system.
SURVEYOR/FTPF LSYSTEM('old system') RSYSTEM('192.168.1.01') USER(MyUserId) PASSWD(MyPassord) FFILE((PUT QGPL/SURVFILE QGPL/SURVFILE)) TRANTYPE(*BINARY)
5. Restore the save file. RSTLICPGM LICPGM(4SURVEY) DEV(*SAVF) OPTION(*BASE) SAVF(QGPL/SURVFILE)
6. Start Surveyor using the -installtools option. Open a command prompt and enter the bold commands.
C:\>cd\program files\linoma software\surveyor
C:\Program Files\Linoma Software\Surveyor>surveyor -installtools
7. Right-click on the new system(add it now if you have not already done so).
8. Select 'Declare Surveyor Procedures'
9. Right-click on the new system and select 'Upload Surveyor IFS Files'
The process of savlicpgm/rstlicpgm will not affect the keys. If you do not have permanent keys for Surveyor/400 for the DR/HA system temporary keys can be generated for testing purposes. To generate keys we will need the CPU serial number and processor group of the DR/HA system and the dates of the testing. The IBM command WRKLICINF will display both the serial number and processor group. |
|