Page 2 of 2

Re: Issue while monitoring Remote Linux Server

Posted: Thu Dec 22, 2016 5:32 am
by HAL
Hi,
Please find below the screenshots attached:

Re: Issue while monitoring Remote Linux Server

Posted: Thu Dec 22, 2016 11:52 am
by rkennedy
I believe the issue is here -

Code: Select all

Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed.
Since you have no repositories it does not know how to install. What is the full output of zypper lr

Re: Issue while monitoring Remote Linux Server

Posted: Fri Dec 23, 2016 5:03 am
by HAL
Hi,
Below is the output of zypper lr :

Re: Issue while monitoring Remote Linux Server

Posted: Fri Dec 23, 2016 6:19 pm
by ruffsense
Two options.

Create a repo file with this in it:

Code: Select all

[server_monitoring]
name=Server Monitoring Software (openSUSE_13.2)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.2/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.2//repodata/repomd.xml.key
enabled=1
Or do this:
https://raymii.org/s/tutorials/VMWare_v ... tware.html

Re: Issue while monitoring Remote Linux Server

Posted: Tue Dec 27, 2016 10:23 am
by rkennedy
Thanks @ruffsense - this is correct.

@HAL - let us know if you have any further questions. You may want to contact your SuSE administrator as well to see if they can help.