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.
Nagios Xi , installation error
Nagios Xi , installation 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
I see this line
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
Code: Select all
./functions.sh: line 44: ./0-repos: Permission deniedIf 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
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.
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
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
You are going to need to fix this repository configuration
Re: Nagios Xi , installation error
Thanks scottwilkerson ,
it is working now.
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
Great!Saha wrote:Thanks scottwilkerson ,
it is working now.
Locking thread