cluster info

Returns minimum and maximum values for the following attributes:

Syntax

CLI
maprcli cluster info -getminmax <attributes>
REST API
N/A

Parameters

Parameter Description
getminmax The comma-separated list of attributes to return minimum and maximum values for. To retrieve the minimum and maximum values for all the attributes, use the keyword all.

Examples

Retrieve the minimum and maximum values for all the attributes:

maprcli cluster info -getminmax all

Output

 
# maprcli cluster info -getminmax all
min     unit max     name
1804262 MB   2703486 StoragePoolAvailableSize
0       MB   32768   VolumeAdvisoryQuota
2       Num  6       VolumeNumContainers
0       MB   47152   VolumeLogicalUsedSize
60      Min  60      VolumeCoalesceInterval
0       MB   0       VolumeMaxNsSizeMbAlarmThreshold
0       MB   0       VolumeSharedSize
1826966 MB   2738572 StoragePoolCapacitySize
2       Num  6       VolumeNumNamespaceContainers
0       MB   6020    VolumeOwnedSize
22704   MB   35086   StoragePoolUsedSize
0       Num  0       VolumeNumSnapshots
0       Sec  0       VolumeReReplicationTimeOut
0       MB   6020    VolumeSize
1       Num  2       VolumeGuranteedNumNamespaceContainers
0       Sec  5       VolumeMaxInodesAlarmThreshold
1       Num  2       VolumeGuranteedNumContainers
0       MB   0       VolumeQuotaSize

Retrieve the minimum and maximum values for the given attributes:

# maprcli cluster info 
    -getminmax VolumeNumContainers,VolumeGuranteedNumContainers,VolumeGuranteedNumNamespaceContainers,VolumeNumNamespaceContainers

Output

# maprcli cluster info -getminmax VolumeNumContainers,VolumeGuranteedNumContainers,VolumeGuranteedNumNamespaceContainers,VolumeNumNamespaceContainers
min unit max name
1   Num  2   VolumeGuranteedNumNamespaceContainers
2   Num  6   VolumeNumContainers
2   Num  6   VolumeNumNamespaceContainers
1   Num  2   VolumeGuranteedNumContainers