cluster usage register

Registers an air-gapped Data Fabric cluster.

For a new air-gapped cluster, you must register the cluster by using a maprcli command and including the activation key provided by HPE Support when you ordered the product. After registration, the cluster is usable for a month with a 15-day grace period. The cluster continues to be usable as long as you continue to pay your monthly bill and reapply new activation keys.

Syntax

Use this command to register a new cluster:

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

Example

# maprcli usage register -keyfile newact.key -json
{
        "TIMESTAMP":1684302620609,
        "TIMEOFDAY":"2023-05-17 05:50:20.609 GMT+0000 AM",
        "STATUS":"OK",
        "TOTAL":1,
        "DATA":[
                {
                        "ACTIVETILL":"2023-06-13 15:24:12.000 GMT+0000"
                }
        ]
}