This article explains how to resolve the "Your Splunk License Has Expired or Exceeded the Limit Too Many Times" alarm on vSWA.
When this issue occurs, the Corero system generates the following alarm:
Your Splunk license has expired or you have exceeded your license limit too many times. Renew your Splunk license by visiting www.splunk.com/store or calling 866.GET.SPLUNK.
Additionally, the connection status of both vSWA and vCMS appears as "Not Connected" when running the show securewatch command:
show securewatch
cms> show securewatch SecureWatch Status: State : Not Connected Reason : Connection attempt in progress SecureWatch ID : vcmsxxxx
vswa> show securewatch SecureWatch Status: State : Not Connected Reason : Connection attempt in progress SecureWatch ID : vswaxxxx
This issue occurs when the vCMS or vSWA is unable to connect to the SecureWatch License server via OpenVPN. To resolve the issue, follow these steps:
Ensure that both the vCMS and vSWA have active internet access.
Make sure the following IP addresses are reachable over TCP port 443:
If a proxy server is used for internet access, confirm that it can also reach these addresses over port 443.
If the vCMS or vSWA loses connection to the SecureWatch License server, the vSWA will stop functioning after 5 days. This is a licensing restriction enforced by Splunk and cannot be modified. Maintaining a SecureWatch connection is essential for vSWA to remain licensed and operational.
If connectivity is confirmed but the issue persists, restart the SecureWatch service:
$ ssh admin@<vcms-ip> -p 2222
vCMS> securewatch disable
vCMS> securewatch enable
Repeat the same steps above using the vSWA CLI.
If the issue continues, contact JTAC for further assistance. Provide the following:
To retrieve the support token:vSWA> support-account statusSupport account status: Disabled
vSWA> support-account status
Support account status: Disabled
vSWA> support-account enableSupport token: ABC1DEF3
vSWA> support-account enable
Support token: ABC1DEF3
2025-05-09 : Added section to collect token and contact JTAC2025-02-15 : Article Created