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, a fabric (connected or air-gapped) can be disabled by HPE. 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 one of the following methods 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

# 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"
                }
        ]
}