Skip to main content

Problem:

Whilst trying to find out about the licenses being used currently within apptrack - it appears to not do anything when 7 Current Users is selected.

How can you make this work?

Resolution:

There is an apptrack.log file in /var/mfaslmf

This registers all licenses being used from apptrack

Do the following to find out more what process is using a license:

touch apptrack.log

cd $COBDIR/aslmf

./apptrack

7 Current Users

 

This will show the actual users and more importantly the process ID.

Find out more regarding the process ID by using:

ps –eaf | grep ‘process ID’