This article describes how to install your OP5 license file onto your OP5 Monitor server.
Step-by-step guide
- Have OP5 provide your valid OP5 license file to you. Please contact us if you cannot find it.
- Copy your license to your OP5 monitor server, for example using FileZilla, or via the terminal. The instructions from a MacOS command line would look a lot like this:
copy the license file to the OP5 Monitor server# scp ~/Downloads/license-f00b4r.lic op5@op5mon.svr:/tmp
- As root user on your OP5 monitor server, copy the license to /etc/op5license and name it 'op5license.lic':
copy the license to its proper home# cp path_to_your_license /etc/op5license/op5license.lic
- Set ownership and permissions:
# chmod 640 /etc/op5license/op5license.lic
# chown apache:apache /etc/op5license/op5license.lic - Verify that the license will pass the "License - Days left" check:
# asmonitor /opt/plugins/check_op5_license -T d -w 30 -c 15
-
Tags:
- .lic
- licences
- installation
- licence
Comments
0 comments
Please sign in to leave a comment.