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: archiver appliance quickstart installation |
From: | "Wang, Lin via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Rong Huang" <ronghuang at ls-cat.org> |
Cc: | tech-talk at aps.anl.gov |
Date: | Fri, 1 Mar 2024 09:12:50 +0800 (GMT+08:00) |
Hello Rong,
The Data Browser tool in CSS and Phoebus can be used to retrieve data from Archiver Appliance.
Archiver Appliance also comes with a data retrieval page as follows, which can be navigated from the "Quick chart" button in PV status or PV report table.
http://localhost:17668/retrieval/ui/viewer/archViewer.html
Regards,
Lin
-----Original Messages-----
From: "Rong Huang" <ronghuang at ls-cat.org>
Send time: Friday, 03/01/2024 06:43:56
To: "Wang, Lin" <wanglin at ihep.ac.cn>
Cc: tech-talk at aps.anl.gov
Subject: Re: archiver appliance quickstart installationHello Lin,That works! One step forward! Thanks a lot!After archiving a few test PVs, now I have questions about retrieving.I copied pbrawclient-0.0.8.jar to quickstart_tomcat/apache-tomcat-9.0.86/lib/ and /usr/lib/jvm/java-17-openjdk-amd64/lib/.But on firefox, after entering phraw://localhost:17665/retrieval, it went to google search page looking for "phraw://localhost:17665/retrieval".Trying Safari, it just says: Safai cannot open the page because the address is invalid.Does that mean I have to install CSS?Maybe I just need to spend more time trying this: on appliance main page, the tab of "Archive (specify sampling period)", even I entered 5 second, the status page still says 1 second period.Thanks,RongOn Thu, Feb 29, 2024 at 3:01 AM Wang, Lin <wanglin at ihep.ac.cn> wrote:Hello Rong,
According to the thread below, it seems that Archiver Appliance currently is not compatible with Tomcat 10,
https://epics.anl.gov/tech-talk/2023/msg01830.php
You may want to try Tomcat 9 instead.
Regards,
Lin
-----原始邮件-----
发件人: "Rong Huang via Tech-talk" <tech-talk at aps.anl.gov>
发送时间: 2024-02-29 05:28:56 (星期四)
收件人: tech-talk at aps.anl.gov
主题: archiver appliance quickstart installation
This Message Is From an External SenderThis message came from outside your organization.Hello,Hope someone can help me on EPICS archiver appliance quickstart. I list what I did in the following, and please point out what I am missing or did wrong.- computer system: ubuntu 22.04- archiver appliance quickstart version: archappl_v1.1.01) epics base: R7.0.8; export EPICS_BASE=/home/archiver/epics/base2) openjdk-17-jdk; export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd643) download apache-tomcat-10.1.19. But later on disabled it by renaming the file /etc/systemd/system/tomcat.service to tomcat.service_NotUse, to avoid potential conflict with the tomcat loaded by quickstart.sh.4) installed mysql-server; also downloaded mysql-connector-java-8.3.0.jar, but is probably irrelevant since I can only copy this jar file into system tomcat which is disabled.5) download archappl_v1.1.0.tar.gz, apache-tomcat-10.1.19.tar.gz into one directory, unzip archappl_v1.1.0; run `./quickstart.sh apache-tomcat-10.1.19.tar.gz`The only website I can see is localhost:17665, the apache Tomcat/10.1.19 webpage. "HTTP 404" for localhost:17665/mgmt/ui/index.html, or any other pages.Beginning part of the screen printout and a log file are also included in this email.Thanks a lot,Rong