溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ZMD, the ZENworks Management Daemon

發(fā)布時間:2020-08-11 11:18:23 來源:ITPUB博客 閱讀:140 作者:studywell 欄目:建站服務器

/var/log/warn日志

Feb 25 19:33:59 ciq2000 su: (to oracle) root on /dev/pts/1             
Feb 25 20:02:28 ciq2000 zmd: ShutdownManager (WARN): Preparing to sleep...  
Feb 25 20:02:28 ciq2000 zmd: ShutdownManager (WARN): Going to sleep, waking up at 02/26/2017 19:22:24
Feb 25 20:30:01 ciq2000 /usr/sbin/cron[7224]: (root) CMD (su - oracle -c "/backup/script/delarch.sh")


ZMD, the ZENworks Management Daemon, allows users to manage \ software on their systems. \ Visit http://www.novell.com for more information.

根據(jù)描述,該服務是管理軟件的,不知道是不是影響網絡不通的原因,明天晚上看sleep后網絡咋樣。
環(huán)境:suse 10




官方文檔;
https://www.novell.com/documentation/zlm72/lm7admin/data/b74nnf8.html
 zmd (8)
Name
zmd - The back-end daemon for the Novell? ZENworks? Linux Management agent.

Syntax
zmd [options]
Description

The zmd daemon performs software management functions on the ZENworks managed device, including updating, installing, and removing software, and performing basic queries of the device's package management database. Typically, these management tasks are initiated through the ZENworks Control Center or the rug, zen-installer, zen-updater, or zen-remover utilities, which means you should not need to interact directly with zmd.

The zmd daemon has built-in download interrupt support. If a download is interrupted, the zmd daemon resumes the download where it left off.

While making the HTTP requests, the zmd agent sets the HTTP User-Agent value to ZENworks Management Daemon/<version>, where <version> is a value as reported by the rug ping command.

The Device Black-Out feature of ZMD allows you to configure the following preferences:

    blackout-interval “<start_time> - <end_time>”: The time interval for which the device is to be locked. Specify the start time and end time in the HH:MM format, with hours in 24-hour format. For example, if the device is to be locked from 9 a.m. to 6 p.m., specify the time interval as 09:00-18:00.

    device-locked: Valid values are “True” and “False”. If the device-locked value is set to True, then zmd blocks install, removal, refresh, and register operations for packages and bundles. However, we recommend that you do not manually change the value of device-locked. The value is automatically set when you configure blackout-interval to specify the time interval when the device is to be locked. Depending on blackout-interval, the lock or unlock schedule is created and triggered. The lock or unlock schedule resets the device-locked value accordingly. If any refresh, bundle install, or bundle remove schedules are to be triggered when the device is locked, then these schedules are rescheduled to be triggered after the device is unlocked.

Options
Usage Options

-n , --non-daemon
    Do not run the daemon in the background.

-m , --no-modules
    Do not load any optional modules.

-r , --no-remote
    Do not load any optional modules.

--no-services
    Don't load the saved services.

Help Options
--help , -?
    Display the help information and exit.

Files
zmd.conf
   Configuration file. Options such as proxy and cache settings can be adjusted through this file directly or with the rug set command. The file is located in /etc/opt/novell/zenworks/zmd/ on SLES 9, OES 1, NLD, RHEL 3/4/5; and in /etc/zmd/ on SLES 10, SLED 10, and OES 2.

novell-zmd
    Initialization script. You should use this script to start and stop zmd, rather than running it directly. The file is located in /etc/init.d/ on SLES 9, SLES 10, SLED 10, NLD, RHEL, and OES.

zmd-messages.log
    Log file. The file is located in /var/opt/novell/log/zenworks/ on SLES 9, OES 1, NLD, and RHEL 3/4/5; and in /var/log/ on SLES 10, SLED 10, and OES 2.

zmd
    Cached information from servers. The directory is located in /var/opt/novell/zenworks/cache/ on SLES 9, OES 1, NLD, and RHEL 3/4/5; and in /var/cache/ on SLES 10, SLED 10, and OES 2.

initial-configuration
    URL for the supported services that zmd registers at initial startup. You can provide all the options that you would have otherwise used from rug for registration. The file is located in /etc/opt/novell/zenworks/zmd/ on SLES 9, OES 1, NLD, and RHEL 3/4/5; and in /etc/zmd/ on SLES 10, SLED 10, and OES 2.

Examples
This program normally runs as root.
/etc/init.d/novell-zmd start
    Runs the program in the standard way.

/opt/novell/zenworks/sbin/zmd or /usr/sbin/zmd
    Runs the program directly.



網上搜到為數(shù)不多的一個參考,先留著。

http://www.cnblogs.com/wanyakun/archive/2011/10/31/2230856.html


suse64x2:/var/log # cat /etc/zmd/zmd.conf
[Advanced]
run-transaction-test=False
security-level=signature

[Server]
bind-ip=127.0.0.1
refresh-interval=86400
remote-enabled=false
require-verified-certs=True

[Debug]
log-soap-xml=False
log-exception-traces=False


注意看上文中的86400,86400=60*60*24,也就是一天的秒數(shù),所以才會一天出現(xiàn)一次sleep,所以打開YAST > system > services 然后將Novell zmd設置成disable。
這家伙反正是這樣搞定了,明天去公司,我也這樣設置下吧,最起碼日志中不應該再出現(xiàn) zmd: ShutdownManager (WARN): Preparing to sleep…
向AI問一下細節(jié)

免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經查實,將立刻刪除涉嫌侵權內容。

AI