+ID: 1063

+SUMMARY: Added support for IBM LUM offline usage

+VALID FOR: 4.9.x, 5.0, 5.0.x, 5.1, 5.1.0.1, 5.1.1, 5.1.2, 5.2, 5.2.1, 5.2.2, 5.2.2.1, 5.3

+SUPERSEDES: 1054

+AFFECTS: License clients

+DESCRIPTION:

Added support in LicPoll for in cluding offline usage from IBM LUM.

+INSTALLATION:

Before you install this patch, you need to manually update the LicPoll
configuration file - licpoll.xml, found in:

   [OpeniT-installdir]\Configuration\Components\

Use an xml editor, or a plain text editor.
Scan down until you find the object named "license-types". Below this, you
will have one or more LUM license type objects. (These will typically have
"LUM" in their names, but if you look at the "type" sub-object, all that have
the value "LUM" are LUM license type objects.

For each of these, insert the following at the end, same level as
"status-command":


	<Object>
		<Name>status-command</Name>
		...
	</Object>
 --- Cut & paste the following ---
	<Object>
		<Name>offline-status</Name>
		<Description>Set value to 'true' to activate this offline license type, and 'false' to deactivate.</Description>
		<Value type="Bool">true</Value>
		<SubObjects>
			<Object>
				<Name>arguments</Name>
				<Description>Arguments to the status command.</Description>
				<Value type="String">-s -lco</Value>
			</Object>
		</SubObjects>
	</Object>
 --- End ---
 
Do this for each LUM license type object for which you want to log offline
usage.


Unpack the zip file anywhere on the machine to patch. Run the InstallPatch.exe
application. Once the patch has been installed, you may delete the unpacked
patch directory.

NOTE: The patch must be installed by a user with administrator rights.
