Stopping the UAF Agents

Stop the UAF agents from the command line.

  1. Change to the $RAP/<component_dir>/ua/bin directory, where <component_dir> is the name of the component.

    For example, <component_dir> can be DemoFeedHandler, DemoSubscriber, FASTFeedHandler, RAPCacheSubscriber, or RAPStoreSubscriber.

  2. Run:
    ./agentd stop
  3. Stop Operations Console by changing the directory to $RAP/OpsConsole/WebMonitoringConsole and running the command ./stopOpsConsol.sh.
  4. Stop the JINI Server:
    1. Find the JINI server processes:
      ps –ef | grep “ua/thirdparty”
      ps –ef | grep rmid
    2. Use the kill command to stop three JINI processes:
      kill <pid>


Created April 9, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com