Page 1 of 1

Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 2:32 am
by veeravamsi
Hi Team,

We have to install Nagios in Isolated Network ( meaning this doesnt have access to Internet or Intranet ) so none of repos will work ( RHEL or nagios repo ) . So im having challenges in doing offline installation ( using ./fullinstall ) script as it fails with repos or dependency RPMs.

Is it possible to manually install required RPMs and then install nagios XI without talk to repos ?

Sort of this Scenario : https://access.redhat.com/solutions/3176811

--Vamsi

Re: Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 3:12 am
by veeravamsi
Our Server is RedHat and we have created a local repository and it has got RPMs.

So do we need to create new repo called "Optional" and copy below rpms there ?

dejavu-lgc-sans-fonts.noarch
dejavu-lgc-sans-mono-fonts.noarch
graphviz-gd.x86_64
perl-Crypt-DES.x86_64
perl-Parse-RecDescent.noarch
php-mbstring.x86_64
php-snmp.x86_64

Re: Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 7:17 am
by scottwilkerson
For the packages that are required from the optional channel, you can download the RPM's from RedHat place them all in a directory
cd to the directory and run

Code: Select all

yum localinstall *.rpm

Re: Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 9:12 am
by veeravamsi
Great :D . I saw notification about 5.7 release , Do you know when it will be available in offline Repos [ https://repo.nagios.com/?repo=offline#install ] to understand what other RPM dependencies it has .

Re: Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 9:18 am
by scottwilkerson
veeravamsi wrote:Great :D . I saw notification about 5.7 release , Do you know when it will be available in offline Repos [ https://repo.nagios.com/?repo=offline#install ] to understand what other RPM dependencies it has .
I don't have an exact date, but I would guess about 2 weeks.

Re: Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 9:42 am
by veeravamsi
Sounds good. Thank you :)

Re: Nagios Offline Install - No Access to Repos

Posted: Tue Jun 09, 2020 9:44 am
by scottwilkerson
veeravamsi wrote:Sounds good. Thank you :)
No problem

Locking thread