Transporting virtual images to another system

Use these instructions to move virtual images between systems.

One benefit of using virtual tape and optical storage is that you can use copies of a virtual image on more than one system. To transport a virtual image across systems, use one of the following methods:

Start of changeFTPEnd of change
Start of changeYou can transfer a virtual image across systems by using File Transfer Protocol (FTP). To use FTP, you must have TCP/IP set up and running on your system.End of change
Start of changeThis example shows how to transfer a virtual tape or optical image catalog with the images to a remote IBM® i system.
On the remote system, create a directory for storing the virtual images.
CRTDIR myimgclgdir1

On the local system, perform the following steps.

ftp REMOTESYSTEM
binary
namefmt 1
cd /myimgclgdir1  (Navigate to the directory you created on the remote system to store the virtual images.)
lcd /myimgclgdir1  (Navigate to the directory on the local system that contains the virtual images that you want to transfer.)
mput * *   (Transfer all of the virtual images and the image catalog file to the remote system.)

When the transfer completes, use the following command on the remote system to create a new image catalog with the transferred images.

CRTIMGCLG IMGCLG(NEWCLG) DIR('/myimgclgdir1') TYPE(*TAP) IMPORT(*YES)
End of change
System i® Navigator
You can use System i Navigator to transfer files between systems by dragging the file from one system to another.

You can also use Management Central to move files. Management Central is a suite of functions that make managing multiple systems as easy as managing a single system.

Independent disk pool
Use an independent disk pool to share virtual images between systems. Enter the following command on a command line to create a new image catalog to access the virtual volumes that are stored in a directory within an independent disk pool:
CRTIMGCLG IMGCLG(MYCATALOG) DIR('/MYIASPNAME/mycatalogdir') TYPE(*TAP) IMPORT(*YES)