Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 4 of 4

Thread: License usage ServiceCenter

  1. #1
    Junior Member
    Join Date
    May 2004
    Location
    Apeldoorn, Netherlands
    Posts
    29

    Default License usage ServiceCenter

    Hi,

    I am looking for a way to report the daily license usage for ServiceCenter. In the past I used a solution on windows servers. I scheduled a scenter -reportlic that exported the result to a txt file every 15 minutes. I had a VB script that read the txt file and dumped the data into a SQL database. My current situation is SC6 on AIX using Oracle10. VB is not allowed.

    I am also curious if it is possible to add the idle-time per user to the report.

    Any ideas ?

    regards, Fred

  2. #2
    Senior Member glg's Avatar
    Join Date
    Aug 2004
    Location
    Chicago, IL, USA
    Posts
    714

    Default

    The equivalent of the task scheduler in Windows is cron in unix, it can run any shell script. Talk to your unix admins about setting that up. Very easy to run scenter -reportlic whenever.

    Not sure offhand about a list with idle times. Run scenter -helpall and check the various report options, one might have what you need.

  3. #3
    Junior Member
    Join Date
    Jan 2003
    Location
    Marlborough, CT
    Posts
    24

    Default

    Here is a script I worked on a while ago, basically proof of concept. It is all perl (my first perl project) and dumps the output of the scenter -report*(s) to an html file to monitor. I think this will get you started on how to parse the outputs of these reports. There is a section in there to look at the total license count.
    I can help you out if needed.

    Chris
    Attached Files

  4. #4
    Junior Member
    Join Date
    May 2004
    Location
    Apeldoorn, Netherlands
    Posts
    29

    Default

    Chris,

    That is what I need ! Thanks !!

    regards, Fred

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts