License-server ConfigurationLicense-server Configuration
LicensePropertiesLicenseProperties
Name | Default value | Type | Description |
---|---|---|---|
rsa.license.auto-cleanup-enabled |
true |
boolean |
Whether to enable data retention job |
rsa.license.auto-cleanup-interval |
24 hours |
seconds |
Data retention job interval. The job cleans License usage and history data older than |
rsa.license.auto-refresh-interval |
60 minutes |
seconds |
Periodic entitlement refresh interval |
rsa.license.compliance-cache-expiry |
60 minutes |
seconds |
Compliance will be evaluated and cached for this duration before evaluating again. Set to 0 to disable cache. Maximum cache expiry duration is 6 hours |
rsa.license.data-retention-period |
365 days |
seconds |
Days to retain license usage and history data in repository |
FnePropertiesFneProperties
Name | Default value | Type | Description |
---|---|---|---|
rsa.license.fne.base-url |
/api/1.0/ |
string |
Base URL path of REST API, all other URLs are appended to baseUrl |
rsa.license.fne.capability-request-url |
/capability_request/offline |
string |
URL to generate a new capability request |
rsa.license.fne.capability-response-url |
/capability_response |
string |
URL to post a response of capability request |
rsa.license.fne.delay-before-proxy-update |
2 |
seconds |
Wait time to hold the proxy update job before receiving all the proxy config change notifications. |
rsa.license.fne.feature-page-size |
25 |
integer |
Requests to local flexnet server is paginated. This property controls the number of features that FlexnetLS returns in a single request. Defaults to 25. |
rsa.license.fne.features-url |
/features |
string |
URL to fetch features, %s is replaced with FNE License Server instance id |
rsa.license.fne.fne-restart-timeout |
5 minutes |
seconds |
Maximum time to wait for the FNE server to restart before timing out. |
rsa.license.fne.host |
localhost |
string |
Host where FNE License Server is running, defaults to localhost |
rsa.license.fne.host-id-url |
/hostids/selected |
string |
URL to fetch Unique identifier of the environment that maps licenses |
rsa.license.fne.host-ids-url |
/hostids |
string |
URL to fetch all host identifiers available in the environment |
rsa.license.fne.local-config-file |
/opt/netwitness/flexnetls/ |
string |
Local Configuration file |
rsa.license.fne.max-pages |
50 |
integer |
Maximum number of pages to be requested from FlexnetLS features response. This is to prevent requesting infinite number of pages from FlexnetLS because of any reason which may cause end-of-response to not be detected. |
rsa.license.fne.port |
3333 |
integer |
Port number where FNE License Server accepts REST requests, defaults to 3333 |
rsa.license.fne.proxy-config-file |
/etc/netwitness/flexnetls/ |
string |
Proxy configuration file |
rsa.license.fne.sync-url |
/capability_request |
string |
URL to force an online sync from FNE License Server to FNO remote service to fetch Features |
rsa.license.fne.trust-store-path |
/var/netwitness/flexnetls |
string |
Path to the directory which contains FNE server trust store files |
rsa.license.fne.use-ssl |
false |
boolean |
Is the REST API secured |