Server Has Exceeded the Limits Applicable to the Installed InterWorx VPS License Error

How the Issue Manifests

An error stating “Server has exceeded the limits applicable to the installed InterWorx CPS license” appears as a banner in NodeWorx

license exceeds limits error message

Cause of the Issue

InterWorx VPS licenses requires 4 of fewer vCPUs. If the VPS has 5+ vCPUs this error message will appear as a banner in NodeWorx.

The number of vCPUs can be checked from the CLU by running the following command as root:

lscpu | grep ^CPU.s.:

Example:

[root@server]# lscpu | grep ^CPU.s.:
CPU(s):                10
[root@server]#