Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Enterprise Linux bundle question

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Enterprise Linux bundle question


Chronological Thread 
  • From: Adam Griffith <>
  • To: "" <>
  • Subject: [perfsonar-user] Enterprise Linux bundle question
  • Date: Fri, 30 Jun 2023 20:04:54 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=utah.edu; dmarc=pass action=none header.from=utah.edu; dkim=pass header.d=utah.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=KpMCp6rLP6HFkFqzT3N+Kfv0EQG3gGF84hGulvgyPLs=; b=k6njZWNd6BebBTPOLZW7kjN3jLOOa5tpnZhfieaQPv1rXlYoPzk0qQ+87u+68e8VeL3YWHsT9lRCLGifgKHmfKjMnDCHfZ976Gg3wWEyNpnGGl9q94Mzk2PrVe6qFOztBVsD+OcMSYha+A2EdgCr6wK8DxcH6gN7yObobVIt+7ml1t7SgE0ARyXN13U9GgvwU0u8EVTxavVlAAs/dUHZ2UOWJnjlO0X0e1uTB/h5KdIsMkE5lYPPE+kkfUf1xhGic2LNanwWc5MKs5hs6F3Ljh7nZrZJXDslJILg+2UtyZ4t1K8CXLwYh1fMS/ksOK5/fgsyZVvWNsm8e7Gcjid4Mg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cdrZMDjSkTrnGpEpEPhcKN7CAY0xlOdAQTNVd1mc+5xyurGanp4tEnaGcMZV1S8VzAQ/5Gr4FPAinE8bYSZSVqsgTn3Dc64QxUC0dD2CmNLt8l1UKu419cgIreH2043XVDthoz/9ccYeWroIl3VoEavlPR5qo9JvHASP5wAl6/ddFqhxmjJz7S6TuL2c7ggLqjawTQXe855nGE6IiFQ0SpVN7SBAp7M8GKhcrYel66GrVN/axW9KcTipJIec4Rybba1wK3hDgOnbkjjd7Jrv415S8AgxlfFXTYsSZFLQuQ7jHZv3ZYnVPbfuAWppZBx9o9ErBZ1LFXiepyDycdeIBg==
  • Msip_labels:

Hi All,

A general Enterprise Linux bundle query. According to the currently published version of the online docs, in order to install a perfSONAR `5.0.3` bundle we must note that `5.0.3` corresponds to version `0.11.1` of this RPM (using `el7` as an arbitrary example):

```text
http://software.internet2.edu/rpms/el7/x86_64/latest/packages/perfsonar-repo-0.11-1.noarch.rpm
```

After installing the RPM above, we can search for available packages and receive the expected `5.0.3` results.

```shell
[root@4e618e7e63c4 /]# yum list perfsonar* --showduplicates
Loaded plugins: fastestmirror, ovl
...    
Installed Packages
perfsonar-repo.noarch                                           0.11-1                         @/perfsonar-repo-0.11-1.noarch
Available Packages
perfsonar-archive.noarch                                        5.0.3-1.el7                    perfSONAR                    
perfsonar-archive.noarch                                        5.0.3-1.el7                    perfSONAR                    
perfsonar-common.noarch                                     5.0.3-1.el7                    perfSONAR
...
```

Is there instead a YUM/DNF repository containing all versions of the various bundles and RPMS?

E.g.

```shell
[root@4e618e7e63c4 /]# yum list perfsonar-* --showduplicates
Loaded plugins: fastestmirror, ovl
...    
Installed Packages
...
Available Packages
perfsonar-archive.noarch                                        5.0.1-1.el7                    perfSONAR                    
perfsonar-archive.noarch                                        5.0.2-1.el7                    perfSONAR                    
perfsonar-archive.noarch                                        5.0.3-1.el7                    perfSONAR
perfsonar-common.noarch                                     5.0.1-1.el7                    perfSONAR
perfsonar-common.noarch                                     5.0.2-1.el7                    perfSONAR
perfsonar-common.noarch                                     5.0.3-1.el7                    perfSONAR
...
```


Cheers,

Adam Griffith

DevOps Engineer
University of Utah

Center for High Performance Computing
155 South 1452 East RM 405
Salt Lake City, UT 84112
http://map.utah.edu/?buildingnumber=19




Archive powered by MHonArc 2.6.24.

Top of Page