Configuration File Sections

The HPE License Server configuration file contains several sections, which represent different areas that you can configure. You can configure each area by setting configuration parameters for it. For details of the available parameters, refer to the License Server Reference.

Logging Section

The [Logging] section lists the logging streams that you set up to create separate log files for different log message types. It contains a section for each of the listed logging streams, in which you configure the settings that determine how to log each stream.

For example:

[Logging]
LogDirectory=MyLogs
0=APPLICATION_LOG_STREAM
1=ACTION_LOG_STREAM

[APPLICATION_LOG_STREAM]
LogFile=application.log
LogTime=True
LogEcho=True
LogMaxSizeKbs=1024
LogTypeCSVs=application
LogLevel=normal
LogExpireAction=datestamp

[ACTION_LOG_STREAM]
LogFile=action.log
LogTime=True
LogEcho=True
LogMaxSizeKbs=1024
LogTypeCSVs=action
LogLevel=normal
LogExpireAction=datestamp

Server Section

The [Server] section contains settings that determine the ports to use to send ACI actions to the HPE License Server, and which machines can send these actions. It also contains settings that control the management of stale licenses (that is, licenses that have not been issued or updated within a specified number of seconds).

For example:

[Server]
AdminClients=*.*.*.*
Port=17500
Threads=8
ReplaceStaleLicenses=True
UseLicenseWithinSeconds=18000

Service Section

The [Service] section contains settings that determine which machines have permission to use and control the HPE License Server service.

For example:

[Service]
ServicePort=40010
ServiceControlClients=127.0.0.1
ServiceStatusClients=127.0.0.1

_HP_HTML5_bannerTitle.htm