Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Step 1

Download the distribution file to a computer running a supported version of Windows or UNIX.

Step 2

Extract the installation files from the distribution file:

  • To extract the installation files on UNIX, QShell, or PASE shell, run:
     

    Panel
    Html bobswift
    <pre>
    zcat *.Z | tar xvf -
    </pre>
    
    Note
    titleNote

    The space and the - character after xvf must be included.

  • To extract the installation files on Windows, use a utility capable of extracting files from a .Z file.
     The files will be extracted to the specified location.

Step 3

Create a save file on the target IBM i system in library QGPL.

On the IBM i command line, execute the following command:
 

Panel
Html bobswift
<pre>
CRTSAVF FILE(QGPL/UNV511)
</pre>

Step 4

If needed, FTP the SAVF file extracted in Step 2 to the save file created in Step 3.
 

Note
titleNote

The following example assumes that the SAVF file resides in: c:\temp\Workload Automation for as400

Panel
Html bobswift
<pre>
ftp your_as400
Name: your_name
Password:  your_password
ftp> cd QGPL
ftp> bin
ftp> lcd "c:\temp\Workload Automation for as400"
ftp> put UNV511.SAVF UNV511
ftp> quit
</pre>

Anchor
Transferring for a Maintenance Release
Transferring for a Maintenance Release
Transferring for a Maintenance Release

...

Step 1

Download the distribution file to a computer running a supported version of Windows or UNIX.

Step 2

Extract the distribution file:

  • To extract the *.tar.Z file on UNIX, run:
     

    Panel
    Html bobswift
    <pre>
    zcat *.Z | tar xvf -
    </pre>
    
    Note
    titleNote

    The space and the - character after xvf must be included.

  • To extract the distribution file for Windows, use a utility capable of extracting files from a .Z file.
    Anchor
    1178945
    1178945
    The files will be extracted to the specified location.

Step 3

Create a save file on the target IBM i system in library QGPL.

Anchor
1178947
1178947
On the IBM i command line, execute the following command:
 

Panel
Html bobswift
<pre>
CRTSAVF FILE(QGPL/CUMUNV511)
</pre>

Step 4

FTP the .SAVF file extracted in Step 2 to the save file created in Step 3.

Anchor
1178950
1178950
For example:
 

Panel
Html bobswift
<pre>
ftp your_as400
Name: your_name
Password:  your_password
ftp> cd QGPL
ftp> bin
ftp> lcd c:\temp
ftp> put CUMUNV511 CUMUNV511
ftp> quit
</pre>