HP StorageWorks File Migration Agent V2.1 administrator guide (T4274-96105, October 2006)

124 Best practices
Migrate files
To migrate files:
Use the FMACLI command-line utility to migrate files.
In the following example, the testdir directory will be migrated into the myArchive archive:
To migrate a directory to more than one archives (max. 4), apply:
To migrate a directory with immediately release operation after successfully migrating of the directory,
apply:
Additionally it is possible to migrate files via FMA Explorer plug-in. For further information see ”FMA
Explorer plug-in” on page 100.
Release files
To release files:
Use the FMACLI command-line utility to release files.
In the following example, the testdir directory will be released:
Additionally it is possible to migrate files via FMA Explorer plug-in. For further information see ”FMA
Explorer plug-in” on page 100.
Recall files
To recall files:
Use the FMACLI command-line utility to recall files.
In the following example, the testdir directory will be recalled:
Additionally it is possible to migrate files via FMA Explorer plug-in. For further information see ”FMA
Explorer plug-in” on page 100.
Set a high-watermark for migration or releases
To set a high-watermark for migration or release:
Use the FMACLI command-line utility. In the following example, the testdir directory will be released
when the fill level of the file system (85 percent) is reached.
FMACLI migrate f:\testdir\test.* -a myArchive
FMACLI migrate -r f:\testdir -a myArchive
FMACLI migrate -r f:\testdir -a myArchive, myArchive02
FMACLI migrate -r f:\testdir -a myArchive -n1 --release
FMACLI release f:\testdir\test.* -n 1
FMACLI release -r f:\testdir -n 1
FMACLI recall f:\testdir\test.*
FMACLI recall -r f:\testdir
FMACLI release -r f:\testdir -u 85