Listing files migrated to the cloud storage tier
Even if the files are deleted from the file system after migration, you can generate a list of files that are migrated to the cloud storage tier. By using the file names, you can use the mmcloudgateway restore option to retrieve the files back from the cloud storage tier.
To list the files that are migrated to the cloud, issue a command according to this
syntax:
mmcloudgateway files cloudList {--path Path [--recursive [--depth Depth]] [--file File] |
--file-versions File |
--files-usage --path Path [--depth Depth] |
--reconcile-status --path Path |
--path Path --start YYYY-MM-DD[-HH:mm] --end YYYY-MM-DD[-HH:mm]}
Note: You can specify
--reconcile-status
only if one reconcile
is running at a time. (You can run multiple reconciles in parallel, but the progress indication has
this limitation.)For example, to list all files in the current directory, issue this
command:
mmcloudgateway files cloudList --path /gpfs0/folder1
To list all files in all directories under the current directory, issue this
command:
mmcloudgateway files cloudList --path /gpfs0/folder1 --recursive
To find all files named myfile in all directories under the current
directory, issue this
command:
mmcloudgateway files cloudList --path /gpfs0/folder1 --file myfile
To find all files named myfile in the current directory, issue this
command:
mmcloudgateway files cloudList --path /gpfs0/folder1 --depth 0 --file myfile
To display information about all versions of file myfile in current
directory, issue this command:
mmcloudgateway files cloudList --file-versions myfile