Sometimes when lmstat command is run with port/server in the -c
options instead of a license file it will return the result of
multiple license daemons running on the same server.
This "feature" caused licpoll to hang when monitoring license
files configured to use SimpleFlex.
When SimpleFlex now encounters a config dump it will assume all
features seen are part of the product (even if this inlcudes
the features from other products).
A warning was written by licpoll everytime it encountered a difference
(case) when parsing feature names in lmstat output, i.e with seeing
something like this:
Feature usage info:
Users of feature1: (Total of 20 licenses available)
"Feature1" v1.0, vendor: psmld
floating license
lsf-arc solveig 193.217.12.14 (v1.0) (solveig/1700 1593), start Fri 2/18 15:21
("feature1" vs "Feature1"). It still parsed the lmstat output correctly but if
this occured often a lot of warnings would be written in the log file.
This updates removes this warning message.
This client updates parsing of LUM node names. Previously the
client was not able to separate serial number when seeing node
names like
CAD-NODE-1.us(#194.19.77.134) Serial Number_ 72211XB1934
This updates makes sure the serial number is not part of the
hostname.
A patch for filtrator (#372) has also been made to retroactivly
remove the serial number in existing data (by regeneration).