Bret Goodfellow
2013-Sep-06 13:24 UTC
[Gluster-users] First-time GlusterFS yum install fizzles
I'm attempting to install GlusterFS on two RHEL 6 servers. When I attempt the yum install on the first server, I get the following messages: [root at duchesne1 yum.repos.d]# yum install glusterfs-3.3.0-1.el6.x86_64.rpm glusterfs-fuse-3.3.0-1.el6.x86_64.rpm glusterfs-geo-replication-3.3.0-1.el6.x86_64.rpm glusterfs-server-3.3.0-1.el6.x86_64.rpm Loaded plugins: refresh-packagekit, rhnplugin, security This system is receiving updates from RHN Classic or RHN Satellite. Setting up Install Process No package glusterfs-3.3.0-1.el6.x86_64.rpm available. No package glusterfs-fuse-3.3.0-1.el6.x86_64.rpm available. No package glusterfs-geo-replication-3.3.0-1.el6.x86_64.rpm available. No package glusterfs-server-3.3.0-1.el6.x86_64.rpm available. Error: Nothing to do You have new mail in /var/spool/mail/root [root at duchesne1 yum.repos.d]# I know this really isn't a GlusterFS issue, but does anyone know how to resolve the "No package available" messages. Thanks in advance, Bret -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20130906/25cb56fa/attachment.html>
Rejy M Cyriac
2013-Sep-06 14:07 UTC
[Gluster-users] First-time GlusterFS yum install fizzles
On 09/06/2013 06:54 PM, Bret Goodfellow wrote:> I?m attempting to install GlusterFS on two RHEL 6 servers. When I > attempt the yum install on the first server, I get the following messages: > > > > [root at duchesne1 yum.repos.d]# yum install > glusterfs-3.3.0-1.el6.x86_64.rpm glusterfs-fuse-3.3.0-1.el6.x86_64.rpm > glusterfs-geo-replication-3.3.0-1.el6.x86_64.rpm > glusterfs-server-3.3.0-1.el6.x86_64.rpmTake out the '.rpm' from the package names, as that is not part of the package name. yum install glusterfs-3.3.0-1.el6.x86_64 glusterfs-fuse-3.3.0-1.el6.x86_64 glusterfs-geo-replication-3.3.0-1.el6.x86_64 glusterfs-server-3.3.0-1.el6.x86_64 - rejy (rmc)> > Loaded plugins: refresh-packagekit, rhnplugin, security > > This system is receiving updates from RHN Classic or RHN Satellite. > > Setting up Install Process > > No package glusterfs-3.3.0-1.el6.x86_64.rpm available. > > No package glusterfs-fuse-3.3.0-1.el6.x86_64.rpm available. > > No package glusterfs-geo-replication-3.3.0-1.el6.x86_64.rpm available. > > No package glusterfs-server-3.3.0-1.el6.x86_64.rpm available. > > Error: Nothing to do > > You have new mail in /var/spool/mail/root > > [root at duchesne1 yum.repos.d]# > > > > > > I know this really isn?t a GlusterFS issue, but does anyone know how to > resolve the ?No package available? messages. > > > > Thanks in advance, > > > > Bret > > > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users >
Kaleb S. KEITHLEY
2013-Sep-06 16:01 UTC
[Gluster-users] First-time GlusterFS yum install fizzles
On 09/06/2013 09:24 AM, Bret Goodfellow wrote:> I?m attempting to install GlusterFS on two RHEL 6 servers. When I > attempt the yum install on the first server, I get the following messages: > > [root at duchesne1 yum.repos.d]# yum install > glusterfs-3.3.0-1.el6.x86_64.rpm glusterfs-fuse-3.3.0-1.el6.x86_64.rpm > glusterfs-geo-replication-3.3.0-1.el6.x86_64.rpm > glusterfs-server-3.3.0-1.el6.x86_64.rpm > > Loaded plugins: refresh-packagekit, rhnplugin, security > > This system is receiving updates from RHN Classic or RHN Satellite.^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^> > Setting up Install Process > > No package glusterfs-3.3.0-1.el6.x86_64.rpm available.> etc... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Community GlusterFS isn't available in any of the RHEL channels AFAIK. You can get community GlusterFS-3.2.7 from EPEL, or later versions from the GlusterFS.Org YUM repos at http://download.gluster.org/pub/gluster/glusterfs/repos/YUM/ Or if you have a RHS subscription you can get that from the associated RHEL channel. -- Kaleb