SUSE 11 SP2 client installation

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
abderrahim
Posts: 6
Joined: Wed Apr 17, 2019 1:44 am

SUSE 11 SP2 client installation

Post by abderrahim »

hello;

i have nagios XI and i want to monitor my servers, no problem with windows servers and centos, but i have problem with the installation of the client in 3 servers Suse 11 sp2.
1-with this method https://support.nagios.com/kb/article/n ... rpe-8.html this error appeared :

linux:/tmp # cd linux-nrpe-agent
linux:/tmp/linux-nrpe-agent # ./fullinstall
SUSE LINUX is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, CloudLinux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian.
linux:/tmp/linux-nrpe-agent #

2-i have change in the line 79 in fullinstall file from "SUSE" to "SUSE LINUX", this error appeared :

linux:/tmp/linux-nrpe-agent # ./fullinstall
============================
Nagios Linux Agent Installer
============================

This script will install the Nagios Linux Agent by executing all necessary
sub-scripts.

IMPORTANT: This script should only be used on a clean installed system:

RedHat Enterprise, CentOS, Fedora, Cloud Linux or Oracle
OpenSUSE or SUSE Enterprise
Ubuntu or Debian

Do NOT use this on a system running any other distro or that
does not allow additional package installation.

Do you want to continue? [Y/n] y
Proceeding with installation...
Running './0-repos'...
Configuring Repos...
Downloading SUSE SDK ...
Installing SUSE SDK ...
error: File not found by glob: sle-sdk-release-*
Registering repos ...
ERROR: SSL connect error: (35)
(2)
ERROR: SSL connect error: (35)
(2)
RESULT=2

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.

The script that failed was: './0-repos'
linux:/tmp/linux-nrpe-agent #

3-i have try to install it with this method : https://support.nagios.com/kb/article.php?id=515#SUSE this error appeared :

linux:/tmp # wget 'https://nu.novell.com/repo/$RCE/SLE11-S ... sle-11-x86 _64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm'
--2019-04-16 14:26:24-- https://nu.novell.com/repo/$RCE/SLE11-SDK-SP3-Pool/sle- 11-x86_64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm
Resolving nu.novell.com... 68.232.34.212
Connecting to nu.novell.com|68.232.34.212|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2814 (2.7K) [application/octet-stream]
Saving to: `sle-sdk-release-SDK-11.3-1.69.x86_64.rpm.1'

100%[======================================>] 2,814 --.-K/s in 0s

2019-04-16 14:26:26 (98.5 MB/s) - `sle-sdk-release-SDK-11.3-1.69.x86_64.rpm.1' s aved [2814/2814]

linux:/tmp # sudo rpm -ivh sle-sdk-release-*
error: Failed dependencies:
product(SUSE_SLE) = 11.3 is needed by sle-sdk-release-SDK-11.3-1.69.x86_ 64
linux:/tmp # sudo suse_register
ERROR: SSL connect error: (35)
(2)
ERROR: SSL connect error: (35)
(2)


please help me to install the client in thos servers :D
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: SUSE 11 SP2 client installation

Post by npolovenko »

Hello, @abderrahim. Please try the source installation instead:
https://support.nagios.com/kb/article.php?id=515#SUSE
Let me know how it goes and if it fails please post the errors in this thread.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
abderrahim
Posts: 6
Joined: Wed Apr 17, 2019 1:44 am

Re: SUSE 11 SP2 client installation

Post by abderrahim »

Hello, @npolovenko; thank you for your support. i have already try with this methode, this is the error appeared :

linux:/tmp # wget 'https://nu.novell.com/repo/$RCE/SLE11-S ... sle-11-x86 _64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm'
--2019-04-16 14:26:24-- https://nu.novell.com/repo/$RCE/SLE11-SDK-SP3-Pool/sle- 11-x86_64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm
Resolving nu.novell.com... 68.232.34.212
Connecting to nu.novell.com|68.232.34.212|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2814 (2.7K) [application/octet-stream]
Saving to: `sle-sdk-release-SDK-11.3-1.69.x86_64.rpm.1'

100%[======================================>] 2,814 --.-K/s in 0s

2019-04-16 14:26:26 (98.5 MB/s) - `sle-sdk-release-SDK-11.3-1.69.x86_64.rpm.1' s aved [2814/2814]

linux:/tmp # sudo rpm -ivh sle-sdk-release-*
error: Failed dependencies:
product(SUSE_SLE) = 11.3 is needed by sle-sdk-release-SDK-11.3-1.69.x86_ 64
linux:/tmp # sudo suse_register
ERROR: SSL connect error: (35)
(2)
ERROR: SSL connect error: (35)
(2)
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: SUSE 11 SP2 client installation

Post by cdienger »

The 0-repos script only has logic to handled SP3 AND SP4:

Code: Select all

		echo "Downloading SUSE SDK ..."
		if [ "$version" == "11.3" ]; then
			wget 'https://nu.novell.com/repo/$RCE/SLE11-SDK-SP3-Pool/sle-11-x86_64/rpm/x86_64/sle-sdk-release-11.3-1.69.x86_64.rpm'
			wget 'https://nu.novell.com/repo/$RCE/SLE11-SDK-SP3-Pool/sle-11-x86_64/rpm/x86_64/sle-sdk-release-SDK-11.3-1.69.x86_64.rpm'
		elif [ "$version" == "11.4" ]; then
			wget 'https://nu.novell.com/repo/$RCE/SLE11-SDK-SP4-Pool/sle-11-x86_64/rpm/x86_64/sle-sdk-release-11.4-1.55.x86_64.rpm'
			wget 'https://nu.novell.com/repo/$RCE/SLE11-SDK-SP4-Pool/sle-11-x86_64/rpm/x86_64/sle-sdk-release-SDK-11.4-1.55.x86_64.rpm'
		fi
Since you have SP2 you'll need to find a way to get the SP2 package which I assume is at:

https://nu.novell.com/repo/$RCE/SLE11-S ... x86_64.rpm

The site seems to require some authentication which I don't have so can't verify.

There also seems to be a problem registering. It could be related - are these repos still available? You may want to reach out to Suse support to help get the file needed and troubleshoot the suse_register problem.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked