Running script

To run discovery, script “plugin.sh” is to be executed from IntegrationPlugin directory. The script can be executed with 3 different arguments: 'start', 'status' and 'stop'. Refer the details below:

Starting the Integration Plugin

Option 1
  [Command] ./plugin.sh start
  start – parameter to start the Integration plugin
  TADDM User Id and Password – will be read from internal properties file

  [Command] ./plugin.sh start &
  start – parameter to start the Integration plugin
  TADDM User Id and Password – will be read from internal properties file
  & - for running the plugin in background

  Option 2:
  [Command] ./plugin.sh -u <username> start
  -u, --user <TADDM User Id>
  start – parameter to start the Integration plugin
 Password – to be entered on subsequent command line prompt (for safety reasons)                                                                                                    

  Option 3:
  [Command] ./plugin.sh -u <username> -p <password> start
  -u, --user <TADDM User Id>
  -p, --password <TADDM User password>
  start – parameter to start the Integration plugin
Stopping the Integration Plugin

Option 1:
  [Command] ./plugin.sh stop
  stop - parameter to gracefully stop the Integration plugin

  Option 2:
  [Command] ./plugin.sh -stop force
  stop - parameter to stop the Integration plugin
Status of Integration Plugin
Option 1:
  [Command] ./plugin.sh status
  status – parameter for the status of Integration plugin