6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
MDimport
Imports custom metadata to an Express Query database.
Description
The MDImport tool imports a CSV file containing custom or audit metadata into a new Express
Query database.
Synopsis
Import metadata to a file system:
MDImport -f <FSname> -n <Fname> -t <Ftype>
The following command imports custom file system metadata:
MDimport -f newIbrixFs -t custom -n /home/mydir/save.csv
The next command imports audit metadata:
MDimport -f target -t audit -n
simple_report_for_source_at_1341513594723.csv
The ibrix_audit_reports command automatically generates the file name
simple_report_for_source_at_1341513594723.csv.
Options
DescriptionOption
The file system to receive the import.-f <FSname>
The name of the CSV file.-n<Fname>
The type of metadata being imported (either audit or custom).-t<TYPE>
Shows the usage for this command.-?
See also
ibrix_audit_reports, MDexport
MDimport 215