cluster usage renew

Renews the activation for an air-gapped Data Fabric cluster.

As long as you continue to provide usage records and pay your monthly invoice within the billing grace period, HPE will continue to provide an activation code that allows you to renew your activation.

After obtaining the new activation code from the customer portal, use the following maprcli command to renew your activation:

Syntax

Use this command to register a new fabric:

CLI
maprcli usage renew -keyfile <renew-key-file> -json
REST
N/A

Examples

# maprcli usage renew -keyFile act.txt -json
{
        "timestamp":1684302775148,
        "timeofday":"2023-05-17 05:52:55.148 GMT+0000 AM",
        "status":"OK",
        "total":1,
        "data":[
                {
                        "activeTill":"2023-06-15 17:22:05.000 GMT+0000"
                }
        ]
}