DevOps Cloud (ADM)
Cybersecurity
IT Operations Cloud
How to start with --clean or --osgiclean on xplat (cross platform) agents
Stop the managed agent service.
Then, depending on which platform:
SLES 11: /etc/init.d/ novell-zenworks-xplatzmd start --osgiclean
SLES 12: Use systemctl. For more information about using systemctl see https://community.microfocus.com/collaboration/zenworks/w/zenworkstips/27672/managing-zenworks-services-using-systemctl
example: backup and modify /usr/lib/systemd/system/novell-zenworks-xplatzmd.service to add:
--osgiclean
run:
systemctl daemon-reload
and then start the agent.
OSx: Modify xplat_startup.ini at /var/opt/novell/zenworks to set osgiclean=yes and restart agent:
launchctl load /Library/LaunchDaemons/com.novell.zenworks.agent.plist