dsa110 / dsa110-issues

Issue tracker for all DSA-110 work
0 stars 0 forks source link

Unable to reach grafana dashboard and query influxdb #286

Open mbsherma opened 4 months ago

mbsherma commented 4 months ago

I am currently unable to reach the grafana dashboard or query from influxdb. By my understanding, they should be reachable via dsa110maas or dsastorage, which I am able to reach by ssh over the ovro network (e.g. dsastorage.ovro.pvt and dsa110maas.ovro.pvt). When I tried using 'ping grafanaservice.sas.pvt and ping influxdbservice.sas.pvt', I get the error 'Destination Host Unreachable'. Are they reachable over another network? I'm aware this may just be due to the changes during commissioning and become more stable later on.

Thanks!

kembyct commented 4 months ago

I think you should get on lwamaas system in order to access those. It's a separate gateway.

mbsherma commented 4 months ago

@kembyct Ok, I don't think I have access to lwamaas, what hostname should I use to ssh there? And which ports are used for grafana, etc.? Currently I have this for dsa110maas in my .ssh/config, so I assume its something similar:

Host dsa110maas
    user ubuntu
    hostname dsa110maas.ovro.pvt
    ProxyJump ovro
    LocalForward 3000 grafanaservice:3000
    LocalForward 5008 dsa-storage.ovro.pvt:5008
    LocalForward 5240 localhost:5240
    LocalForward 9090 webserveruiservice:9090
mbsherma commented 4 months ago

@rh-codebase @kembyct Vikram informed me that h00 is currently refusing to boot, and that is likely the cause of this. We can pause on this issue until its back online.

kembyct commented 4 months ago

OK. But it's reachable from lwamaas. I tried it.

kembyct commented 4 months ago

I take it back. I've just noticed the grafana on lwa system is seperate from the one on dsa system. I'll look further into this, and get back to you shortly. Thanks.

rh-codebase commented 4 months ago

dsa110maas is the correct gw to use. dsa110 is separate from lwa but they do use the same paradigm. grafana, influx are separate and exist for lwa and dsa.

@mbsherma The reason they are not reachable is because the server hosting those services is down. Trying to get it back online.

mbsherma commented 4 months ago

Gotcha, Vikram informed me about the down server as well, thanks for taking a look!