This page gives you optional settings you can use to manage your License Server.
You can also refer to the Manual published by Reprise by going to [RLM Manual] menu.
Now you can also see the license expiry date in CV Members.
You can remove users from the active-user list to make the license seat available for other users.
RLM License Server uses two TCP Ports. One is 5053(default) and another is dynamic.
If you have a firewall installed on the network, the firewall will not allow access to these ports and a connection to the License Server from the clients will be blocked. So you need to change the port number by editing your license file.
When you open a license file, you will see the first two lines as below:
HOST ANY xxx.xxx.xxx.xxx 5053
ISV cvastah
The line starting with HOST is the configuration for the License Server. xxx.xxx.xxx.xxx shows the ID of the license server – you cannot change this ID. 5053 is a port number that the license server uses.
Another line starting with ISV is a configuration for the cvastah service, and it indicates that this works with a dynamic port. You can change both port numbers like examples as below:
HOST ANY xxx.xxx.xxx.xxx 5055
ISV cvastah port=2385
HOST ANY xxx.xxx.xxx.xxx 5055
ISV cvastah port=2385
You have to restart the license server after making the change. Also, make sure to configure your firewall to allow access to these ports you set.
You can uninstall the License Server when you no longer need it.
By modifying the options file “cvastah.opt“, you can customize how the License Server works to make it more useful for you. Here’re a few options that you may want to use. Also, make sure to restart the license server after you modify this option file.
By adding REPORTLOG option, you can produce detailed report logs for the license activity.
REPORTLOG [+]file_path [std | small | detailed] auth
By adding + to the beginning of the file path, the report log never overwrites the other even after restarting the license server.
REPORTLOG +C:¥astah¥rlm¥usage.log std auth
Also, you can use the ROTATE option to set the rotation of the log file.
ROTATE [daily | weekly | montly | #days ]
ROTATE 30
For more information about this REPORT LOG options, please refer to the RLM Manual.
By adding INCLUDEALL option, you can control the access from the clients to the license server.
INCLUDEALL [user|host|group|host_group|internet|
internet_group|project] who
INCLUDEALL user john
INCLUDEALL host pc1
INCLUDEALL internet 172.16.7.
For more information about REPORT LOG options, please refer to the RLM Manual.
By adding INCLUDE or EXCLUDE option, you can control the access of the users per license.
1. Open a license file(.lic) and add the same ID of “options=_id=nnnn” as new to the LICENSE line.
LICENSE cvastah product 1.0 dd-mm-yyyy 10 share=uh _id=00000001
issued=21-nov-2018 options=_id=00000001 _ck=xxxx sig="xxxx"
2. Now modify the option file
INCLUDE/EXCLUDE astah-professional user|host|
group|host_group|internet|internet_group|
project who id=nnn
INCLUDE astah-professional internet 192.168.* id=00000001
GROUP engineers tom dick harry
INCLUDE astah-professional group engineers id=00000001
For more information about these options, please refer to the RLM Manual.
By adding the following line in the option file, you can stop anyone from roaming the license. You must restart the License Server after alerting to apply this change.
ROAM_MAX_COUNT 0 astah-professional
ROAM_MAX_COUNT 0 astah-uml