Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psconfig remote command #491

Closed
rhclopes opened this issue Nov 7, 2024 · 1 comment
Closed

psconfig remote command #491

rhclopes opened this issue Nov 7, 2024 · 1 comment
Assignees

Comments

@rhclopes
Copy link

rhclopes commented Nov 7, 2024

we have a host that seems to be running tests for old meshes that have been removed from its configuration. And it may be sending results only to the old archivers.

Problem:

  • the host was subscribed to several meshes, but the 'psconfig remote list' seemed inconsistent, see [0].
  • all meshes were removed and one mesh added, See [1]
  • The host mostly doesn't publish throughput results: 3 results in 7 days, zero in 24h.
  • The host's dashboard, see [2], actually shows that tests are running and throughput results are available.
  • The host page for throughput still shows results obtained on Nov 7, for hosts in meshes that were removed on Nov 5. See
    t2ps-bandwidth2.physics.ox.ac.uk in [2].
  • Some hosts that are in the present mesh, added in [1], do not show in the destination hosts presented in [3]. For example,
    ps-small-slough.perf.ja.net.

Raul

[0] 'psconfig remote list' on Nov 5

Why ds2-london only present in the 'Grafana Agent section?


root@heplni019 brew]# psconfig remote list
=== pScheduler Agent ===
[
   {
      "url": https://130.246.133.238/psconfig/external.json,
      "configure-archives": true
   },
   {
      "url": https://psconfig.opensciencegrid.org/pub/auto/hep-ps-bw-bp.pp.rl.ac.uk,
      "configure-archives": true
   },
   {
      "url": https://psconfig.opensciencegrid.org/pub/auto/hep-ps-lt-bp.pp.rl.ac.uk,
      "configure-archives": true
   }
]
 
=== Grafana Agent ===
[
   {
      "url": https://ds2-london.perf.ja.net/psconfig/ds2-psconfig.json
   }
]

[1] 'psconfig remote list; after removing all meshes and adding ds2-london meshes. This list seems now well-formed.


[root@heplni019 brew]# psconfig remote list
=== pScheduler Agent ===
[]
 
=== Grafana Agent ===
[]
[root@heplni019 brew]# psconfig remote add https://ds2-london.perf.ja.net/psconfig/ds2-psconfig.json
=== pScheduler Agent ===
Added remote configuration https://ds2-london.perf.ja.net/psconfig/ds2-psconfig.json
 
=== Grafana Agent ===
Added remote configuration https://ds2-london.perf.ja.net/psconfig/ds2-psconfig.json
[root@heplni019 brew]# psconfig remote list
=== pScheduler Agent ===
[
   {
      "url": https://ds2-london.perf.ja.net/psconfig/ds2-psconfig.json
   }
]
 
=== Grafana Agent ===
[
   {
      "url": https://ds2-london.perf.ja.net/psconfig/ds2-psconfig.json
   }
]
 

[2] The perfsonar host page shows throughput results published

host page

[3] Throughput test for the host hep-ps-lt-bp.pp.rl.ac.uk

throughput tests

@github-project-automation github-project-automation bot moved this to Ready in perfSONAR Nov 7, 2024
@arlake228 arlake228 self-assigned this Jan 8, 2025
@arlake228
Copy link
Contributor

It looks like maybe some meshed got added with --agent or before the Grafana agent was installed. I can recreate otherwise. I am going to close for now, can reopen if resurfaces.

@github-project-automation github-project-automation bot moved this from Ready to Done in perfSONAR Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants