Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Licenses moved from Main Server to Failover server automatically?

Answered

Comments

1 comment

  • Norman
    • Network Optix team

    Hi Warren Bull,

    The scenario you shared should not be possible, since the licenses are tied to the hardware ID (HWID) of the server. The HWID is always unique.

    However, you wrote that you use a VM. The only scenario is can imagine is that both VM have the same HWID.
    When configuring a VM, you always need to assure that new MAC addresses are generated for the new VM, otherwise the HWID will be the same, and the licenses could (randomly) move to the other VM. 

    You could check that with the following API request:

    https://<serverIp>:7001/rest/v2/servers?_format=JSON&_keepDefault=true&_pretty=true

    You should get a JSON output where an ID is shown, this ID should be unique for each VM.

    0

Post is closed for comments.