Dear HPC Staff,
I’m trying to download data from a seismological data web service server. The server address is http://eida.ethz.ch. I am only able to connect via the login node on Yggdrasil (I know computations aren’t allowed there, it was just for testing
), and none of the compute nodes I have tried can connect (connection hangs and times out). Is this caused by the way the nodes are configured ?
To reproduce this error, one can try this command:
(obspy) (yggdrasil)-[savardg@login1 ~]$ wget "http://eida.ethz.ch/fdsnws/station/1/query?net=CH&sta=*&format=xml&level=channel&latitude=47.5745&longitude=7.6425&maxradius=.15&nodata=404" -O test.xml
--2022-07-26 18:13:12-- http://eida.ethz.ch/fdsnws/station/1/query?net=CH&sta=*&format=xml&level=channel&latitude=47.5745&longitude=7.6425&maxradius=.15&nodata=404
Resolving eida.ethz.ch (eida.ethz.ch)... 129.132.144.217
Connecting to eida.ethz.ch (eida.ethz.ch)|129.132.144.217|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/xml]
Saving to: ‘test.xml’
[ <=> ] 327,959 --.-K/s in 0.02s
2022-07-26 18:13:12 (15.2 MB/s) - ‘test.xml’ saved [327959]
On the compute nodes, it hangs instead:
(obspy) (yggdrasil)-[savardg@cpu003 ~]$ wget "http://eida.ethz.ch/fdsnws/station/1/query?net=CH&sta=*&format=xml&level=channel&latitude=47.5745&longitude=7.6425&maxradius=.15&nodata=404" -O test.xml
--2022-07-26 18:03:04-- http://eida.ethz.ch/fdsnws/station/1/query?net=CH&sta=*&format=xml&level=channel&latitude=47.5745&longitude=7.6425&maxradius=.15&nodata=404
Resolving eida.ethz.ch (eida.ethz.ch)... 129.132.144.217
Connecting to eida.ethz.ch (eida.ethz.ch)|129.132.144.217|:80... failed: Connection timed out.
Retrying.
--2022-07-26 18:05:12-- (try: 2) http://eida.ethz.ch/fdsnws/station/1/query?net=CH&sta=*&format=xml&level=channel&latitude=47.5745&longitude=7.6425&maxradius=.15&nodata=404
Connecting to eida.ethz.ch (eida.ethz.ch)|129.132.144.217|:80... failed: Connection timed out.
Retrying.
Kind regards,
Genevieve