Frequently Asked Questions (FAQ)
This FAQ is for the license changes introduced in Nomad Enterprise version v1.1.0+ent. Nomad Enterprise automatically load Nomad licenses when a Nomad server agent starts using Nomad Enterprise.
Q: Can I get a quick summary of the Nomad changes?
Starting with Nomad Enterprise v1.1.0, the license enablement process is different.
HashiCorp Enterprise servers will no longer start without a license. When the server instance initializes the license watcher, the server reads from either an environment variable or file. If the license is missing, invalid, or terminated, the server will immediately exit. This check is part of the server boot-up process.
In previous versions of HashiCorp enterprise products, one server could distribute a license to other servers via the Raft protocol. This will no longer work since each server must be able to find a valid license during the startup process.
Q: What resources are available?
The list below is a great starting point for learning more about the license changes introduced in Nomad Enterprise v1.1.0
Q: Does this affect Nomad or older versions of Nomad?
This change only affects Nomad Enterprise version v1.1.0+ent and later.
Q: Does the license have to be present on Nomad client nodes?
Only Nomad server nodes need to have the license present.
Nomad agents running with the -dev
flag will also need a license.
Q: What are some pitfalls that could be experienced during an upgrade because of the license changes?
If you follow the steps in the upgrade guide, but have misconfigured the licensing steps, the server instances will stop during boot-up sequence.
If you do not check cluster health after adding new servers, and verify that the new servers have joined properly, then you may accidentally take down old servers without replacing them.
If you are using a trial license in production, this could cause issues as the cluster will fail to start once the trial expires.
If you have built automation around nomad license put
, this command will fail as it has been removed from Nomad v1.1.0+.
Q: What are some other gotchas?
You might not have access to your organization's Nomad license.
The 6-hour temporary license window is now removed, and a license is required for proper boot-up.
Running nomad agent -dev
without a license will fail.
Q: How can a user get their existing license to put on disk for an upgrade?
If you are an existing HashiCorp enterprise customer you may contact your organization's customer success manager (CSM) or email support-softwaredelivery@hashicorp.com for information on how to get your organization's enterprise license.
You can use nomad license get
to retrieve information about the license, but not the license itself.
Q: What happens when a license expires or terminates?
As a Nomad Enterprise license approaches its expiration time, Nomad servers will periodically log a warning message about the approaching expiration. The grace period is defined as the time between license expiration and license termination. (This is typically very short for evaluation licenses, and much longer for non-evaluation licenses.) Customers must provide a valid license before the grace period expires.
When the license terminates, enterprise functionality will become limited. Only read operations on enterprise endpoints will be supported, and write operations will return an error. Note that if the server is restarted with a terminated license, it will immediately stop.
Clients are unaffected by terminated licenses because clients do not read the license.
Q: Will on-prem binaries with "baked-in" licenses work?
There is no impact to baked-in licensed binaries.
Q: Are licenses cluster-specific? node-specific?
Licenses can be reused on different nodes and different clusters.
Q: Where can users get a trial license for Nomad?
Follow these instructions to request and enable a free 30-day trial license.
Q: When a Nomad client agent restarts, will it still need a license file?
Every time nomad agent
runs as a server (or in -dev
), it requires a license.
Q: May I downgrade Nomad Enterprise from v1.1.0 to an earlier version?
Nomad cannot safely be rolled back to an earlier version. This is not a supported operation due to the Nomad state store not having forward compatibility. The end result could be a crash loop.
Q: Is there a tutorial available for the license configuration steps?
Please visit the Enterprise License Tutorial.