fid dump
Displays detailed information for HPE Ezmeral Data Fabric Database or file-system components that are identified by an FID.
NOTE
Only the root user and the MAPR_USER user (user under which HPE Ezmeral Data Fabric services runs) have
permissions to run this command. Syntax
- CLI
-
maprcli fid dump [ -cluster <cluster_name> ] -fid <file identified for the element> [ -startkey startkey ] [ -endkey endkey ] [ -maxkeys maxkeys ] [ -kvtype cldb kvtype: cinfo|csize|cmap|fsprop|spprop|vprop|sinfo|si2scid|sc2sid|policyinfo|compositeid|spmap|cgent|hashedstring|filefilterinfo ] [ -dirraw scan directory inode as kvstore. default: false ]
- REST
- N/A
Parameters
Parameter | Description |
---|---|
cluster |
The cluster on which to run the command. If this parameter is omitted, the command is run on the same cluster where it is issued. In multi-cluster contexts, you can use this parameter to specify a different cluster on which to run the command. |
fid |
The file identifier for the element (region, kvstore, etc.) for which
you want detailed information. The output of maprcli
table region list lists the FIDs for the table's
regions. |
startkey |
starting key from where to dump the element |
endkey |
ending key till where to dump the element |
maxkeys |
maximum number of keys to dump |
kvtype |
type of kvstore (key-value store) to dump |
dirraw |
boolean value indicating whether to scan directory as raw/inode (set
value as true ) or as kvstore (set value as
false ). The default value is
false . |
NOTE
You can run this command on any FID available on the HPE Ezmeral Data Fabric filesystem.