Hello,
We have a 25-copy floating license for CCS v5. I have a single computer set up as the license server. However, I have been having issues with that computer overheating and shutting down.
I read the latest version of "License Server Administration for CCS" at http://processors.wiki.ti.com/index.php/License_Server_Administration_for_CCS and saw that there is a 3-server configuration supported.
I took our existing license file and modifed per the following:
Q: How do I setup a 3 server redundant configuration?
When you activate your license specify the name and MAC address of the primary master server. After receiving your license file open it up in a text editor.
Edit your license file so that the top of the file looks like this
#Please Do not delete this comment line.
SERVER <name of primary server> <MAC address of primary Server> PRIMARY_IS_MASTER
SERVER <name of 2nd server> <MAC address of 2nd server>
SERVER <name of 3rd server> <MAC address of 3rd server>
VENDOR tidspssw USE_SERVER
Here is an example:
#Please Do not delete this comment line.
SERVER server1 0000ffee1111 PRIMARY_MASTER
SERVER server2 0000ddee1111
SERVER server3 0000ccee1111
VENDOR tidspssw USE_SERVER
The server names other than the primary server are outside of the signed region of the license file so you can edit this file directly without needing TI to sign the file. It is also possible to change the MAC address associated with each server this way.
When I try to import the modified license file, I get the following error message:
Import Information
- Successfully uploaded license file to licenses\tidspssw\TMDSCCS-ALLF25-v5.lic.
Import Errors0647.TMDSCCS-ALLF25-v5.zip
- Bad three server redundancy configuration in: licenses\tidspssw\TMDSCCS-ALLF25-v5.lic.
Attached is the license file.