You must manually start the UAF agent for each RAP component for the component to be visible
in, and controlled by Operations Console.
-
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.
-
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.
-
Start the agent for each component that you want to
see on the Operations Console. Repeat this step for each component.
-
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.
-
Run:
./agent &
The & starts a background process that continues to run
after you exit the terminal window.
-
Start the RAPStore agent:
-
Change to $RAP/RAPStore/IQ-15_1.
-
Source the environment variables: source IQ-15_1.csh or
. ./IQ-15_1.sh.
-
Change to
$RAP/RAPStore/ua/bin.
-
Run:
./agent &
-
Start the RAPCache agent:
-
Change
to $RAP/RAPCache/.
-
Source the environment variables: source SYBASE.sh.
-
Change to
$RAP/RAPCache/UAF-2_5/bin.
-
Run:
./uafstartup.sh &
When you log in to Operations Console, the RAP components
whose agents are running are visible.