Summary for Patch 1063 (Verified)

Version 5.2.2.1

Full summary
Summary Added support for IBM LUM offline usage
Platform Windows
Category functionality
Requires
Server Required Patch/es
Supersedes
Superseded by 1067 : Verified / Not hidden
Affects Client: License Analyzer
Last Updated September 30, 2009

Download now

Download_red Patch1063.zip

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.

Corresponding Unix Patches

No corresponding Patches available.



Back to Version 5.2.2.1