LicenseManagerServerBuffer
Holds the text of the response of the LM specific commands that the observer service parsed.
erDiagram
LicenseManagerServer ||--o{ LicenseManagerServerBuffer : "LicenseManagerServerID"
Fields
| Field |
Type |
Description |
| Buffer |
string |
Message returned from the license manager statistics / diagnostics tools |
| Command |
string |
For FLexLM this can either be 'lmstat' or 'lmdiag' |
| ID |
numeric |
Internal ID for the LicenseManagerServerBuffer entity (Primary Key) |
| LastScan |
datetime |
Date/Time this buffer was scanned |
| LicenseManagerServerID |
numeric |
Internal ID that references the LicenseManagerServer entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerID |
LicenseManagerServer |
Defines a license manager server for use by the OctoSAM Monitor module |