mastgateway tierget
Test retrieving an object from the storage tier.
Syntax
CAUTION
The mrconfig
command must be run under the supervision
of HPE support. mrconfig mastgateway tierget
<tierName>
<objectID>
<isSecure>
[ <objectSize> ]
Parameters
Parameter | Description |
---|---|
isSecure |
Specifies whether to use HTTPs or HTTP protocol. Value can be
one of the following:
|
objectID |
The ID of the object to get frp, the storage tier. The ID must be the same ID (in string format) specified when offloading the object (using tierput command). |
objectSize |
The size of the object to get from the storage tier. The default value is 64KB. |
tierName |
The name of the storage tier. If necessary, run the
tier list command to retrieve
the names of the tiers. |
Example
Retrieve the object named sampleamazonobj of size 20971520 on the tier named amazonTier:
# /opt/mapr/server/mrconfig mastgateway tierget amazonTier sampleamazonobj true 20971520
time take for the operation: 8.748000 seconds
tierget successful