![]() |
![]() |
To migrate selected files from your local file system to storage:
By default, the HSM client displays resident and premigrated files in the File List View field only. To display migrated files, click View options on the View menu.
If you set the tapeprompt option to yes in your dsm.opt file, and the destination for a migrated file is a storage pool that consists of removable media, such as tape, you are prompted to wait for the medium to mount, or to skip the file. See "Assign Management Classes to your Files" for information about management class attributes.
To migrate one or more files to storage from the command line, use the dsmmigrate command. For example, to migrate a file named proj1rpt from the /home/proja directory, enter:
dsmmigrate /home/proja/proj1rpt
To display information about your migrated files, use the -detail parameter with the dsmmigrate command.
To migrate files in any subdirectory below the specified directory that matches the file specification, use the -recursive parameter. For example, to migrate all files in a directory named /migfs2/test/dir1 and in all of its subdirectories, enter:
dsmmigrate -R /migfs2/test/dir1
See dsmmigrate for more information about this command.