Too Many users Error

Fairlight fairlite at fairlite.com
Fri Oct 6 10:02:39 PDT 2017


That's incomplete, though.  For post-5.0 versions, you'd need to check each
to see if it's a descendent of another clerk/report, because system() calls
to fP binaries no longer take a license seat.  If one was a descendent,
you'd need to discount that from the final tally.

m->

On Fri, Oct 06, 2017 at 04:20:21PM +0000, Chris Rendall via Filepro-list thus spoke:
> This doesn't answer your question directly, but below is a script I wrote called fpuc with stands for filePro User Count.  This will count up how many *clerk and *report processes you have running.
> 
> 
> rc=`ps -eaf | grep "[r]clerk" | wc -l`
> rr=`ps -eaf | grep "[r]report" | wc -l`
> tt="$(($rc + $rr))"
> 
> echo rclerk : $rc
> echo rreport: $rr
> echo "        -----"
> echo "total  :" $tt
> 
> -- Chris
> 
> 
> -----Original Message-----
> From: Rami Mantoura via Filepro-list [mailto:filepro-list at lists.celestial.com] 
> Sent: Friday, October 6, 2017 10:58 AM
> To: FilePro Mailing List <filepro-list at lists.celestial.com>
> Subject: Too Many users Error
> 
> I am running on a ubuntu linux server with FP 5.7.
> I am licensed for 79 users, but there is no way I am hitting that number.
> 
> How do I see what the licenses are using.
> 
> I ran the ps command on report and clerk and have a count of about 50.
> I also only have 50 users logged in.
> 
> Beside a reboot, is there anything I could do?
> 
> Thanks
> Rami
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20171006/fb21d871/attachment.html>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes http://mailman.celestial.com/mailman/listinfo/filepro-list
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 

-- 
Audio panton, cogito singularis.


More information about the Filepro-list mailing list