Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Mesh configuration question

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Mesh configuration question


Chronological Thread 
  • From: Byron Hicks <>
  • To: "" <>
  • Subject: Re: [perfsonar-user] Mesh configuration question
  • Date: Wed, 04 Feb 2015 12:27:28 -0600

Never mind. I fixed it. Here was the problem:

> So I tried this first:
>
> address hstntx1w-ps1-eth0-300.nms.tx-learn.net
> address hstntx1w-ps1-eth0-301.nms.tx-learn.net
>
> And I get the following error:
>
> 2015/02/04 11:46:50 (12937) ERROR> Agent.pm:351
> perfSONAR_PS::MeshConfig::Agent::__configure_host - Multiple 'host'
> elements associated with the addresses on this machine:
> hstntx1w-ps1-eth0-300.nms.tx-learn.net,
> hstntx1w-ps1-eth0-301.nms.tx-learn.net

The "Multiple 'host' elements associated with the addresses on this
machine" is not an error on the agent_configuration.conf, but with the
mesh_configuration itself.

I had defined the host twice:

<host>
description HSTNTX1W
address hstntx1w-ps1-eth0-300.nms.tx-learn.net
</host>

<host>
description LEARN-HSTN-PAS
address hstntx1w-ps1-eth0-300.nms.tx-learn.net
</host>

Which will not work. Instead I changed it to:

<host>
description HSTNTX1W
address hstntx1w-ps1-eth0-300.nms.tx-learn.net
address hstntx1w-ps1-eth0-301.nms.tx-learn.net
</host>

Which works fine. <headslap>

--
--
Byron Hicks

Lonestar Education and Research Network



Archive powered by MHonArc 2.6.16.

Top of Page