EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20212022  2023  2024  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  <20212022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Archiver Appliance mgmt tomcat issue
From: Jörn Dreyer via Tech-talk <tech-talk at aps.anl.gov>
To: tech-talk at aps.anl.gov
Date: Wed, 19 May 2021 08:47:13 +0200
Hi Adam,

if you have nmap installed on the client PC you can check if the archiver port 
is accessible from the client with:

nmap -Pn -p 17600-17700 <archiver IP>

You might have to ask someone with root acces to the PC to issue this 
comnmand. 

If it shows the port 17665 it will tell you wether it is open, closed or 
filtered. Normaly all routers block trafic between different subnets. I gues 
only the ssh and ca-1/2 ports once got opened by your IT. If nmap shows the 
port as filtered, you have to ask your IT to open the port on the firewal/
router between the subnets. If it is shown as closed, then there is a firewall 
on the archiver server which blocks it.
Are you shure you contact the archiver server with caget? You can ask for info 
about a PV with cainfo:

cainfo -s 5 <PV name>

It will tell you from where it gets the PV. There might be a gateway server 
running somewhere that gives you access to the PV's from one of the subnets 
(PC?). Depending in which your IOC's are running this will hand over the PV's 
from one to the other subnet by being connected to both. Yoiu can also check 
in the archiver from wher it gets the PV's. Just go to the reporst page and 
click on details of one of teh PV's it recently archived. 

Regards,

Jörn

Am Mittwoch, 19. Mai 2021, 06:54:48 CEST schrieb Manoussakis, Adamandios via 
Tech-talk:
> Hey Han,
> 
> Tried to switch the localhost with the ip but still didn’t have any success.
>  I did also try to switch back that server.xml port to 8080 just to try but
> that didn’t help either.
 
> <Connector connectionTimeout="20000" port="17665" protocol="HTTP/1.1"
> redirectPort="8443"/>
 
> I will double check but caget,camonitor, caput seem to work fine from the PC
> to the same PC that has the archiver from what I remember.  I made sure the
> env variables are set on the client PC correctly.
 
> 
> From: Han Lee <jeonglee at lbl.gov>
> Sent: Tuesday, May 18, 2021 12:12 PM
> To: Manoussakis, Adamandios <manoussakis1 at llnl.gov>
> Cc: EPICS tech-talk <tech-talk at aps.anl.gov>
> Subject: Re: Archiver Appliance mgmt tomcat issue
> 
> Hi Adam,
> 
> Please change all localhost to your IP address, which you are using. And let
> me know what it will be.
 
> Best,
> Han
> 
> On Tue, May 18, 2021 at 12:11 PM Manoussakis, Adamandios
> <manoussakis1 at llnl.gov<mailto:manoussakis1 at llnl.gov>> wrote:
 Hi Han,  I am
> just running one appliance in the archiver.
> 
> <?xml version='1.0' encoding='utf-8'?>
> <!--
>   Took the contents from single\_machine\_install.sh, and modified
>   them according to our configuration.
> -->
> <appliances>
>    <appliance>
>      <identity>appliance0</identity>
>      <cluster_inetport>localhost:16670</cluster_inetport>
>     
> <mgmt_url>http://localhost:17665/mgmt/bpl</mgmt_url<https://urldefense.us/v
> 3/__http:/localhost:17665/mgmt/bpl*3c/mgmt_url__;JQ!!G2kpM7uM-TzIFchu!nGHjiV
> Krufmch60hRREQERG1iOhIHW8hK3q_uiY2WNnKyXHXlb2GK3Xr8C-vihqJWJZB$>>
> <engine_url>http://localhost:17666/engine/bpl</engine_url<https://urldefens
> e.us/v3/__http:/localhost:17666/engine/bpl*3c/engine_url__;JQ!!G2kpM7uM-TzIF
> chu!nGHjiVKrufmch60hRREQERG1iOhIHW8hK3q_uiY2WNnKyXHXlb2GK3Xr8C-vikIRxzmH$>>
> <etl_url>http://localhost:17667/etl/bpl</etl_url<https://urldefense.us/v3/_
> _http:/localhost:17667/etl/bpl*3c/etl_url__;JQ!!G2kpM7uM-TzIFchu!nGHjiVKrufm
> ch60hRREQERG1iOhIHW8hK3q_uiY2WNnKyXHXlb2GK3Xr8C-vig9oXHpy$>>
> <retrieval_url>http://localhost:17668/retrieval/bpl</retrieval_url<https://
> urldefense.us/v3/__http:/localhost:17668/retrieval/bpl*3c/retrieval_url__;JQ
> !!G2kpM7uM-TzIFchu!nGHjiVKrufmch60hRREQERG1iOhIHW8hK3q_uiY2WNnKyXHXlb2GK3Xr8
> C-vikwJsRIs$>>
> <data_retrieval_url>http://localhost:17668/retrieval</data_retrieval_url<ht
> tps://urldefense.us/v3/__http:/localhost:17668/retrieval*3c/data_retrieval_u
> rl__;JQ!!G2kpM7uM-TzIFchu!nGHjiVKrufmch60hRREQERG1iOhIHW8hK3q_uiY2WNnKyXHXlb
> 2GK3Xr8C-vijp3qJkt$>> </appliance>
> </appliances>
> 
> 
> From: Han Lee <jeonglee at lbl.gov<mailto:jeonglee at lbl.gov>>
> Sent: Tuesday, May 18, 2021 10:49 AM
> To: Manoussakis, Adamandios
> <manoussakis1 at llnl.gov<mailto:manoussakis1 at llnl.gov>>
 Cc: EPICS tech-talk
