cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tkflex
Level 3

Preparing a node-locked uncounted license. How can I forbid Virtual Machines?

Jump to solution

Hi,

I am preparing licenses for use with linux environments. I have no problem using lmcrypt to prepare a node-locked license with the ID

HOSTID=<ethernet address>

Similarly, I can use

HOSTID=ETHER=<ethernet address>

However, I would like to also forbid the use of virtual machines. When I am preparing a counted license for a license server, I use the ID

PHY_ETHER=<ethernet address>

but this throws an error when I add it to my node-locked uncounted license, as does HOSTID=PHY_ETHER=<ethernet address>

Is there a way I can forbid Virtual Machines?

0 Kudos
(1) Solution
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @tkflex ,

To restrict usage to physical machines set the keyword VM_PLATFORMS=PHYSICAL 

physical.png

 Thanks,

Jim

 

@tkflex

View solution in original post

(2) Replies
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @tkflex Can you please try with 

HOSTID="<VM_UUID-value>" or HOSTID=VM_UUID=<VM_UUID-value> 

let me know if this helps?. 

Best Regards,

jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @tkflex ,

To restrict usage to physical machines set the keyword VM_PLATFORMS=PHYSICAL 

physical.png

 Thanks,

Jim

 

@tkflex