Starting UAF Agents and Plug-ins

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

  1. Start the JINI server by changing to $RAP/OpsConsole/ua/bin and running:
    ./startJini
    The installer automatically starts ./startJini and needs to be executed only if it has been shut down.
  2. Start the Operations Console by changing to $RAP/OpsConsole and running:
    startOpsConsole.sh

    The startOpsConsole.sh script is started during the installer, and needs to be executed only if it has been shut down.

    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 to $RAP/<component_dir>/ua/bin where <component_dir> is the name of the component. For example, <component_dir> can be demo feed handler, demo subscriber, FAST feed handler, RAPCache subscriber, or RAPStore subscriber.
    2. Run:
      ./agent &

      The & starts a background process that continues to run after you exit the terminal window.
  4. Start the RAPStore agent:
    1. Change to $RAP/RAPStore/IQ-15_1.
    2. Source the environment variables: source IQ-15_1.csh or . ./IQ-15_1.sh.
    3. Change to $RAP/RAPStore/ua/bin.
    4. Run:
      ./agent &
  5. Start the RAPCache agent:
    1. Change to $RAP/RAPCache/.
    2. Source the environment variables: source SYBASE.sh.
    3. Change to $RAP/RAPCache/UAF-2_5/bin.
    4. Run:
      ./uafstartup.sh & 

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