> <tech-talk at aps.anl.gov<mailto:tech-talk at aps.anl.gov>> Subject: Re: Archiver
> Appliance mgmt tomcat issue
> 
> Hi Adam,
> 
> Can you share your appliances.xml file? I want to see how you define them.
> 
> Best,
> Han
> 
> 
> On Tue, May 18, 2021 at 9:46 AM Manoussakis, Adamandios via Tech-talk
> <tech-talk at aps.anl.gov<mailto:tech-talk at aps.anl.gov>> wrote:
 Hi Andrew,
> 
> 
> Sorry for the confusion on the ips, the internal network we run this on does
> route properly. I am able to ping the corresponding computers and also we
> have another web server running that I am able get to.  I don’t think it’s
> the web browser or Phoebus, since I have tried just doing direct queries
> through python and not getting a response either.  I asked our IT again and
> there shouldn’t be anything blocking.
 
> 
> On May 18, 2021, at 8:23 AM, Johnson, Andrew N.
> <anj at anl.gov<mailto:anj at anl.gov>> wrote:
  HI Adam,
> 
> On May 18, 2021, at 2:01 AM, Manoussakis, Adamandios via Tech-talk
> <tech-talk at aps.anl.gov<mailto:tech-talk at aps.anl.gov>> wrote:
 
> I am trying to figure out why I cannot access the front end interface of the
> archiver
> (192.168.3.50:17665/mgmt/ui/index.html<https://urldefense.us/v3/__http:/192
> .168.3.50:17665/mgmt/ui/index.html__;!!G2kpM7uM-TzIFchu!gHpAie0-gSo81Lil6dDD
> HZ78eCLRM7TIjxF_ndJZ7UaRy1osZ2d0VUfl4XW1MNI25aU9$>) from another subnet. 
> Locally it works perfectly fine, able to archive PVs and retrieve with
> Phoebus for example or even using python.  When I try to get the web page
> to serve up on another PC that is not on the same subnet 192.168.2.25(PC)
> and 192.168.3.50(Archiver) for example it seems like the request gets
> stuck.  Some possible debugging has led to the JS not being loaded properly
> on the web browsers but I have looked for anything that would block on the
> network and cant seem to find any issue.
 
> The IP addresses that you are using (192.168.*.*) are in the Private IP
> range, and are often not
> routable<https://urldefense.us/v3/__https:/serverfault.com/questions/896456
> /what-makes-a-private-ip-address-not-routable/896457__;!!G2kpM7uM-TzIFchu!iW
> g8k_-fgpyqbpoepJc3XNYfOaeHk5JBqGhlUqLwyjWPQ6X0miQJSIqcL5SRtM5bny_B$> (at
> least when it comes to transit over the public internet). Do you know for
> sure that your routers are properly configured to pass packets between
> these subnets? Can you ping between them (both ways) and make some kind of
> a TCP connection (e.g. ssh or telnet) with devices in the other subnet?
 
> I know nothing about the internals of the Archiver Appliance, tomcat, or the
> Java network stack, but it’s conceivable that something there (or even in a
> firewall) might also be preventing packets from the other private network
> from being delivered or sent.
 
> Just an idea, I might be completely wrong though.
> 
> - Andrew
> 
> --
> Complexity comes for free, simplicity you have to work for.
> 
> 
> 
> --
> Jeong Han Lee, Dr.rer.nat.
> Staff Scientist and Engineer
> Lawrence Berkeley National Laboratory
> 1 Cyclotron Road Mailstop 46R0161
> Berkeley, CA 94720, United States
> Tel :+1-510-486-6163
> Cell:+1-510-384-3868
> 
> 
> --
> Jeong Han Lee, Dr.rer.nat.
> Staff Scientist and Engineer
> Lawrence Berkeley National Laboratory
> 1 Cyclotron Road Mailstop 46R0161
> Berkeley, CA 94720, United States
> Tel :+1-510-486-6163
> Cell:+1-510-384-3868





Replies:
RE: Archiver Appliance mgmt tomcat issue Manoussakis, Adamandios via Tech-talk
References:
Archiver Appliance mgmt tomcat issue Manoussakis, Adamandios via Tech-talk
Re: Archiver Appliance mgmt tomcat issue Han Lee via Tech-talk
RE: Archiver Appliance mgmt tomcat issue Manoussakis, Adamandios via Tech-talk

Navigate by Date:
Prev: RE: Archiver Appliance mgmt tomcat issue Manoussakis, Adamandios via Tech-talk
Next: New sequencer release 2.2.9 Ben Franksen via Tech-talk
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  <20212022  2023  2024 
Navigate by Thread:
Prev: RE: Archiver Appliance mgmt tomcat issue Manoussakis, Adamandios via Tech-talk
Next: RE: Archiver Appliance mgmt tomcat issue Manoussakis, Adamandios via Tech-talk
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  <20212022  2023  2024 
ANJ, 20 May 2021 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·