My linux server has Red Hat support subscription but the server does not have Internet access.
When I try to install the Linux Agent for V5-6, an error below is prompted during installation (stopped at stage at 1-prereqs).
*********************************************************************************
Running './1-prereqs'...
Installing prerequistes...
Loaded plugins: rhnplugin, security
There was an error communicating with RHN.
RHN support will be disabled.
Error communicating with server. The message was:
timed out
*********************************************************************************
Does any expert here know how to install the linux agent without communicating with RHN?
How to install Linux Agent without communicating with RHN?
-
peter.cheng
- Posts: 1
- Joined: Fri Jun 21, 2013 4:38 am
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: How to install Linux Agent without communicating with RH
Do you have the following packages installed on the system?
They are all required, if so, then open the "fullinstall" file within the "linux-nrpe-agent" folder you extracted.
Comment out the following lines:
Like so:
Then save the file make sure you are in the linux-nrpe-agent folder and run:
This should work fine.
Code: Select all
install autoconf gcc glibc libmcrypt-devel make openssl-devel sudo sysstat xinetd bcComment out the following lines:
Code: Select all
run_sub ./0-yum noupdate
run_sub ./1-prereqsCode: Select all
#run_sub ./0-yum noupdate
#run_sub ./1-prereqsCode: Select all
touch installed.prereqs
./fullinstall