IBM Tivoli Storage Manager, Version 7.1

Moving data

You can move data using the MOVE DATA command. Before moving data, however, take steps to ensure that the move operation succeeds.

Before you begin

Before beginning this procedure:

Procedure

To move data, issue the MOVE DATA command.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems For example, to move the files that are stored in the /dev/vol3 volume to any available volume in the STGTMP1 storage pool, enter:
move data /dev/vol3 stgpool=stgtmp1
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems When you move data from a volume, the server starts a background process and sends informational messages, such as:
ANR1140I Move Data process started for volume /dev/vol3
(process ID 32).
Windows operating systems For example, to move the files that are stored in the d:\storage\vol3 volume to any available volume in the STGTMP1 storage pool, enter:
move data d:\storage\vol3 stgpool=stgtmp1
Windows operating systems When you move data from a volume, the server starts a background process and sends informational messages, such as:
ANR1140I Move Data process started for volume D:\STORAGE\VOL3
(process ID 32).

To run the MOVE DATA command in the foreground on an administrative client, issue the command with the WAIT=YES parameter.

Remember:
  • A volume might not be totally empty after a move data operation completes. For example, the server might be unable to relocate one or more files to another volume because of input/output errors on the device or because errors were found in the file. You can delete the volume with DISCARDDATA=YES to delete the volume and any remaining files. The server then deletes the remaining files that had I/O or other errors.
  • In addition to moving data from volumes in storage pools that have NATIVE or NONBLOCK data formats, you can also move data from volumes in storage pools that have NDMP data formats (NETAPPDUMP, CELERRADUMP, or NDMPDUMP). The target storage pool must have the same data format as the source storage pool. If you are moving data out of a storage pool for the purpose of upgrading to new tape technology, the target primary storage pool must be associated with a library that has the new device for the tape drives.
  • If you run the MOVE DATA command on an offsite volume that contains collocated data, it might be necessary to issue the MOVE DATA command multiple times to move all of the data out of the volume. Each MOVE DATA command moves the data for a single collocation group.


Feedback