| MIGRATE Command |
|
All | |
| Purpose: |
Migrate HPSS file(s) from disk cache to lower levels of hierarchy. |
| Aliases: | |
| Command Format: |
mig[rate] [-h] [- L level | -l level] [-F | -f] [-P | -p] [-R] path ... |
| Options: |
-h : if specified, treats symlinks as normal files. Default is to skip symlinks -l : specifies hierarchy level from which to migrate data. The valid range is 0 (default) to 4 -F : force migration even if not needed -R : [standard option]recursively traverse directories in the specified path(s) -P : purge file from disk cache after migration |
| Keywords: |
|
| Usage Notes: |
If -F (force) is specified, the affected file(s) will
be migrated regardless of normal disk residency criteria.
The underlying HPSS call applies only to open files, so note that each file to be migrated by this command will need to be opened. Use recursion and wildcards sparingly. |
| Example: |
migrate -F my_file |
| Related Command(s): |