When applying a new license key to an Opsview system that is using another key, the new key may not be reflected in the Subscriptions page under Configuration > My System.
If the subscription details or host count have not been updated to reflect those of your latest license key, you can follow these steps to force Opsview to detect the new key:
- Log in to the orchestrator as
root
. - Switch to the
opsview
user usingsu
:
su - opsview
- Identify the latest license file installed on the system using
ls
:
ls -ltr /opt/opsview/licensemanager/etc/licenses
- Move all but the latest license files to a backup directory, e.g.
mv /opt/opsview/licensemanager/etc/licenses/<old_license> /var/tmp
- Log in to the UI as an administrator and navigate to Configuration > My System > Subscriptions to force the license files to be re-read. If you have this page open already, refresh it.
Comments
0 comments
Please sign in to leave a comment.