Page 2 of 2
Re: Nagios on Oracle
Posted: Wed Jan 15, 2014 3:02 pm
by ancovington
Thank you.
Re: Nagios on Oracle
Posted: Wed Jan 15, 2014 3:10 pm
by abrist
No problem. Let us know the error that you receive when you attempt the install on a remote host.
Re: Nagios on Oracle
Posted: Wed Feb 05, 2014 9:10 am
by ancovington
Good morning you were right. We received an error, but not until installing the second oracle server. We are running Oracle Linux 5.10. Here is the error we are receiving:
Re: Nagios on Oracle
Posted: Wed Feb 05, 2014 10:12 am
by slansing
Can you try commenting these lines out of the fullinstall script, save, and run it again:
Code: Select all
# Check OS major version
#case "$dist" in
# el5 | el6 )
# : do nothing
# ;;
# fedora9|fedora10|fedora11|fedora12|fedora13|fedora14|fedora15 )
# : do nothing
# ;;
# * )
# echo "$dist is not currently supported. Please use Red Hat or CentOS versions 5 or 6." >&2
# exit 1
#esac
That will bypass the distro checking.
Re: Nagios on Oracle
Posted: Wed Feb 05, 2014 1:25 pm
by ancovington
Thank you! That worked perfectly!