perfsonar-user - [perfsonar-user] issues with setting up a maddash mesh
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: "Robinson, John-Paul" <>
- To: "" <>
- Subject: [perfsonar-user] issues with setting up a maddash mesh
- Date: Fri, 21 Sep 2018 17:12:37 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:o8+7EhV4Y7CPglHD5XbfA4W8dBDV8LGtZVwlr6E/grcLSJyIuqrYZRSGvKdThVPEFb/W9+hDw7KP9fy4BipYud6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9uLhi6txndutULioZ+N6g9zQfErGFVcOpM32NoIlyTnxf45siu+ZNo7jpdtfE8+cNeSKv2Z6s3Q6BWAzQgKGA1+dbktQLfQguV53sTSXsZnxxVCAXY9h76X5Pxsizntuph3SSRIMP7QawoVTmk8qxmTgLjhiUaOD4j6GzZitJ+gr9HoByvpBJwzY/Ub52aOvVxZa7dYcgVSHBdUspNWSFMAIWxZJYPAeobOuZYqpHwq1USoxu5HgasBeXvyiRPhn/wxaExzuAvEQbG3AwmBt4Aqm7brMjxNKscTOu4y6vIzS3Zb/5NxDfy8pPHfgo/rv6RQLJ9aMzcwlQhGQPCi1Wfs43lPzWN2+QQr2eb9PdvWfixhGE6tgF9uiOvxsAji4XTgIIa1EzE+CNky4g2Pd21UFB3bsS4HJdNsiyWKpZ6Tt4nTmFmtys21qEKtJu1fCcUx5kr2RvSZvmFfoSW7B/vTPidLDZliH55fb+zmhm//Eulx+HhWMm4zEpGoy9En9XQqnwByxne58eZRvZy/Uqs3CyA2g7N5exEJE04i7bUJp0lz7M1lJcevlnPHiHulEX4kqCbdVko9+2t5unnYrjrppCROop6hw7lNqkjmMmyDfklPgcQQWeW/P+z2b798ULjRrhBk+c4nbPDsJ/AIMQWvq65DBFR0oYk8xuxFyur3tMEkXUaNV5IZRCIg5bwN1HJO//3E+2zg1OxkDd33P/GOaDhApPQIXTZiLfhZ7F961JCxwUv0dBf5pVUCrcbLPL0R0/xqNjYDhg+Mwy32eroFNJ91oYGVWKOBK+WLr/SvEeW6u01P+WAeYoYtCvgJ/Q44vPug3A0lUMBcaSs05sYdn+1EupjLkicY3fgnNkMHX8PvgUkTezqjFOCUSRUZ3a3R6885Ck7CJi9AIfeXI+im6aN0zmmEZ1LfmxGEEyDEW/0d4WYXPcBcDqSLdF7kjwKTrihTIkh2gu0tAPj1rpnNfTb+jcDuJLn1dh1/PHTlQos+TBuDsSd1X2NQH9unmMOWTA2wL5zrVZjxViezKgry8BfQJZL6ulHSQA8PISZ0vd3EfjzXB7MZNGEVAzgT9m7S3llVt8rzcQJZU9nXsi5gwrr3iy2DqUTmqDRQpE47/SP8WL2IpM38XHM1a86iF9iCulINWvjvqdi80KbU4zRiW2EnqzseKgBin2evFyfxHaD6RkLGDV7Vr/ICChFPBnfsMj560XeTrSnFbUgNE5bxNWfLrdRN4e7lk1IEfHkPtmWI3m8nWu9H16p/vuNd8KrM34YwD2bDUEFlw4J+nPTNxAkLjqoqSTTACE9XV8=
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi,
We've been working on a setting up a test mesh for a workshop at SoX
(all nodes on same lan, all 1GigE nics).
Followed the steps as outlined here with minor adjustment for the
maddash service name change in 4.1.x
https://bozeman-fiona-workshop.ucsd.edu/materials/exercises-perfsonar-centralmanagement.htm
The mesh config was built from the skeleton example and published by
psconfig to:
https://soxws14.sox.net/psconfig/mesh-soxws.json
The nodes in the mesh seem to be picking up the config and the maddash
is displaying the grid:
https://soxws14.sox.net/maddash-webui/index.cgi?dashboard=SoX%20FIONA%20Workshop%20Measurements
There appears to be a problem ingesting the test results into the esmond
though. The configuration has been up for several hours but only tests
originating from the host running the maddash are appearing in the data.
We populated the permissions for the esmond like so, where the input
provides the IP of each node in the mesh:
for node in `cat soxws-nodes`
do
ip=`host $node | cut -d" " -f4`
echo $ip
sudo /usr/sbin/esmond_manage add_user_ip_address example_user $ip
143.215.191.0/26
done
We suspect something is up with cassandra the status shows somewhat
confusing output "active (exited)":
workshop@soxws14:~/projects/mesh$ sudo systemctl status cassandra
● cassandra.service - SYSV: Starts and stops Cassandra
Loaded: loaded (/etc/rc.d/init.d/cassandra; bad; vendor preset:
disabled)
Active: active (exited) since Fri 2018-09-21 16:43:46 UTC; 24min ago
Docs: man:systemd-sysv-generator(8)
Process: 5622 ExecStop=/etc/rc.d/init.d/cassandra stop (code=exited,
status=1/FAILURE)
Process: 5934 ExecStart=/etc/rc.d/init.d/cassandra start
(code=exited, status=0/SUCCESS)
Sep 21 16:43:46 soxws14.sox.net systemd[1]: Starting SYSV: Starts and
stops Cassandra...
Sep 21 16:43:46 soxws14.sox.net su[5943]: (to cassandra) root on none
Sep 21 16:43:46 soxws14.sox.net cassandra[5934]: Starting Cassandra: OK
Sep 21 16:43:46 soxws14.sox.net systemd[1]: Started SYSV: Starts and
stops Cassandra.
There are reports of this behavior being associated with java versions
and cassandra. Having followed stock steps for perfsonar central
management install, I wouldn't expect that to be an issue.
Curious if there are any insights on potential issues or where to look.
Thanks,
John-Paul
- [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Michael Johnson, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Michael Johnson, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/22/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Michael Johnson, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/21/2018
- Re: [perfsonar-user] issues with setting up a maddash mesh, Robinson, John-Paul, 09/21/2018
Archive powered by MHonArc 2.6.19.