Environment
Novell ZENworks 7.3 Linux Management - ZLM7.3
Situation
When an ssh connection is made to a system, the ZLM agent will wake-up.
Resolution
WORKAROUND: Create a dummy file in the place of the zen-event-watcher so it will not start when the novell-zmd process is loaded.
- Stop the agent
/etc/init.d/novell-zmd stop - Move the original file
mv /usr/lib/zmd/zen-event-watcher /usr/lib/zmd/zen-event-watcher.org - Create the dummy file
touch /usr/lib/zmd/zen-event-watcher - Make it executable
chmod +x /usr/lib/zmd/zen-event-watcher - Start the agent
/etc/init.d/novell-zmd start
Status
Reported to EngineeringAdditional Information
The zen-event-watcher listens to system login events. These login events are used specific to
schedules for policies.