cluster services

Returns the activation status and enables restoration of a disabled fabric.

If you forget to pay your invoice or renew an expired license, HPE can disable a fabric (connected or air-gapped). If your contract terms are not met, HPE activates a "kill switch" that causes the CLDBs to shut down, eventually causing the fabric to enter a non-functional state.

If you suspect that the fabric has been disabled, contact HPE Support. HPE Support can supply a special activation key that you can use to restore the fabric. With the activation key, you can use the following method to restore the fabric:

Syntax

On all CLDB nodes of the fabric, paste the activation key into the following file:
/opt/mapr/conf/services-enable.token
To check the status, use the following command:
maprcli cluster services status

Example

CLI
Check the status of the cluster:
maprcli cluster services status -json
{
        "timestamp":1691042428101,
        "timeofday":"2023-08-02 11:00:28.101 GMT-0700 PM",
        "status":"OK",
        "total":1,
        "data":[
                {
                        "status":"ENABLED"
                }
        ]
}
REST
NOTE When using a self-signed certificate, pass the -k option to curl to avoid the certificate check.
curl -k -u <username> -X GET https://abc.sj.us:8443/rest/cluster/servics/status