Help/Systems SEQUEL Software PowerTech Skybot Software
Help/Systems
The World's Leader in IBM iSeries Software Solutions

Retrieving the Save Files for a Product

Before You Begin

Sign on under a user profile that is a member of the user class *SECOFR and has at least the following special authorities: *ALLOBJ, *SECADM, *JOBCTL, and *IOSYSCFG. The user profile should have Limit capabilities set to *NO.

Enter the following command:

LODRUN DEV(xxxxx)

where xxxxx is the device name.

This displays the Maintain Help/Systems Products menu. Follow the instructions below to retrieve the save files for the product or products you select.

On the Local System

  1. Select option 3 from the Maintain Help/Systems Products menu. The Retrieve Save Files panel displays with a list of Help/Systems products.
  2. Enter a 2 next to all the products for which you want to retrieve the save files. Press Enter to display the Restore Save File Options panel.
  3. On the Restore Save File Options panel,
    • Enter the name of the library where the selected save files will be restored
    • Enter the version of the target operating system
  4. Save the library you specified in Step 3 to a save file using the following commands:
  5. CRTSAVF FILE(savflib/savf)

    SAVLIB LIB(lib) DEV(*SAVF) SAVF(savflib/savf)

    where savflib is a library of your choice, savf is a new save file name of your choice, and lib is thelibrary from Step 3.

  6. Send the save file to your target system(s):
  7. SNDNETF FILE(savflib/savf) TOUSRID((user targetsys))

    where user is a valid user ID with a directory entry on the target system and targetsys is the name of the target system.

On the Target System

  1. On each target system, receive the save file using the following commands:
  2. CRTSAVF FILE(savflib/savf)

    Note: The savflib does not have to be the same as in Step 4.

    WRKNETF user

    RCVNETF FROMFILE(savf) TOFILE(savflib/*FROMFILE)

    where savflib is the library from the CRTSAVF command above.

  3. Use the following command to verify the library from Step 3 does not exist on the system:
  4. WRKLIB lib

    If the library does exist, use the following command to delete it:

    DLTLIB lib

  5. Restore the library from the save file:
  6. RSTLIB SAVLIB(lib) DEV(*SAVF) SAVF(savflib/savf)

  7. Restore RBTCDRLIB from the save file:
  8. RSTLIB SAVLIB(RBTCDRLIB) DEV(*SAVF) SAVF(lib/RBTCDRLIB)

  9. Enter the following command and press function key 4 to display the command prompt:
  10. RBTCDRLIB/HLPCDMENU DEV(*SAVF)

    Enter the library from Step 3 of the Local System instructions in the Savf Library Name field and press Enter.

  11. When the Maintain Help/Systems Products menu displays, select the option you wish to perform and follow the Installation or Update instructions for the product. If you received printed instructions for doing a product conversion, you can continue with those instructions at this point.
  12. When the install, update, or conversion is complete, delete the save files created in Steps 4 and 6 using the following command:
  13. DLTF FILE(library/file)

    Then, delete RBTCDRLIB:

    DLTLIB RBTCDRLIB

 Updated Nov. 19, 1999