The following sections provide details about the configuration settings available for the ZENworks Adaptive Agent. Each section assumes that you have accessed the settings at the level (zone, device folder, or device) where you want the settings applied.
The ZENworks Adaptive Agent uses modules to perform the following functions on managed devices:
Asset Management
Bundle Management
Endpoint Security Management
Image Management
Patch Management
Policy Management
Remote Management
User Management
If you are viewing the properties of a Windows 2000 device, the User Management options are disabled because user management cannot be disabled or uninstalled from Windows 2000 devices. If you are viewing the properties of the Management Zone or a folder, user management settings are ignored for Windows 2000 devices.
By default, all modules are installed on a device. However, you can uninstall any of the modules. You can also disable (or enable) any of the installed modules.
To modify a module’s state:
(Conditional) If you are configuring the ZENworks Agent settings on a device folder or a device, click Override settings.
To install a module, select the Installed check box.
or
To uninstall a module, deselect the Installed check box.
By default, the Installed check boxes for all modules are selected, meaning that all modules are installed on devices when they register to your ZENworks Management Zone. If you deselect a module’s Installed check box, that module is uninstalled from the device the next time it refreshes.
To enable an installed module, click the Enabled button.
or
To disable an installed module, click the Disabled button.
By default, the Enabled option for all installed modules is selected, meaning that all modules are enabled on devices. Disabling a module does not cause that module to be uninstalled from currently managed devices. The module remains installed on the device, but it is disabled.
Specify the reboot behavior if a reboot is required.
This option applies only when installing or uninstalling a module. In some cases, Windows Installer might require a reboot of the device when installing or uninstalling the module. If a reboot is required during install, the module does not function until the reboot occurs. If a reboot is required during uninstall, the module’s files are not completely removed until a reboot occurs, but the module stops functioning.
Prompt user to reboot (Default): The user is prompted to reboot the device. The user can reboot immediately or wait until later.
Do not reboot device: No reboot occurs. The user must initiate a reboot.
Force device to reboot: The device is automatically rebooted. The user is notified that the device will reboot in 5 minutes.
Click Apply to save the changes.
(Conditional) If you install the Remote Management or Image Management module on a device, reboot the device for the install to be effective.
To understand the effects of enabling, disabling, or uninstalling the modules, see the following tables:
Table 23-1 Bundle Management
Installed and Enabled |
Installed and Disabled |
Uninstalled |
Additional Details |
---|---|---|---|
|
|
|
|
Table 23-2 Image Management
Installed and Enabled |
Installed and Disabled |
Uninstalled |
Additional Details |
---|---|---|---|
|
|
|
When the ZENworks 11 Configuration Management license expires:
|
Table 23-3 Patch Management
Installed and Enabled |
Installed and Disabled |
Uninstalled |
Additional Details |
---|---|---|---|
|
|
|
|
Table 23-4 Policy Management
Installed and Enabled |
Installed and Disabled |
Uninstalled |
Additional Details |
---|---|---|---|
|
|
|
|
Table 23-5 Remote Management
Installed and Enabled |
Installed and Disabled |
Uninstalled |
Additional Details |
---|---|---|---|
|
|
|
If the ZENworks license expires, the Remote Management service continues to run and the device can be remotely managed. |
To provide optimal performance the default status upload frequency of the ZENworks Adaptive Agent is 30 minutes. You can choose to override the default status upload frequency by configuring the following preferences on a Windows or Linux managed device:
On a Windows managed device, create the StatusSenderConfig.xml file in <CONF_DIR>.
Open <CONF_DIR>/StatusSenderConfig.xml in a text editor.
Provide the following values:
<configuration> <StatusSender> <Parameter Name="SleepTime" Value="milliseconds"/> </StatusSender> </configuration>
On a Linux managed device, create the StatusSenderConfig.conf file in /etc/opt/novell/zenworks/StatusSenderConfig.conf.
Add the SleepTime parameter as: SleepTime=<nnn>
Where nn is the interval frequency (in minutes) which Status Sender will rollup the status messages.