Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] I'm having problems with the Centos Archive Bundle

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] I'm having problems with the Centos Archive Bundle


Chronological Thread 
  • From: Phil Reese <>
  • To: "" <>
  • Subject: [perfsonar-user] I'm having problems with the Centos Archive Bundle
  • Date: Wed, 31 May 2023 09:38:38 -0700
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stanford.edu; dmarc=pass action=none header.from=stanford.edu; dkim=pass header.d=stanford.edu; 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=Y9n6dafrrZHRTGTN80cIKYs/SGDLFTAjj1GTJi+W2L4=; b=NtldZH+G6tSmXC5GCB/IDmV/6/344KKpM/wdHqnGhF3xkCmB04gaRKTkFBbsqu++4VtapCS2K1tsOzcq+bg2d6EXiE5g5J14n4O+/+ImCVQZm2Gf/S0NcxK6WUj4Zjm5w/qfooumE26fvRvgykNi96AdOh9Apyg5sXwVBkAFUgyJqDTLlmrYWV5gjl6GhgSx5/R4fKK14YbIRxZpbMmtpzVzV2FnuhuypoaRzkuqIWHfFgDJahh5HlY05D9y9npJVDwd1QMyGmK+hvFJw4vib3zHn4z4WKsUX12WgvyedZW8JCx5j30jg+BvE6D4fl/rY0DR7bZrejAUQCnC8LVedw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CQSTjz85mwKFo8o5FthcibixNLbX8sHcS5R/3lIRhLurxMOl6WhldGZW762/aUn2cS6orRTGkc7BSJ4ymDDB1+FJNsYXchroT1p2PkHq4RITxt4kvQ8s2SivkwR1/Ir8tMwU+v7aMYA+5nXSYgIPolasLj5xD/+WcNGVFV15LY5iotW5GmYlza1dSTBY/jtLYsrBQ2oox47AClPBdTcZ7pbM8w3b3NrqUSWV1C646UToxZFteef5TkXcRpMGtCeWwqCb6NGUzxLEfiPjLzUvlEMA56u+jJoQhLChXdGc8SIfqjocnk4jbASLMhTdK7uAR83V1CGjnQp/YS0EVo6luQ==

I've tried to use the Centos Archive bundle several (ok, many) times.  I've never gotten it to work.

Please provide any suggestions to get past this bump.

Thanks,
Phil


Here are reproducible steps to my issue:

Start with a fresh Centos 7 install and update it.

yum install epel-release -y
yum install http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfsonar-repo-0.11-1.noarch.rpm -y
yum clean all

yum install perfsonar-archive

systemctl status opensearch

● opensearch.service - OpenSearch
   Loaded: loaded (/usr/lib/systemd/system/opensearch.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 09:01:23 PDT; 35s ago

nmap of Centos Archive host:

$ nmap -Pn archvier  (used -Pn at nmap's suggestion, otherwise it wasn't able to scan the host)
Starting Nmap 7.93 ( https://nmap.org ) at 2023-05-31 08:53 PDT
Nmap scan report for archive (192.168.0.19)
...
PORT   STATE SERVICE
22/tcp open  ssh

Manually open the http and https ports with firewalld.

The Grafana Data Source plugin gives this error to 'http(or s)://archive.ufixu.com/opensearch' use in the URL line;

OpenSearch error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>

I've had toolkits pointed at the archive host but I don't know how to determine if any data was collected nor was any seen in Grafana.

-----
Switching to the use of the Debian bundle on Ubuntu20, things proceed much smoother.

systemctl status opensearch

● opensearch.service - OpenSearch
     Loaded: loaded (/lib/systemd/system/opensearch.service; enabled; vendor pr>
     Active: active (running) since Wed 2023-05-31 01:03:34 UTC; 14h ago

nmap of archive host (no need for the -Pn option to scan the host)

$ nmap archive
Starting Nmap 7.93 ( https://nmap.org ) at 2023-05-31 08:34 PDT
Nmap scan report for archive (192.168.1.218)
...
PORT    STATE SERVICE
22/tcp  open  ssh
80/tcp  open  http
443/tcp open  https

The Grafana Data Source plugin is happy with 'https://archive.ufixu.com/opensearch' and the archive tool is able to collect data and show in Grafana.




  • [perfsonar-user] I'm having problems with the Centos Archive Bundle, Phil Reese, 05/31/2023

Archive powered by MHonArc 2.6.24.

Top of Page