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 <path-to-keyfile> ]
    [ -key <key-as-string> ]
REST
Request Type POST
Request URL
http[s]://<host>:<port>/rest/cluster/usage/renew?<parameters>

Parameters

Parameter Description

keyfile

(Conditionally Required) The file containing the registration key. Either this parameter or the key parameter is required.

key

(Conditionally Required) The registration key. Either this parameter or the keyfile parameter is required.

Example

CLI
Renew a cluster.
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"
                }
        ]
}
REST
NOTE When using a self-signed certificate pass the -k option to curl to avoid the certificate check.
curl -k -u <username> -X POST https://abc.sj.us:8443/rest/cluster/usage/renew?keyfile=act.txt