1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Alarm Handler Limitations |
From: | "Srinivas, Dhruv via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Paul Sichta <psichta at pppl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 8 Apr 2024 19:33:17 +0000 |
Hi Paul, Thanks for providing this information, what worked for me was making the changes recommended for the server.properties file along with the changes to the settings.ini file.
Sincerely, Dhruv Srinivas From: Paul Sichta <psichta at pppl.gov>
Hello Dhruv, Regarding connecting a remote Phoebus to the alarm server, I also had difficulty getting this to work; here is what I did: My alarm server was running kafka, zookeeper, and elasticsearch. The kafka serves the alarm panel and alarm tree UI on the phoebus, and the elasticsearch is needed for the phoebus alarm logger UI. On the alarm server machine (epicsalmsrv), the kafka/config/server.properties file had these key lines: auto.create.topics.enable=false listeners=PLAINTEXT://0.0.0.0:9092 (I had a multi-network
machine so 0.0.0.0 listens for requests on all ethernet ports, localhost:9092 should work for a single ethernet system) On the alarm server machine, in /etc/elasticsearch/elasticsearch.yml: xpack.security.enabled: false I recall this setting wasn't present initially, but appears only after the elasticsearch service is started for the first time. On the alarm server machine, in the alarm_logger.properties file used when starting the alarm-logger.sh, you may need these key settings: alarm_topics=NSTX-U,Accelerator,CAMAC
#for alarms org.phoebus.applications.alarm/config_name=NSTX-U #obsolete var --- org.phoebus.applications.alarm.logging.ui/es_host=epicsalmsrv org.phoebus.applications.alarm.logging.ui/service_uri=http://epicsalmsrv:8080 Also, besides tech-talk I found some good information about these topics on the GIT website, searching the "Issues" .
-ps On Fri, Apr 5, 2024 at 4:34 PM Srinivas, Dhruv via Tech-talk <tech-talk at aps.anl.gov> wrote:
|