I'm trying to script the silent installation of the license server on Linux (cgls_lin_5.2.2.bin) and have a few questions:
I want to deploy a single license server VM (I'm on cloud), which will be the only one connected to online licensing. All other render workers (Linux as well) will use this machine's internal IP address (over port 30304) to acquire a license. Is this the recommended configuration? Or do you recommend installing the license server on every render worker?
When I install the license using:
I am not prompted for user login credentials. How do I pass non-plaintext user credentials to the demon? I want to be able to automate the installation of the license server, is there a way to generate a config file with hashed credentials and pass that to the installer during installation? I did see some information about V-Ray installation (not the license server) using a -configFile argument, but not for license server registration.
I want to deploy a single license server VM (I'm on cloud), which will be the only one connected to online licensing. All other render workers (Linux as well) will use this machine's internal IP address (over port 30304) to acquire a license. Is this the recommended configuration? Or do you recommend installing the license server on every render worker?
When I install the license using:
Code:
cgls_lin_5.2.2.bin -gui=0 -quiet=1
Comment