Rachelle
12th February 2010, 18:01
I am looking for a way to count how many concurrent licenses are being used at a certain time.
We are currently using SSA License Manager (SLM) version 2.5. Baan 5c on a SQL and Windows platform.
I understand that licmon had these count features, but unsure about SLM.
Any help will be greatly appreciated! :)
dave_23
12th February 2010, 20:35
You should be able to use SlmCmd to see licmon style output from SLM.
I have a perl script that i've written that will parse the output into some different ways as well, it's available here: http://www.davidmkerr.com/software/slm-monitor/
not sure if it will work on windows, but it should.
Dave
Rachelle
12th February 2010, 21:54
When I run "SlmCmd -mondts -port" I receive report:
<concurrentLicense
count="4">
<product
id="7099"
/>
<product
id="7098"
/>
<product
id="7100"
/>
<product
id="7101"
How can I count the number of licenses used within each product ID?
dave_23
12th February 2010, 22:51
my script would be a good place to start.
sylvain.carbon
2nd March 2011, 12:22
I download your script and adapt it with the slm servername and port.
Than when I try to execute your script I have this message ?
xml declaration not at start of external entity at line 2, column 0, byte 2 at /opt/perl_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-
multi/XML/Parser.pm line 187
Do you have any idea about how we can fix the problem ?
Regards
dave_23
2nd March 2011, 16:46
That seems to indicate an xml parse error. So it's possible that infor has changed the output of that slm command since I created the script.
I don't have access to slm anymore so i can't really fix it.
Dave
PieterPAM
29th March 2011, 15:05
Have you tried to use the SLM Manager?
Logon to a windows system where SLM Server or Client is installed.
Start a MMC via start -> run (MMC = from microsoft).
- Add Snapin
- Add
- Choose the SLM snapin
Use this to check the actual status of the SLM Server. :)
meimei123
2nd November 2022, 09:44
I tried ntering the webpage link to get the perl script but the webpage doesn't seem to exist anymore, where can get it? Thanks in advance