Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] issues with setting up a maddash mesh

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] issues with setting up a maddash mesh


Chronological Thread 
  • From: "Robinson, John-Paul" <>
  • To: "" <>
  • Subject: Re: [perfsonar-user] issues with setting up a maddash mesh
  • Date: Fri, 21 Sep 2018 18:29:05 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:rjtnzhLvKhah0sNPjNmcpTZWNBhigK39O0sv0rFitYgfL/vxwZ3uMQTl6Ol3ixeRBMOHs60C07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffwdFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QLYpUjqg8qhrUgflhicZOTAk7GHZhM9+jKxZrx2vphxw34Hab46OOfpiZazQZ88WSXZPU8tTUSFKH4Oyb5EID+oEJetUoZXzp1wVohu/AwmsH+TvyjlQinTr2aM61OQhEQff0AI6Bd0OrXDUoNvoP6oVU+C11LPIwC7eb/xMwjjx8pbHfQ08ofyVW797bMTfyU4qFwzfj1WQr5ToPyiS1uUCqWSb6fRvVf6phmU6qA9xuiCiytowhoTGnI4YxVLJ+T93zYs0P9G0VVN3bcC8HJdOtiyWKpd6T8Y/T2xnuys3z6AKuZCncCQWzZkqxgLTZ+Cbf4WN7R/vSumcLDR9iX1/dr+wmRa//E2+xuLgVcS51FNHoyhKn9XRuHABzxLT5daER/dh+0qs3DaC2gDT5+xLJE05m7HUJpojz7M1i5YfrFrMETHzlUrtj6KaaF8r9+614Or9eLrmvIWTN4pshwH+LKsunsu/DPwgPAUSWGaX5fqw2KT+80PhXblGl/o2nbLHv5zAIsQbu7K5DBRS0oY+7RawEi2q0MwCnXkAMFJKZg6Ij5ToO1HJJvD0F/C/g0mwkDdvwPDGOb7hDo/RIXjElbftZbd960hCxwov1d1T+o5YB74bLP/8WEL9rtLVAx4jPwCp3urrFs1x1oYEVmKOBq+ZPrnSsViN5u83IemMfJUVtS3gK/c//PHil2E2lkIAfaWxx5sYdGi4Huh6I0WeeXfsmskOEX0EvgolS+zqjkeNUSRKa3avRKIz+Cs7BZmiDYfCXYCtnKeB0DmhEp1XYGBGFk6DEW3ud4qaR/cAdjieLdF8nTwZBvCdTNprzRy0uhT9zbN9a/fP9zcwtJT/2cJz6vGJ0xw+6HY8W9yQyW+WSGd9hCYVXDIs9KF5vUFnzFqfi+51j+EORvJJ4PYcGD09P5/a1Ot8T5jQXQLHO++AVVLsCoGkGSsZU9s7hdICfhAuSJ2Zkhnf0n/yUPcunLuRCclsqPiO1mXtJ8t713fN3bUgiF9jWMZUKGm6nfMlpRPLCdvPlEOU3+axeKIQ0TSF1V/LzHHG/QlDVRJoF6DMXHQRfEzT+Nbh/GvfRrXoBLg6YUNM
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Thanks for the hints.  I agree these are the likely problem places.

I stopped cassandra and that cleaned up the processes.   Started it up
but it has the same status.  While it was down, django did log
complaints about not getting to cassandra.  It doesn't say anything
about getting to cassandra, so it either is or is not reaching cassandra. :)

The systemctl status may be due to systemctl loosing track of the
process it starts.  I'll look there.

Considering the danjgo config, does it need a user/pass to connect
cassandra?  In the config that go created we have:

cassandra_servers = localhost:9160
cassandra_user =
cassandra_pass =

Given the complaints when cassandra went down, I'm favoring the IP authz
rules issue.  Any hints on what needs to be set here?  Is using a
generic user name valid or does that need to be explicitly configured?

I do see clients connecting to the maddash server via netstat (https and
owamp) so I assume they are succeeding on the TCP level at least.

John-Paul


On 09/21/2018 02:10 PM, Michael Johnson wrote:
> Hi,
>
> Comments below:
>
> On Fri, Sep 21, 2018 at 05:12:37PM +0000, Robinson, John-Paul wrote:
>
>> 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.
>
> To clarify a couple points, "active (exited)" means the service is
> *enabled* (this is what "active" means in this context), but it is not
> running (exited).
>
> I would suggest stopping cassandra using
> $ sudo systemctl stop cassandra
>
> and then checking to make sure there are no more cassandra processes
> running:
>
> $ ps aux | grep cassandra
>
> If there are any remaining processes, kill them. Then start cassandra
> back up.
>
> Your statement that local tests are being archived leads me to believe
> that cassandra is running and your other hosts are unable to
> authenticate (in this case, your ip auth may not be working).
>
> On the other hand, those Django errors usually mean Cassandra is
> down/unreachable from the point of view of esmond, regardless of what
> cassandra itself tells you.
> These two ideas do seem to conflict, but I'd try these steps to see
> where they gets you.
>
> Thanks,
> Michael
>




Archive powered by MHonArc 2.6.19.

Top of Page