LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 03-04-2014, 11:11 PM   #1
phyogyi
LQ Newbie
 
Registered: Apr 2008
Location: Singapore
Distribution: CentOS, RHEL
Posts: 18

Rep: Reputation: 0
Unhappy How to install Heartbeat on RHEL 6 without Internet?


Dear all,

In my project, I have to install heartbeat but unfortunately there is no internet in the customer site. But we can connect to the server from my office remotely via VPN. I want to know whether can I install the heartbeat in RHEL 6.5 64bits without internet. If yes, guide me how to do?

Thanks.
 
Old 03-05-2014, 09:43 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by phyogyi View Post
Dear all,
In my project, I have to install heartbeat but unfortunately there is no internet in the customer site. But we can connect to the server from my office remotely via VPN. I want to know whether can I install the heartbeat in RHEL 6.5 64bits without internet. If yes, guide me how to do?
Thanks.
This makes absolutely no sense at all. If your customer has no Internet connection...HOW, exactly, are you able to VPN to the customer site???? What do you think the VPN runs over? Unless you have a dedicated circuit that the customer installed for you, you've got Internet....and how would they even do business WITHOUT an Internet connection???

And how you install it is the same way as you were told before:
http://www.linuxquestions.org/questi...ux-4175481539/

You would download the packages from the Red Hat network, and upload them to the customer server. Install from there. Again, unless you PAY FOR RHEL, you won't be able to download those packages. If you ARE paying for RHEL, then call Red Hat support, and ask them for a list of what you need to download to make this work, and check their knowledgebase, since they have complete instructions available to their customers...
 
Old 03-05-2014, 07:57 PM   #3
phyogyi
LQ Newbie
 
Registered: Apr 2008
Location: Singapore
Distribution: CentOS, RHEL
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks for your reply.

Actually they have internet but they restrict to access internet from our servers. We put one 3G broadband and in their data center before VPN hasn't ready. Now VPN is ready, so we remove the 3G broadband from the site.

Thanks again.
 
Old 03-05-2014, 09:27 PM   #4
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
reposync and createrepo are your friends. Talk to RH support about which channels you need to sync locally.
 
Old 03-06-2014, 09:00 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by phyogyi View Post
Thanks for your reply.
Actually they have internet but they restrict to access internet from our servers. We put one 3G broadband and in their data center before VPN hasn't ready. Now VPN is ready, so we remove the 3G broadband from the site.
So you tell them you need access to the Internet for one day to install what you need. Opening a firewall port for a little while is trivial...and, since you're PAYING FOR RHEL, you have access to the Red Hat network, so installation will be trivial. Read the man pages on the yum command, since one of the options is to just DOWNLOAD the packages/dependencies, without installing them. That will get all the packages onto one server, and you can deploy from there.

And again...have you contacted RHEL support????
 
Old 03-09-2014, 09:06 PM   #6
phyogyi
LQ Newbie
 
Registered: Apr 2008
Location: Singapore
Distribution: CentOS, RHEL
Posts: 18

Original Poster
Rep: Reputation: 0
Now our sever can access to internet. But when I tried to install the package with yum install heartbeat, it still show the error.
yum install heartbeat
PHP Code:
[root@nagios02 ~]# yum install heartbeat
Loaded pluginsproduct-idrefresh-packagekitsecuritysubscription-manager
This system is receiving updates from Red Hat Subscription Management
.
Could not get metalink [url]https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64[/url] error was
14PYCURL ERROR 6 "Couldn't resolve host 'mirrors.fedoraproject.org'"
rhel-6-server-cf-tools-1-rpms                                                                                  2.8 kB     00:00
rhel
-6-server-optional-rpms                                                                                    3.5 kB     00:00
rhel
-6-server-rhev-agent-rpms                                                                                  3.1 kB     00:00
rhel
-6-server-rpms                                                                                             3.7 kB     00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package heartbeat.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependencycluster-glue-libs for packageheartbeat-3.0.4-2.el6.x86_64
--> Processing Dependencycluster-glue for packageheartbeat-3.0.4-2.el6.x86_64
--> Processing Dependencylibplumb.so.2()(64bit) for packageheartbeat-3.0.4-2.el6.x86_64
--> Processing Dependencylibhbclient.so.1()(64bit) for packageheartbeat-3.0.4-2.el6.x86_64
--> Processing Dependencylibapphb.so.2()(64bit) for packageheartbeat-3.0.4-2.el6.x86_64
--> Running transaction check
---> Package heartbeat.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependencycluster-glue-libs for packageheartbeat-3.0.4-2.el6.x86_64
--> Processing Dependencycluster-glue for packageheartbeat-3.0.4-2.el6.x86_64
--> Processing Dependencylibplumb.so.2()(64bit) for packageheartbeat-3.0.4-2.el6.x86_64
---> Package heartbeat-libs.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependencylibstonith.so.1()(64bit) for packageheartbeat-libs-3.0.4-2.el6.x86_64
--> Processing Dependencylibplumbgpl.so.2()(64bit) for packageheartbeat-libs-3.0.4-2.el6.x86_64
--> Processing Dependencylibplumb.so.2()(64bit) for packageheartbeat-libs-3.0.4-2.el6.x86_64
--> Processing Dependencylibpils.so.2()(64bit) for packageheartbeat-libs-3.0.4-2.el6.x86_64
--> Finished Dependency Resolution
Error
Packageheartbeat-libs-3.0.4-2.el6.x86_64 (epel)
           
