Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleOODT Start and Stop Issues
While starting/stopping oodt if you get errors like "Is File/Workflow/Resource Manager still 
running? Start/Stop aborted." in logs/oodt.out:
  1. oodt stop
  2. Remove any *.pid files (example:cas.filemgr.pid) from the run directory of Fileof 
    File/Workflow/Resource Manager. This will make sure that the corresponding process has been stopped.
  3. oodt start
  4. To check if all managers are running as expected, we can use the http://localhost:8080/opsui as stated above or simple try using these links in browser
    1. http://localhost:9000/      (for FileManager)
    2. http://localhost:9001/      (for WorkflowManager)
    3. http://localhost:9002/      (for ResourceManager)
 You should get this message for all these three links: "Method GET not implemented (try POST)" which means all those managers are running.
Note that you can also check if the managers are running as expected by visiting $OODT_HOME/pcs/scripts/ and by running
pcs_stat

...