Question & Answer
Question
Answer
Method 1 - Update with the "Check IBM for update QMGTOOLS" option
This option is located in the main QMGTOOLS menu. When selected, the tool tries to FTP to the IBM public FTP site at https://public.dhe.ibm.com/services/us/igsc/has.
A) In the following screen capture, option 13 is the "Check IBM for updated QMGTOOLS" option. The equivalent command to option 13 is QMGTOOLS/CMPVER. Once selected, follow the on-screen instructions.




Method 2 - Update using iDoctor (No longer supported. Please use method 1 or 3)
Method 3 - Manually update or install from the IBM public FTP site
1) Browse to url https://public.dhe.ibm.com/services/us/igsc/has/
2) Select the save file that matches your IBM i release and download to a PC. For example, file
qmgtool720.savf is for version R720. (Note: You may need to right click on the file and select "Save Link As" to download it.)3) Pre-create the save file object on the IBM i, for example:
CRTSAVF FILE(QGPL/QMGTOOL720)
4) Upload the save file to your IBM i system. The following is an upload example.
ftp testsystem (or IP address)Connected to testsystem.220-QTCP at TESTSYSTEM.220 Connection will close if idle more than 5 minutes.Name (testsystem:guest): daggitybo331 Enter password.Password:230 DAGGITYBO logged on.Remote system type is .ftp> quote site namefmt 0250 Now using naming format "0".ftp> bin200 Representation type is binary IMAGE.ftp> put qmgtool720.savf qgpl/qmgtool720local: qmgtool720.savf remote: qgpl/qmgtool720229 Entering Extended Passive Mode (|||49213|).150 Sending file to member QMGTOOL720 in file QMGTOOL720 in library QGPL.226 File transfer completed successfully.ftp> quit221 QUIT subcommand received.a) CRTDUPOBJ OBJ(FTP2IBMCMD) FROMLIB(QMGTOOLS) OBJTYPE(*DTAARA) TOLIB(QGPL)
6) Restore the library, QMGTOOLS:
RSTLIB SAVLIB(QMGTOOLS) DEV(*SAVF) SAVF(library/savefile)
Example: RSTLIB SAVLIB(QMGTOOLS) DEV(*SAVF) SAVF(QGPL/QMGTOOL720)
Was this topic helpful?
Document Information
Modified date:
17 September 2025
UID
nas8N1020468