Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The file /opt/license-server/config.ini offers additional configuration options for the VE License Server.

There are samples of the options in /opt/license-server/config.ini.sample.

The file currently has three sections:

  • [esxi]: the parameters in this section are set up by the esxi_bind program. Do not modify them manually.
  • [peer]: contain the configuration of a peer license server when running in AutoVE mode. If a peer has been defined, the two license servers can synchronize their client databases and act as primary and backup AutoVE servers. It contains the following parameters:
    • address: IP address of the peer license server
    • port: TCP port used to contact the peer server
    • passphrase: used to authenticate to the peer server (must be the same as configured on the the license installed on the peer). This use of the passphrase is different from the client/server authentication when the license server runs in general VE mode.
  • [general]: used to define non-default ports for the VE server operation:
    • port: TCP port used to serve the license to license client systems. Default: 8083.
    • http_port: TCP port on which the web interface can be accessed. Default: 8084.
    • sync_port: local TCP port for communicating with the peer server. Default: 8085.

After parameters in this file have been changed, the license server must be restarted to activate the changes (systemctl restart licensed).

  • No labels