Stop the UAF agents from the command line.
-
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.
-
Run:
./agentd stop
-
Stop Operations Console by changing the directory to $RAP/OpsConsole/WebMonitoringConsole and running the command
./stopOpsConsol.sh.
-
Stop the JINI Server:
-
Find the JINI
server processes:
ps –ef | grep “ua/thirdparty”
ps –ef | grep rmid
-
Use the kill command to stop three JINI processes:
kill <pid>