This article explains that NorthStar license renewal will fail with an "Invalid License and Invalid SDN License" error message in /northstar/logs/license_monitor.msg if /var/tmp is full. The steps to resolve this error are also detailed here.
You will be unable to add a new license.
If you try to log in to the GUI and input the license, the following error message will be generated:
"License missing or invalid"
To resolve the error, perform the following steps:
Back up the old license: mv /opt/pcs/db/sys/npatpw /opt/pcs/db/sys/OLD_npatpw
Add the new license in place: mv /opt/pcs/db/sys/"NEW_LICENSE" /opt/pcs/db/sys/npatpw
Clean up /var/tmp.
Restart all services. Starting only northstar_pcs and web may not work.
service northstar restart
Clear cookies and history in your browser.
Restart the browser.
2023-12-27: Article created