wiki:use_cron_at_license_period_end

This is an old revision of the document!


Use Cron at License Period End

Feb 2017



Introduction


This is hopefully a short term fix to a Licensing issue. There is now the ability to generate time expired licenses for the MFEL product. However at this time the licensing does not appear to actually expire. While this is not an issue on appliances, on software only supply this is an issue as we are potentially giving away software.

The short term answer is to use a Cron job to remove the software on a particular date (assuming you have access to the software installation in the first place).


Using Cron


Cron (short for the Greek Chronos) is a utility that can run tasks on a time basis, be it once, or weekly, daily etc. The format of Cron is as follows:

*     *     *   *    *        command to be executed
-     -     -   -    -
|     |     |   |    |
|     |     |   |    +----- day of week (0 - 6) (Sunday=0)
|     |     |   +------- month (1 - 12)
|     |     +--------- day of        month (1 - 31)
|     +----------- hour (0 - 23)
+------------- min (0 - 59)
wiki/use_cron_at_license_period_end.1485935479.txt.gz · Last modified: 2023/03/09 22:35 (external edit)