Re: [Lustre-discuss] Can't install lustre-tests

2013-07-23 Thread Henwood, Richard
On Fri, 2013-07-19 at 00:00 +, Dilger, Andreas wrote:
 On 2013/07/18 3:36 PM, Prakash Surya sur...@llnl.gov wrote:
 
 Is there a public yum repo one can use for installing lustre packages?
 
 Don't quote me, but I think that every Jenkins build is a YUM repo.
 

I have had success installing 'lastSuccessfulBuild' direct from
build.whamcloud.com with a '/etc/repos.d/lustre.repo' file that
included:

[hpddLustreserver]
name=CentOS-$releasever - Lustre
baseurl=http://build.whamcloud.com/job/lustre-master/arch=x86_64%2Cbuild_type=server%2Cdistro=el6%2Cib_stack=inkernel/lastSuccessfulBuild/artifact/artifacts/
gpgcheck=0
 
[e2fsprogs]
name=CentOS-$releasever - Ldiskfs
baseurl=http://build.whamcloud.com/job/e2fsprogs-master/arch=x86_64%2Cdistro=el6/lastSuccessfulBuild/artifact/_topdir/RPMS/
gpgcheck=0

[hpddLustreclient]
name=CentOS-$releasever - Lustre
baseurl=http://build.whamcloud.com/job/lustre-master/arch=x86_64%2Cbuild_type=client%2Cdistro=el6%2Cib_stack=inkernel/lastSuccessfulBuild/artifact/artifacts/
gpgcheck=0


NOTE: the 'baseurl' entry is a single line entry immediately before
gpgcheck.

cheers,
Richard
-- 
richard.henw...@intel.com
High Performance Data Division
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-07-22 Thread Prakash Surya
Interesting.. Any chance somebody can provide an example URL?

-- 
Cheers, Prakash