Requireslibplumbgpl.so.2()(64bit)
ErrorPackageheartbeat-libs-3.0.4-2.el6.x86_64 (epel)
           
Requireslibpils.so.2()(64bit)
ErrorPackageheartbeat-3.0.4-2.el6.x86_64 (epel)
           
Requireslibplumb.so.2()(64bit)
ErrorPackageheartbeat-libs-3.0.4-2.el6.x86_64 (epel)
           
Requireslibplumb.so.2()(64bit)
ErrorPackageheartbeat-libs-3.0.4-2.el6.x86_64 (epel)
           
Requireslibstonith.so.1()(64bit)
ErrorPackageheartbeat-3.0.4-2.el6.x86_64 (epel)
           
Requirescluster-glue
Error
Packageheartbeat-3.0.4-2.el6.x86_64 (epel)
           
Requirescluster-glue-libs
 You could 
try using --skip-broken to work around the problem
 You could 
try runningrpm -Va --nofiles --nodigest
[root@nagios02 ~]
yum repolist
PHP Code:
[root@nagios02 ~]# yum repolist
Loaded pluginsproduct-idrefresh-packagekitsecuritysubscription-manager
This system is receiving updates from Red Hat Subscription Management
.
rhel-6-server-cf-tools-1-rpms                                                                                  2.8 kB     00:00
rhel
-6-server-optional-rpms                                                                                    3.5 kB     00:00
rhel
-6-server-rhev-agent-rpms                                                                                  3.1 kB     00:00
rhel
-6-server-rpms                                                                                             3.7 kB     00:00
repo id                                       repo name                                                                         status
epel                                          Extra Packages 
for Enterprise Linux 6 x86_64                                    10,500
rhel
-6-server-cf-tools-1-rpms                 Red Hat CloudForms Tools for RHEL 6 (RPMs)                                            31
rhel
-6-server-optional-rpms                   Red Hat Enterprise Linux 6 Server Optional (RPMs)                                7,023
rhel
-6-server-rhev-agent-rpms                 Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs)                     44
rhel
-6-server-rpms                            Red Hat Enterprise Linux 6 Server (RPMs)                                          12,321
rpmforge                                      RHEL 6Server 
RPMforge.net dag                                                  4,650
repolist
34,569
[root@nagios02 ~]
Our system is RHEL 6.5 64_bits.

Thanks all.
 
Old 03-09-2014, 11:39 PM   #7
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
get rid of epel and rpmforge.
 
Old 03-10-2014, 10:39 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by phyogyi View Post
Now our sever can access to internet. But when I tried to install the package with yum install heartbeat, it still show the error.
yum install heartbeat
PHP Code:
[root@nagios02 ~]# yum install heartbeat
Loaded pluginsproduct-idrefresh-packagekitsecuritysubscription-manager
This system is receiving updates from Red Hat Subscription Management
.
 
You could try using --skip-broken to work around the problem
 You could 
try runningrpm -Va --nofiles --nodigest
[root@nagios02 ~]
yum repolist
Our system is RHEL 6.5 64_bits. Thanks all.
Ok...the system told you two things to try; did you actually TRY THEM????

And AGAIN, since the system is under support from Red Hat, you should CALL RED HAT SUPPORT. All you need to do is tell them the problem you're having, and they can walk you through fixing it. Why is this a problem? Your system tells you that you are paying for support...you should be using it.
 
