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
Nagios Offline Install - No Access to Repos
-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
Re: Nagios Offline Install - No Access to Repos
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
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
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Offline Install - No Access to Repos
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
cd to the directory and run
Code: Select all
yum localinstall *.rpm-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
Re: Nagios Offline Install - No Access to Repos
Great
. 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 .
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Offline Install - No Access to Repos
I don't have an exact date, but I would guess about 2 weeks.veeravamsi wrote:Great. 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 .
-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
Re: Nagios Offline Install - No Access to Repos
Sounds good. Thank you 
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Offline Install - No Access to Repos
No problemveeravamsi wrote:Sounds good. Thank you
Locking thread