NRPE Agent for RHEL/Oracle 9.x
Posted: Mon Dec 02, 2024 10:26 am
Hi Team,
While installing NRPE Agent on out latest Oracle 9.x OS we are getting error :
./fullinstall
OracleServer is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian.
I see its on this line :
case "$dist" in
oracle5 | oracle6 | oracle7 | oracle8 )
caninstall="yes"
;;
esac
if [ "$caninstall" == "no" ]; then
echo "$distro is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian." >&2
exit 1
fi
Is 9.x Latest OS not supported ?
While installing NRPE Agent on out latest Oracle 9.x OS we are getting error :
./fullinstall
OracleServer is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian.
I see its on this line :
case "$dist" in
oracle5 | oracle6 | oracle7 | oracle8 )
caninstall="yes"
;;
esac
if [ "$caninstall" == "no" ]; then
echo "$distro is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian." >&2
exit 1
fi
Is 9.x Latest OS not supported ?