installer clusterscalestatus
Displays the status of the cluster scaling operation initiated using the
installer clusterscale
command.
Syntax
- CLI
-
maprcli installer clusterscalestatus usage: create_scale_status.py [-h] -c CLUSTER_NAME options: -h, --help -c CLUSTER_NAME, --cluster_name CLUSTER_NAME
Parameters
Parameter |
Description |
---|---|
-c | --cluster_name |
Mandatory. Name of the cluster for which to retrieve the scaling status. |
Cluster scaling status example
Retrieve the scaling status for cluster onpremfab1:
- CLI
-
maprcli installer clusterscalestatus -c onpremfab1 -json { "timestamp::1712067359570, "timeofday":"2024-04-02 07:16:24.373 GMT-0700 AM", "status":"OK", "total":0 "data":[ ], "messages":[ "{'cluster_name': 'onpremfab1', 'status': {'log': {'host': '<nodename1>', 'path': '/opt/mapr/installer/ezdfaas/logs/onpremfab1-fabric_scale_24_04_02_07_15_25_1781038.log'}, 'message': 'Starting fabric scaling with hosts : ['<nodename2>', '<nodename2>']', 'percentage': 0, 'scale_complete': false, 'scale_successful': false, 'stage': {'hosts' : [{'completion': 0, 'host': '<nodename1>', 'state': 'INSTALLING', 'status': 'Installing HPE Ezmeral Data Fabric'}, {'completion': 0, 'host': '<nodename2>', 'state': 'QUEUED', 'status': 'Queued'}]}, 'status_code': 0, 'time': '2024-04-02 07:46:21'}}\n" ] }