Verifying License Validity
How to Verify Your License Validity
There are 2 ways to check the license validity:
Check the health endpoint on any node running ZebClient agent.
Check the journald logs for ZebClient agent service.
How to verify the license validity using the health endpoint
Login to any node running ZebClient agent i.e.
agent0
Get the health endpoint port number from the agent config file
Then run the following command
This section of the output will show either "status": "pass"
or "status": "fail"
, where pass
means you have a valid license and fail
means the opposite.
How to verify the license validity using journalctl command.
This method is suitable only for the ZebClient offline license.
SSH to any node running ZebClient agent, then run the following command:
where you will get an output like the following:
You will find information about your license expiry date in the logs.
License Validity Period
There is a 30 days grace period after the license expires where everything still works but there will be warnings in the logs. After this grace period the file system becomes read-only. After another 15 days after the grace period ends, the data is not available at all.
However, your data inside cold storage, either in Azure blob storage container
or S3 bucket
will remain intact. This means that whenever you have renewed the license you will be able to access your data again.
Last updated