On Fri, Jul 19, 2013 at 12:00:18AM +, Dilger, Andreas wrote:
 On 2013/07/18 3:36 PM, Prakash Surya sur...@llnl.gov wrote:
 
 Is there a public yum repo one can use for installing lustre packages?
 
 Don't quote me, but I think that every Jenkins build is a YUM repo.
 
 Cheers, Andreas
 
 On Thu, Jun 20, 2013 at 03:07:56PM +, Lee, Brett wrote:
  CY,
  
  If you have yum repo's configured, you should be able to use 'yum'
 instead of 'rpm', like:
  
  # yum install lustre-tests-2.1.5-*
  
  --
  Brett Lee
  Sr. Systems Engineer
  Intel High Performance Data Division
  
  From: lustre-discuss-boun...@lists.lustre.org
 [mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Chan Ching
 Yu, Patrick
  Sent: Thursday, June 20, 2013 8:49 AM
  To: lustre-discuss@lists.lustre.org
  Subject: [Lustre-discuss] Can't install lustre-tests
  
  Hi,
  
  I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the
 file libmpi.so.1.
  
  # rpm -ivh 
 lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
  error: Failed dependencies:
  libmpi.so.1()(64bit) is needed by
 lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64
  
  Which RPM contains the file libmpi.so.1?  Thanks very much.
  
  Regards,
  CY
 
  ___
  Lustre-discuss mailing list
  Lustre-discuss@lists.lustre.org
  http://lists.lustre.org/mailman/listinfo/lustre-discuss
 
 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss
 
 
 
 Cheers, Andreas
 -- 
 Andreas Dilger
 
 Lustre Software Architect
 Intel High Performance Data Division
 
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-07-22 Thread Ned Bass
On Mon, Jul 22, 2013 at 09:20:30AM -0700, Prakash Surya wrote:
 Interesting.. Any chance somebody can provide an example URL?

If you browse to Status - Build Artifacts for a Jenkins build, there is
a link to download all files as a zip file.  There is a repodata
directory there, so I suspect the unzipped archive could be used as a
local yum repo.  However, I get a permission denied error, or sometimes
an authentication popup, when I click the zip file link.  I opened a
Jira issue to report the permission problem.

https://jira.hpdd.intel.com/browse/LU-3615

Ned
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-07-18 Thread Prakash Surya
Is there a public yum repo one can use for installing lustre packages?

-- 
Cheers, Prakash

On Thu, Jun 20, 2013 at 03:07:56PM +, Lee, Brett wrote:
 CY,
 
 If you have yum repo's configured, you should be able to use 'yum' instead of 
 'rpm', like:
 
 # yum install lustre-tests-2.1.5-*
 
 --
 Brett Lee
 Sr. Systems Engineer
 Intel High Performance Data Division
 
 From: lustre-discuss-boun...@lists.lustre.org 
 [mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Chan Ching Yu, 
 Patrick
 Sent: Thursday, June 20, 2013 8:49 AM
 To: lustre-discuss@lists.lustre.org
 Subject: [Lustre-discuss] Can't install lustre-tests
 
 Hi,
 
 I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the file 
 libmpi.so.1.
 
 # rpm -ivh lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
 error: Failed dependencies:
 libmpi.so.1()(64bit) is needed by 
 lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64
 
 Which RPM contains the file libmpi.so.1?  Thanks very much.
 
 Regards,
 CY

 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss

___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-07-18 Thread Dilger, Andreas
On 2013/07/18 3:36 PM, Prakash Surya sur...@llnl.gov wrote:

Is there a public yum repo one can use for installing lustre packages?

Don't quote me, but I think that every Jenkins build is a YUM repo.

Cheers, Andreas

On Thu, Jun 20, 2013 at 03:07:56PM +, Lee, Brett wrote:
 CY,
 
 If you have yum repo's configured, you should be able to use 'yum'
instead of 'rpm', like:
 
 # yum install lustre-tests-2.1.5-*
 
 --
 Brett Lee
 Sr. Systems Engineer
 Intel High Performance Data Division
 
 From: lustre-discuss-boun...@lists.lustre.org
[mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Chan Ching
Yu, Patrick
 Sent: Thursday, June 20, 2013 8:49 AM
 To: lustre-discuss@lists.lustre.org
 Subject: [Lustre-discuss] Can't install lustre-tests
 
 Hi,
 
 I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the
file libmpi.so.1.
 
 # rpm -ivh 
lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
 error: Failed dependencies:
 libmpi.so.1()(64bit) is needed by
lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64
 
 Which RPM contains the file libmpi.so.1?  Thanks very much.
 
 Regards,
 CY

 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss

___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss



Cheers, Andreas
-- 
Andreas Dilger

Lustre Software Architect
Intel High Performance Data Division


___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-07-18 Thread Bob Ball
The documentation suggests using
yum localinstall 
lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
That worked well for me, and found the dependent rpm just fine, 
openmpi-1.5.4-1.el6.x86_64

bob

On 7/18/2013 8:00 PM, Dilger, Andreas wrote:
 On 2013/07/18 3:36 PM, Prakash Surya sur...@llnl.gov wrote:

 Is there a public yum repo one can use for installing lustre packages?
 Don't quote me, but I think that every Jenkins build is a YUM repo.

 Cheers, Andreas

 On Thu, Jun 20, 2013 at 03:07:56PM +, Lee, Brett wrote:
 CY,

 If you have yum repo's configured, you should be able to use 'yum'
 instead of 'rpm', like:

 # yum install lustre-tests-2.1.5-*

 --
 Brett Lee
 Sr. Systems Engineer
 Intel High Performance Data Division

 From: lustre-discuss-boun...@lists.lustre.org
 [mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Chan Ching
 Yu, Patrick
 Sent: Thursday, June 20, 2013 8:49 AM
 To: lustre-discuss@lists.lustre.org
 Subject: [Lustre-discuss] Can't install lustre-tests

 Hi,

 I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the
 file libmpi.so.1.

 # rpm -ivh
 lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
 error: Failed dependencies:
  libmpi.so.1()(64bit) is needed by
 lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64

 Which RPM contains the file libmpi.so.1?  Thanks very much.

 Regards,
 CY
 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss
 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss


 Cheers, Andreas

___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-06-20 Thread Lee, Brett
CY,

If you have yum repo's configured, you should be able to use 'yum' instead of 
'rpm', like:

# yum install lustre-tests-2.1.5-*

--
Brett Lee
Sr. Systems Engineer
Intel High Performance Data Division

From: lustre-discuss-boun...@lists.lustre.org 
[mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Chan Ching Yu, 
Patrick
Sent: Thursday, June 20, 2013 8:49 AM
To: lustre-discuss@lists.lustre.org
Subject: [Lustre-discuss] Can't install lustre-tests

Hi,

I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the file 
libmpi.so.1.

# rpm -ivh lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
error: Failed dependencies:
libmpi.so.1()(64bit) is needed by 
lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64

Which RPM contains the file libmpi.so.1?  Thanks very much.

Regards,
CY
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-06-20 Thread Chan Ching Yu, Patrick
After installing openmpi with yum, I can install lustre-tests now.

Thanks very much.

Regards,
CY

-原始邮件- 
From: Diep, Minh
Sent: Thursday, June 20, 2013 11:07 PM
To: Chan Ching Yu, Patrick ; lustre-discuss@lists.lustre.org
Subject: Re: [Lustre-discuss] Can't install lustre-tests

I believe it's openmpi

Thanks
-Minh

From: Chan Ching Yu, Patrick 
cyc...@clustertech.commailto:cyc...@clustertech.com
Date: Thursday, June 20, 2013 7:49 AM
To: 
lustre-discuss@lists.lustre.orgmailto:lustre-discuss@lists.lustre.org 
lustre-discuss@lists.lustre.orgmailto:lustre-discuss@lists.lustre.org
Subject: [Lustre-discuss] Can't install lustre-tests

Hi,

I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the file 
libmpi.so.1.

# rpm -ivh lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
error: Failed dependencies:
libmpi.so.1()(64bit) is needed by 
lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64

Which RPM contains the file libmpi.so.1?  Thanks very much.

Regards,
CY 

___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Can't install lustre-tests

2013-06-20 Thread Nguyen Viet Cuong
Hi,

Next time you may want to try:

# yum localinstall
lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm

yum localinstall will try to install dependencies for you.

Regards,
Cuong


On Thu, Jun 20, 2013 at 11:49 PM, Chan Ching Yu, Patrick 
cyc...@clustertech.com wrote:

   Hi,

 I cannot install lustre-tests rpm on my CentOS 6.3, it depends on the file
 libmpi.so.1.

 # rpm -ivh lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64.rpm
 error: Failed dependencies:
 libmpi.so.1()(64bit) is needed by
 lustre-tests-2.1.5-2.6.32_279.19.1.el6_lustre.x86_64.x86_64

 Which RPM contains the file libmpi.so.1?  Thanks very much.

 Regards,
 CY

 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss


___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss