Checking the status of ITM OSLC Execute Automation Service Provider

You can check the status of ITM OSLC Execute Automation Service Provider installation.

Run the following automation_provider script:
  • For Linux operating system:
    automation_provider.sh status [i- <ITM-HOME>] [t- <TEMP-DIR>]
  • For Windows operating system:
    automation_provider.ps1 status [i- <ITM-HOME>] [t- <TEMP-DIR>]
where:
i- <ITM-HOME>
is the directory of ITM TEPS installation, for example /opt/IBM/ITM.
t- <TEMP-DIR>
is the temporary files destination directory. The default value is /var/log/automation_provider.
Important: All parameters of the script are optional. You can specify them in any order.
Examples
automation_provider.sh status
automation_provider.ps1 status -i /opt/IBM/ITM
automation_provider.sh status -t /tmp/log -i /opt/IBM/ITM