KB Article #68879

manage product keys on a cluster - multiple license keys management

Problem

on a cluster architecture how to fill the license Keys.


Resolution

On a cluster architecture how to fill the Key product



The best way is redirect the KEY field to a text file containing
all provided key.
 
Please do the following:
1. cftutil cftext type=parm, fout=parm.ext
2. edit the parm.ext file
3. change the KEY parameter to '@$CFTKEY'
4. save and close parm.ext
4. Check that the variable $CFTKEY points to the right file (cft.key), with 'echo $CFTKEY'
5. cftutil @parm.ext
6. try to start CFT again.