Page 1 of 1
Nagios Xi , installation error
Posted: Wed Nov 06, 2019 5:28 am
by Saha
Getting error while installing Nagios xi.
key points:
1.Server does not have internet connection but have Rhel subscription manager.
2.already installed wget , firewalld.
3.if there is any dependency , can we download it offline and how to get the list of dependency.
please find attached install.log and pls help me figure out the error.
Re: Nagios Xi , installation error
Posted: Wed Nov 06, 2019 8:59 am
by scottwilkerson
I see this line
Code: Select all
./functions.sh: line 44: ./0-repos: Permission denied
Which leads me to believe you are installing form a path that has noexec on it.
If you are in /tmp you may want to try moving the directory to your home directory and then running ./fullinstall again
Re: Nagios Xi , installation error
Posted: Thu Nov 07, 2019 12:43 am
by Saha
Thanks scottwilkerson for the reply !
but "./functions.sh: line 44: ./0-repos: Permission denied" is not the latest log.
please scroll down , you will get "failure: repodata/repomd.xml from nagios-base: [Errno 256] No more mirrors to try".
please help me to fix the above.
Re: Nagios Xi , installation error
Posted: Thu Nov 07, 2019 7:23 am
by scottwilkerson
Sorry about that, it looks like you have an epel repo for rhel6 configured (Infosys_EPEL_epel_repo_rhel6_x86_64) but you are on a RHEL 7 server.
You are going to need to fix this repository configuration
Re: Nagios Xi , installation error
Posted: Mon Nov 11, 2019 12:58 am
by Saha
Thanks scottwilkerson ,
it is working now.
Re: Nagios Xi , installation error
Posted: Mon Nov 11, 2019 8:17 am
by scottwilkerson
Saha wrote:Thanks scottwilkerson ,
it is working now.
Great!
Locking thread