IBM TRIRIGA Application Platform Version 3.5.2

Integration with IBM License Metric Tool

IBM® TRIRIGA® Application Platform 3.5.2 generates IBM Software License Metric Tag (SLMT) files. Versions of IBM License Metric Tool that support IBM Software License Metric Tag can generate License Consumption Reports. Read this section to interpret these reports for the TRIRIGA Server.

Each instance of a running environment generates an IBM Software License Metric Tag file. The APPLICATION metrics are monitored. The values are refreshed every 24 hours.

IBM TRIRIGA generates an SLMT tag file that records the active user count at ten minute intervals.

IBM SLM tag files are found at <<ServerRoot>>/swidtag/license_metric. The ServerRoot value is specified in the TRIRIGAWEB.properties file. IBM TRIRIGA generates separate SLM tag files for different licenses. Prior to IBM TRIRIGA Version 3.5.1, the IBM SLM tag files were found at <<ServerRoot>>/iso-swid/license_metric.

The following is an example of the content of an SLM tag file:
<SchemaVersion>2.1.1</SchemaVersion>
	<SoftwareIdentity>
		<Name>IBM TRIRIGA Application Builder</Name>
		<PersistentId>93f0b150ffb24eb68fa6bf63ad391a8f</PersistentId>
	</SoftwareIdentity>
	<Metric logTime="2015-11-10T13:00:00">
		<Type>CONCURRENT_USER</Type>
		<Value>2</Value>
		<Period>
			<StartTime>2015-11-10T13:00:00</StartTime>
			<EndTime>2015-11-10T13:00:00</EndTime>
		</Period>
	</Metric>
	<Metric logTime="2015-11-10T13:10:00">
		<Type>CONCURRENT_USER</Type>
		<Value>4</Value>
		<Period>
			<StartTime>2015-11-10T13:10:00</StartTime>
			<EndTime>2015-11-10T13:10:00</EndTime>
		</Period>
	</Metric>


Feedback