Nagios Xi , installation error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Saha
Posts: 10
Joined: Thu Oct 24, 2019 8:51 am

Nagios Xi , installation error

Post 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.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Xi , installation error

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Saha
Posts: 10
Joined: Thu Oct 24, 2019 8:51 am

Re: Nagios Xi , installation error

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Xi , installation error

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Saha
Posts: 10
Joined: Thu Oct 24, 2019 8:51 am

Re: Nagios Xi , installation error

Post by Saha »

Thanks scottwilkerson ,
it is working now.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Xi , installation error

Post by scottwilkerson »

Saha wrote:Thanks scottwilkerson ,
it is working now.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked