After the License Hub 2.0 appliance is deployed and powered on, the appliance starts but the setup does not complete. The following error is displayed:
Symptoms
License Hub 2.0
License Hub 2.0 does not validate the IP pool values entered during OVA/OVF deployment. Because there is no verification step, a misconfigured IP pool is accepted at deploy time and only fails later, when the appliance tries to apply the configuration on first boot.
Common misconfigurations:
Example of a failing configuration
The Ready to complete page below shows both problems at once — the pool contains three addresses, and the appliance management IP is the first address in that pool:
Property | Value |
|---|---|
Management Network IPv4 Address | 10.#.#.231 |
IP Pool | 10.#.#.231 – 10.#.#.233 |
License Hub 2.0 requires three IP addresses in total: one for the appliance, and two for the IP pool.
| # | Address | Requirement |
| 1 | Appliance management IP | Must have a fully resolvable FQDN (forward and reverse). Must be outside the IP pool range. |
| 2 | IP pool — first address | Must be the address immediately below the Kafka node IP (the pool is two consecutive addresses). |
| 3 | IP pool — second address | Must be the Kafka node IP, with a fully resolvable FQDN (forward and reverse). |
Corrected example
Using the same addresses as the failing deployment above:
Role | Value |
|---|---|
Appliance FQDN | lh20test.example.com |
Management Network IPv4 Address | 10.#.#.231 |
Kafka FQDN | lh20test1kafka.example.com |
IP Pool | 10.#.#.232 – 10.#.#.233 |
Kafka node IP (second address in pool) | 10.#.#.233 |
Steps