Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Lookup Service Registration conf

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Lookup Service Registration conf


Chronological Thread 
  • From: Darryl K Wohlt <>
  • To: "" <>
  • Subject: [perfsonar-user] Lookup Service Registration conf
  • Date: Mon, 5 Jun 2023 19:39:33 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fnal.gov; dmarc=pass action=none header.from=fnal.gov; dkim=pass header.d=fnal.gov; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=iH1K+037tgivaqskuzpJ2q0f2a2IZBoQCSh0CQTCt4c=; b=HX+jxaglzJ6TAKw309B88QUGWRdTh5uV5zGb91bTA8Juv7Mk+euZEYfW1vI7w65uThcRlfZWUXkvl7Gnf1oNc9YGnF0o1GLzryZhkeVOAPjsk4FlqMWC0EIy1JFlU0PBgnHB4CRFFuNzMWgdiaF6jkd/D2wrvUqPJs8h3ckr61H59lZ38KsevRBF2yc4YifLCpmli63CKCnx4n1sg3R4TSqI4ItCBTFRzs1HVeV4NYI4mvtCkNekUhJmE62NlAGEK2IrOUOrvsKJghJWG7jolRVrFCek/emgWhoEOOc72yWyrDUvXhPkwg3Y7+/e7+vPA0bhBwSNEtGDyOhWomCdhg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LnIGoc7HkJWIwyLUKihCqtwNQH5ulGHMYrm8CxX3Wl/4Yrg6mpI/uYyNalsXJxaSaw0g+cKn8NsGemPzypRV+HnJTRemxUqFqEThsnkSB3j5n1aGfu3aajy3m7MdPSHNcQLk0g8YPpabqELLCCEkF43dNSDZ4b4slxCZRiJAOFruloiOYYaRb7M+FluO36z4Po992yL1HIc1SZOIDKVFtu5GFOegwtOHEgF31f34SuE6y+iWEJbHwFIZV1gxtjwvmFX7WIHDZRHO+BkPH7j250NawBAfTMNtKsLlmM9yxq2w4Q/TPJNLq5nW2GbGIKCV1+nM5tni6feOH11g2ehNow==

Hi Everyone,

 

I have an instance with two interfaces, one intended for bandwidth, and the other for latency.  I just noticed that all the tests (bandwidth, latencybg, trace) are running on the first interface.  Lookup Service confirms that is indeed what is advertised.

 

After reading the documentation for /etc/perfsonar/lsregistrationdaemon.conf I attempted to define which interfaces to use for each test type (see below).  After modifying the file I restarted perfsonar-lsregistrationdaemon.service. 

 

Right away there were some errors.

2023/06/05 14:03:59 (2569) INFO> lsregistrationdaemon.pl:311 main:: - Configuration file change detected, refreshing records.

2023/06/05 14:04:02 (19416) ERROR> TCP_Service.pm:54 perfSONAR_PS::LSRegistrationDaemon::Services::TCP_Service::init - No address available for service. All private addresses were ignored. Please set allow_internal_addresses if you wish to use a private address.

2023/06/05 14:04:02 (19416) ERROR> Host.pm:331 perfSONAR_PS::LSRegistrationDaemon::Host::init_subordinates - Error: Couldn't initialize service type: OWAMP Server

2023/06/05 14:04:02 (19416) ERROR> Config.pm:124 perfSONAR_PS::LSRegistrationDaemon::Utils::Config::init_site - Error: Couldn't initialize host watcher

 

I’d appreciate any guidance.

 

Thanks

Darryl

 

Darryl K. Wohlt

Senior Network Analyst

 

CCD/NCS/Network Services

Fermi National Accelerator Laboratory

P.O. Box 500, MS 368

Batavia, Illinois 60510

USA

 

630 840 2901 office

630 945 5687  mobile

www.fnal.gov

 


access_policy   public

add_signature   0

<administrator>

    email  

    name   Darryl Wohlt

</administrator>

allow_internal_addresses   0

check_interval   3600

city   Batavia

country   US

latitude   41.8415

longitude   -88.254669

organization   Fermilab

region   IL

<service_template>

    <local_bandwidth_service>

               interface enp4s0

        autodiscover_addresses   0

    </local_bandwidth_service>

    <local_latency_service>

               interface enp5s0f0

        autodiscover_addresses   0

    </local_latency_service>

    <local_web_service>

               interface enp4s0

        autodiscover_addresses   0

    </local_web_service>

</service_template>

<site host>

    autodiscover   1

    autodiscover_interfaces   1

    is_local   1

    <service>

        inherits   local_latency_service

        type   owamp

    </service>

    <service>

        inherits   local_latency_service

        type   twamp

    </service>

    <service>

        autodiscover_tests   1

        autodiscover_tools   1

        https_port   443

        inherits   local_web_service

        service_version   pscheduler-1.0

        type   pscheduler

        url_path   /pscheduler

    </service>

    <service>

        autodiscover_tests   0

        http_port   80

        https_port   443

        inherits   local_web_service

        service_version   esmond-2.0

        type   ma

        url_path   /esmond/perfsonar/archive

    </service>

</site>

site_name   Fermilab

zip_code   60510




Archive powered by MHonArc 2.6.24.

Top of Page