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

File Migration Agent administrator guide 125
Verify data files
To verify FMA metadata information:
Use the FMACLI command-line utility to check whether the FMA metadata of a file object is consistent.
To check all files of a directory, apply:
To check if the link to the archive copy of a file is valid, apply:
Create an FMA job
To create an FMA job:
1. Start FMA Job Manager.
2. Click the New button.
3. Enter the job settings (for more details, see page 61).
4. Click the Save button.
NOTE: For further information about creating FMA jobs, see page 62.
Schedule FMA commands
To schedule an FMA command:
Use the AT command-line utility of Windows. In the following example, an FMA release command will
be started at 10 a.m.:
NOTE: For further information about the AT command-line utility, see the documentation for Microsoft
Windows 2000.
You can use the Scheduled Task Wizard in the Windows Control Panel (Start > Control Panel > Scheduled
Tasks) for these tasks also.
Schedule FMA jobs
To schedule FMA jobs:
The FMA Job Manager stores the FMA jobs as CMD files (*.cmd) in the following directory:
%InstallPath%\jobs
Use the Scheduled Task Wizard in the Windows Control Panel (Start > Control Panel > Planned/Scheduled
Tasks) for scheduling the FMA job.
Alternatively, you can use the following command-line tools for scheduling an FMA job.
In this example, the FMA job will start every Sunday (Su) at 03:00 a.m.
FMACLI verify f:\testdir\test.dat -o local
FMACLI verify -r f:\testdir -o local
FMACLI verify f:\testdir\test.dat -o remote
at 10:00 "FMACLI release -r f:\testdir -n 2"