R&D Group introduces Cerber – the network license server and protection tool.
Supported platforms:
Please uninstall previous versions
The installation process is very similar for all supported platforms.
Make sure to run the installer with the administrator permissions:
Installer has a graphical interface on all supported platforms:
There is also a text installation mode for systems without display:
Simply press Next and leave the default settings.
At the end of the installation process the “Server Manager” will be launched:
Now, we are ready for the license_request.
If you've closed the “Server Manager” you can find it at:
sudo /opt/rdgroup/cerber/RDGroupLicenseManager.bin
Select the plugin, amount of licenses purchased and press “Generate”.
This will generate a request_<UserName>_<HostName>_<Date>.cid and prompt you to save it.
Send this file to support@icube3d.com
Please, attach copy of you receipt or order number to avoid any delays in communication.
In the nearest time (usually within 24 hours) you will get an email from us (or your reseller) with *.lic license file attached. Save this file on your hard disk.
After you've received the *.lic launch the “Network License Manager” again and press “Add”, select the received file and press “Open”.
This will copy the license file to the Cerber licenses directory.
You could also manually copy the license file to the Cerber licenses directory:
C:\Program Files\R&D Group\Cerber\licenses
/opt/rdgroup/cerber/licenses
Now you need to press “Query” and check if license is successfully applied.
Here is an example of successful licenses installation:
or in command line:
/opt/rdgroup/cerber/bin/cerberQuery.bin localhost:45444
Now we are ready to configure clients.
After the installation of any our software that supports Cerber you will find “License Manager” under:
sudo /opt/rdgroup/cerber/RDGroupLicenseTool.bin
We will only need the “Network” tab.
Enter the address of the server you've installed Cerber Server Manager on and press “Save”.
Use “Query” to check if everything works. and restart the client PC
Please note, for large scale installations you can simply create environment variable on client PCs, there is no need to have the License Manager installed at all details can be seen below
When pressing “Save” “License Manager” simply creates RDGROUP_CERBER_ADDRESS environment variable (SYSTEM), so you can create it with any desired tool or manually.
Make sure to set correct port number: R&D Group Cerber uses port 45444.
Make sure to open this port (45444) in your firewall!
Additional variables: RDGROUP_CERBER_PROXY_ADDRESS, RDGROUP_CERBER_PROXY_USER and RDGROUP_CERBER_PROXY_PASSWORD.
On Linux “License Tool” will store environment settings under:
/etc/profile.d/rdgroup.sh
Example content of the /etc/profile.d/rdgroup.sh file, e.g server address 192.168.0.123:
# R&D Group Environment Settings # export RDGROUP_CERBER_ADDRESS="192.168.0.123:45444" export RDGROUP_CERBER_PROXY_ADDRESS="" export RDGROUP_CERBER_PROXY_USER="" export RDGROUP_CERBER_PROXY_PASSWORD=""
You can install licenses (lic files) manually; simply copy them to:
C:\Program Files\R&D Group\Cerber\licenses
/opt/rdgroup/cerber/licenses
its also possible to generate .cid file from command line:
open command prompt as administrator (right click “run as administrator”) change to directory
cd C:\Program Files\"R&D Group"\cerber\bin
then type the following
cerberProbe > my.cid
for linux:
/opt/rdgroup/cerber/bin/cerberProbe.bin > my.cid
this will create my.cid file in C:\Program Files\R&D Group\cerber\bin directory
please send it to us stating plugin name and amount of licenses,
received .lic file will need to be copied manually to C:\Program Files\R&D Group\Cerber\licenses
in Maya:
getenv RDGROUP_CERBER_ADDRESS
or in 3ds max, open MAXScript Listener and run:
systemTools.getEnvVariable "RDGROUP_CERBER_ADDRESS"
it should produce your server and port address