Old 03-10-2014, 08:46 PM   #9
phyogyi
LQ Newbie
 
Registered: Apr 2008
Location: Singapore
Distribution: CentOS, RHEL
Posts: 18

Original Poster
Rep: Reputation: 0
Yes I already tried this two thing. But can't fix the problem.

Ok I will contact to Red Hat Support.

Thanks again to all.

Last edited by phyogyi; 03-11-2014 at 09:17 PM. Reason: miss spelling
 
Old 02-15-2016, 03:43 AM   #10
pviktorv@mail.ru
LQ Newbie
 
Registered: Feb 2016
Posts: 2

Rep: Reputation: Disabled
Could you solve the problem in the end ? I have a similar situation....

[root@asterisk1 ~]# yum install heartbeat
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
* epel: mirror.logol.ru
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package heartbeat.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependency: resource-agents for package: heartbeat-3.0.4-2.el6.x86_64
--> Processing Dependency: libhbclient.so.1()(64bit) for package: heartbeat-3.0.4-2.el6.x86_64
--> Processing Dependency: libapphb.so.2()(64bit) for package: heartbeat-3.0.4-2.el6.x86_64
--> Running transaction check
---> Package heartbeat.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependency: resource-agents for package: heartbeat-3.0.4-2.el6.x86_64
---> Package heartbeat-libs.x86_64 0:3.0.4-2.el6 will be installed
--> Finished Dependency Resolution
Error: Package: heartbeat-3.0.4-2.el6.x86_64 (epel)
Requires: resource-agents
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Last edited by pviktorv@mail.ru; 02-15-2016 at 03:45 AM.
 
Old 02-15-2016, 07:20 AM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by pviktorv@mail.ru View Post
Could you solve the problem in the end ? I have a similar situation....

[root@asterisk1 ~]# yum install heartbeat
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
* epel: mirror.logol.ru
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package heartbeat.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependency: resource-agents for package: heartbeat-3.0.4-2.el6.x86_64
--> Processing Dependency: libhbclient.so.1()(64bit) for package: heartbeat-3.0.4-2.el6.x86_64
--> Processing Dependency: libapphb.so.2()(64bit) for package: heartbeat-3.0.4-2.el6.x86_64
--> Running transaction check
---> Package heartbeat.x86_64 0:3.0.4-2.el6 will be installed
--> Processing Dependency: resource-agents for package: heartbeat-3.0.4-2.el6.x86_64
---> Package heartbeat-libs.x86_64 0:3.0.4-2.el6 will be installed
--> Finished Dependency Resolution
Error: Package: heartbeat-3.0.4-2.el6.x86_64 (epel)
Requires: resource-agents
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Ok, there were three things mentioned above. Did you try them???

Again, remove the EPEL repo, and/or try the two things the error mentioned.
 
Old 02-17-2016, 05:35 AM   #12
pviktorv@mail.ru
LQ Newbie
 
Registered: Feb 2016
Posts: 2

Rep: Reputation: Disabled
I Tried . Did not help...
 
Old 02-17-2016, 07:18 AM   #13
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,608

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by pviktorv@mail.ru View Post
I Tried . Did not help...
...and so, should we begin to GUESS as to what error(s)/message(s) you got??? What exactly you did? Read the "Question Guidelines" link in my posting signature...without details, there is no point in posting a question.

And as told to the original OP two years ago...HAVE YOU CONTACTED RED HAT SUPPORT???
 
Old 02-17-2016, 02:53 PM   #14
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I Tried . Did not help...
 
  


Reply

Tags
heartbeat, offline, rhel6


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Package Install with dependencies without internet connection (RHEL 6.2) eldariel Red Hat 5 06-01-2012 07:49 AM
What is equivalent for SLES heartbeat and mon in RHEL? Anna Groszewska Red Hat 3 03-01-2012 12:35 PM
[SOLVED] High-Availability HTTP Load Balancer With HAProxy & Heartbeat on RHEL 5.4 vikas027 Linux - Server 2 10-17-2010 12:38 PM
Trying to install Heartbeat on RHEL5 for MQ HA chanduy9 Linux - Newbie 1 04-23-2009 10:43 AM
Cannot install Heartbeat - RPM hell! Micro420 Linux - Software 8 07-23-2007 03:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 12:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration