How to disable novell-zmd service onboot

I do not want to use the novell-zmd service.
But using chkconfig novell-zmd off
chkconfig-d novell-zmd
vim / etc / sysconfig / sw_management
SYNC_ZMD_TO_ZYPP = “no”
Will not work, please tell how to operate, thanks!

Hi
What version of SLES? you should be looking at the rug command, what info is in the zmd-messages log.

My SLES is 10 SP4.
I do not know how to use the command rug.
zmd-messages log:
13 Aug 2013 14:17:00 WARN ShutdownManager Preparing to shut down…
13 Aug 2013 14:17:00 INFO UnixWebServer Unix server stopped
13 Aug 2013 14:17:01 WARN ShutdownManager Shutting down daemon…
13 Aug 2013 14:17:01 INFO Daemon Final RSS size is 26564 KB
13 Aug 2013 14:18:01 INFO Daemon Starting ZMD version 7.3.1
13 Aug 2013 14:18:01 INFO Daemon Using Mono 1.2.2
13 Aug 2013 14:18:02 INFO WebCache Expiring cached files…
13 Aug 2013 14:18:02 INFO KeyManager Loading key whitelist
13 Aug 2013 14:18:02 INFO Daemon Loading trusted certificates…
13 Aug 2013 14:18:02 WARN NetworkManagerModule Failed to connect to NetworkManager
13 Aug 2013 14:18:02 INFO PackageManagementModule Using ZYPP backend
13 Aug 2013 14:18:04 INFO RPMBackend Loading installed packages
13 Aug 2013 14:18:06 INFO RPMBackend Finished loading installed packages
13 Aug 2013 14:18:06 INFO ModuleLoader Loaded ‘Inventory’ - ‘Software and Hardware inventory module for Linux’
13 Aug 2013 14:18:06 INFO ModuleLoader Loaded ‘NetworkManager’ - ‘NetworkManager support’
13 Aug 2013 14:18:06 INFO ModuleLoader Loaded ‘Package Management’ - ‘Package Management module for Linux’
13 Aug 2013 14:18:06 INFO ModuleLoader Loaded ‘ZENworks Server’ - ‘SOAP methods used by a ZENworks server’
13 Aug 2013 14:18:06 INFO ModuleLoader Loaded ‘XML-RPC interface’ - ‘Export ZMD public interfaces over XML-RPC’
13 Aug 2013 14:18:06 INFO ServiceManager Mounting Initial Services
13 Aug 2013 14:18:06 INFO ServiceManager Adding service (keeping if fail): @local
13 Aug 2013 14:18:06 INFO ServiceManager Successfully added service ‘@local
13 Aug 2013 14:18:06 INFO ServiceManager Adding service (keeping if fail): cd:///?devices=/dev/hdc&alias=SUSE%20Linux%20Enterprise%20Server%2010%20SP4
13 Aug 2013 14:18:06 WARN Daemon Not starting remote web server
13 Aug 2013 14:18:06 INFO UnixWebServer Unix server listening for connections.
13 Aug 2013 14:18:06 INFO DaemonHealth Current RSS size is 19620 KB
13 Aug 2013 14:18:14 INFO ServiceManager Successfully added service ‘SUSE Linux Enterprise Server 10 SP4’
13 Aug 2013 14:18:14 INFO WebCache Expiring cached files…
13 Aug 2013 14:18:14 INFO ServiceManager Finished Service Refresh
13 Aug 2013 14:18:14 INFO RPMBackend Updating status of patches…
13 Aug 2013 14:18:19 INFO RPMBackend Finished updating patch status

On 13/08/2013 07:34, andyleigood wrote:
[color=blue]

My SLES is 10 SP4.
I do not know how to use the command rug.[/color]

zypper is included with SLES10 as a technical preview before it’s
support with SLES11.

On our SLES10 servers we did the following

/etc/init.d/novell-zmd stop

chkconfig novell-zmd off

chkconfig suseRegister off

HTH.

Simon
SUSE Knowledge Partner


Do you work with SUSE technologies at a university, college or school?
If so, your campus could benefit from joining the Technology Transfer
Partner (TTP) program. See TTP Organization | Micro Focus for more details.

Thank you!You get it.