Skip to content

IBMSpectrumComputing/lsf-SLM-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

lsf-SLM-tags

Software License Metric (SLM) usage tracking utility for IBM Spectrum LSF products

Introduction

Scripts for tracking product usage.

  • lsf_log2slm.sh - This script logs usage information for LSF Standard Edition in a schema format.
  • lsf_log2txt.sh - This script logs usage information for LSF Standard Edition in a text format.
  • lsf_suitelog2txt.sh - This script logs usage information for all the IBM Spectrum LSF Suite products.

Other files.

  • vul.xlsx - This Microsoft Excel spreadsheet will analyze the text data you import.

Installation and configuration

  1. Download scripts from the repository

  2. Update the script execution permission

    $ chmod u+x  lsf_log2txt.sh
    $ chmod u+x  lsf_log2slm.sh
    $ chmod u+x  lsf_suitelog2txt.sh
    
  3. Update the log_location value as per your settings on lsf_log2txt.sh and lsf_log2slm.sh

  4. Execute the script for the product you are using, using the commands below.

    $ ./lsf_log2txt.sh
    $ ./lsf_log2slm.sh
    $ ./lsf_suitelog2txt.sh
    

About

LSF products usage tracking utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages