Starting the UAF Agents and Their Plug-ins

You must manually start the UAF agent for each RAP component in order for the component to be visible in and controlled by Operations Console.

  1. Start the JINI server by changing the directory to $RAP/OpsConsole/ua/bin and running the command ./startJini.
  2. Start the Operations Console by changing the directory to $RAP/OpsConsole and running the commandstartOpsConsole.sh.

    The RAPCache and RAPStore servers should already be running.

  3. Start the agent for each component that you want to see on the Operations Console. Repeat this step for each component.
    1. Change directory to $RAP/<component_dir>/ua/bin where <component_dir> is the name of the component. For example, <component_dir> can be DemoFeedHandler, DemoSubscriber, FASTFeedHandler, RAPCacheSubscriber, or RAPStoreSubscriber.
    2. Run the command ./agent & The & starts a background process that continues to run after you exit the terminal window.
  4. Start the RAPStore agent.
    1. Change to the $RAP/RAPStore/ASIQ-12_7directory.
    2. Source the environment variables:source ASIQ-12_7.csh or ../ASIQ-12_7.sh.
    3. Change to the $RAP/RAPStore/ua/bindirectory.
    4. Run: ./agent &.
  5. Start the RAPCache agent.
    1. Change to the $RAP/RAPCache/directory.
    2. Source the environment variables:source SYBASE.sh.
    3. Change to the $RAP/RAPCache/UAF-2_0/bindirectory.
    4. Run: ./agent &.

When you log into Operations Console, the RAP components whose agents are running are visible.


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