Note that the SuSE system image as delivered in this VMWare snapshot:
...apparently has the firewall enabled such that active monitoring fails ie. when agents try to contact the server to report status (instead of being polled by the server) the connection is blocked. In my case (since we're on a secured LAN) all I did to enable such connections was to disable the firewall, thus:
chkconfig SuSEfirewall2_setup off
chkconfig SuSEfirewall2_init off
...and I then rebooted.
...apparently has the firewall enabled such that active monitoring fails ie. when agents try to contact the server to report status (instead of being polled by the server) the connection is blocked. In my case (since we're on a secured LAN) all I did to enable such connections was to disable the firewall, thus:
chkconfig SuSEfirewall2_setup off
chkconfig SuSEfirewall2_init off
...and I then rebooted.

Comment