The following sections provide solutions to the problems you might encounter while discovering devices, deploying the ZENworks Agent to devices, and retiring devices:
IOA Version not Getting Updated on macOS Devices While Updating to ZENworks 23.3
SNMP discovery detects the latest Windows operating system as Windows 8.1
An error occurs while installing the ZENworks Agent through a deployment task
Manual installation of the ZENworks Agent hangs with the status as starting
NMAP discovery does not run from a Windows Primary Server that has NMAP installed
Refreshing the Deployment page causes the discovery tasks to be repeated
Orphaned and deleted files are not cleaned up from a deployment task that uses a proxy
Discovery task remains in a pending state if it has a large IP address range
The device that has the ZENworks Agent installed is not registered in the Management Zone
Unable to remove or uninstall a registered Macintosh device from the Management Zone
After installing the ZENworks Agent, you cannot find the /opt directory in the Mac OS X Finder
ZENworks Agent installation fails on a Mac OS X Lion (version 10.7) device or later
Push deployment fails on a WinXP device with a generic error message
ZENworks Agent does not work if Macintosh device is upgraded from 10.8 to 10.9
ZENworks Agent installation fails when the Windows Imaging Component is not installed on the device
Duplicate Device Objects are created when Device Authentication fails during Reconciliation
When a Mac patch policy bundle fails, the xauth messages that are launched are not terminated
Device Serial Number not getting updated on the Device Summary Page
ZCC displays lost and retired devices in the Devices Logged Into list
An error was displayed when you try to re-enroll a ZENworks agent
IOA Version not Getting Updated on macOS Devices While Updating to ZENworks 23.3
Uninstall the existing IOA.
Download the required IOA module for the macOS platform. For more information, see Downloading the Module from a ZENworks Server.
Re-install the downloaded IOA. For more information, see Installing IOA on Macintosh.
NOTE:IOA is not supported on the macOS 10.15 version onwards.
Unable to Install ZENworks Agent on Windows Managed Device
MSI (s) (84:74) [00:42:10:857]: Product: ZENworks Primary Agent -- Error 1923. Service 'Novell ZENworks Agent Service' (Novell ZENworks Agent Service) could not be installed. Verify that you have sufficient privileges to install system services
Unable to Update ZENworks Agent on OES Devices
Delay while retrieving ZENworks Agent status
NOTE:If the system variable is set to True, quick tasks from ZCC are also sent to the agent instead of through ZeUS.
SNMP discovery detects the latest Windows operating system as Windows 8.1
Device reconciliation fails with invalid authentication
If ZENworks Agent is installed on SLE12 after running the SuSEfirewall start command then ZENworks Agent fails to communicate with the ZENworks Server
IMPORTANT:To manage the firewall services on SLE12 devices use the rcSuSEfirwall stop or rcSuSEfirwall start command instead of SuSEfirewall start or SuSEfirewall stop.
An error occurs while installing the ZENworks Agent through a deployment task
An unhandled exception (System.Security.SecurityException) occurred in micasad.exe. Additional Information: Ecall methods must be packaged into a system module.
Manual installation of the ZENworks Agent hangs with the status as starting
The icon displays the installation status as “Starting...” for a considerable amount of time.
The status of Novell ZENworks PreAgent service is not Started in the Windows Service Control Manager.
The %SystemRoot%\novell\zenworks\bin\zenpreagent.installerr file contains the following error message:
Exception during start: Cannot start service ZENPreAgent on computer.
Start the Novell ZENworks PreAgent service:
From the Windows desktop Start menu, click Settings > Control Panel.
Double-click Administrative Tools > Services.
Start the Novell ZENworks PreAgent service.
This automatically resumes the ZENworks Agent installation.
(Conditional) If the problem persists, do the following:
Kill the zenpreagent.exe and zpa_iface.exe processes.
Start the ZENworks Agent installation. For more information, see Manually Deploying the Agent on Windows.
NMAP discovery does not run from a Windows Primary Server that has NMAP installed
How do I enable debug logging?
Where do I find the PreAgent log files?
After the PreAgent service is installed, all logging information is available in the system application event log.
Refreshing the Deployment page causes the discovery tasks to be repeated
Orphaned and deleted files are not cleaned up from a deployment task that uses a proxy
For example, if you run the deployment task from a Linux server through a Windows Proxy, there is a folder created in the zenworks_installation_directory\novell\zenworks\bin\_rfu_cache directory on the Windows device that contains the pre-task or post-task command file. If you delete the task in ZENworks Control Center, the command file is left on the Windows Proxy device. However, all command files older than five days are removed when another deployment task is run by using the same Windows Proxy.
Discovery task remains in a pending state if it has a large IP address range
Stop the discovery task that has a large IP address range:
In the Discovery Tasks panel, select the discovery task that has a large IP address range.
Click Action > Abort Discovery Task.
Create multiple tasks with the IP address ranges that have fewer than 50,000 devices.
(Conditional) If any other discovery or loader task takes a considerable time to complete, restart the ZENworks Loader.
On Windows: Do the following:
From the Windows desktop Start menu, click Settings > Control Panel.
Double-click Administrative Tools > Services.
Restart the Novell ZENworks Loader Service.
On Linux: At the console prompt, enter /etc/init.d/novell-zenloader restart.
Restart the ZENworks Loader.
The device that has the ZENworks Agent installed is not registered in the Management Zone
Reconfigure the device with only one DNS suffix.
Manually register the device to the Management Zone.
For more information on how to manually register the device, see Manually Registering a Device.
Windows XP devices on which ZENworks 11.x Agents are installed cannot be registered to a ZENworks Management Zone
Add the following ciphers to the /opt/microfocus/zenworks/share/tomcat/conf/server.xml file:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA ,T LS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA ,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA
Remove the 3DES_EDE_CBC cipher from the /opt/novell/zenworks/share/jdk/jre/lib/security/java.security file, by changing the following line:
From
jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \ EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC
To
jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \ EC keySize < 224, DES40_CBC, RC4_40
Restart all the ZENworks services.
Unable to remove or uninstall a registered Macintosh device from the Management Zone
Permission denied.
or
Not enough privileges to perform the operation.
Log in as root or use the sudo -i command.
Run the uninstall script.
ZENworks Agent installation fails because of a ZENPreAgent and ZPA_Ifacetype initialization exception
You might get the following error message in the ZENPreAgent.exe-Common Language Runtime Debugging Services window:
Application has generated an exception that could not be handled
You might get the following error message in the Visual Studio Just-In-Time Debugger window:
An unhandled exception(System.TypeInitializationException)occurred in ZPA_Iface.exe
Use the .NET clean up utility to uninstall the .NET framework.
Re-install the .NET framework.
After installing the ZENworks Agent, you cannot find the /opt directory in the Mac OS X Finder
/usr/bin/chflags nohidden /opt
ZENworks Agent installation fails on a Mac OS X Lion (version 10.7) device or later
java -version
Push deployment fails on a WinXP device with a generic error message
Error: Credentials invalid. Please ensure that Classic file sharing is enabled on the target device
You might have entered wrong credentials and have not enabled the classic file sharing option on the target device.
A Microsoft issue. For more information, see the CAUSE section in .
Enter correct credentials and ensure that you have enabled classic file sharing on the target device.
If the generic error message is displayed even after the above conditions are met, you need to add a registry key. For more information, see.
Agent Installation is incomplete
ZENworks Agent does not work if Macintosh device is upgraded from 10.8 to 10.9
ZENworks Agent installation fails when the Windows Imaging Component is not installed on the device
Windows Imaging Component, a prerequisite for.NET 4.0 should be installed manually before the ZENworks Agent installation.
Unable to install ZENworks Agent on Windows 2012 Server R2
ZENPreAgent.exe has stopped working.
ZPA_Iface.exe - Application Error.
On the Windows desktop, click Start > Control Panel > System and Security > System > Advanced system settings.
In the System Properties dialog box, click Advanced > Performance Settings.
In the Performance Options dialog box, click Data Execution Prevention > Turn on DEP for essential Windows programs and services only.
Click OK, then Apply.
Duplicate Device Objects are created when Device Authentication fails during Reconciliation
Ensure that the network adapters of the managed device are connected and have a valid IP address.
Execute the following zac command on the managed device:
zac reregister <GUID of original device object>
When a Mac patch policy bundle fails, the xauth messages that are launched are not terminated
Effective location settings on the managed devices do not work after clearing the cache and refreshing the managed devices
Device Serial Number not getting updated on the Device Summary Page
In the config.xml file, modify the value of the setting "AllowSerialNumberUpdate" from "false" to "true". The config.xml file can be accessed from the following location:
On Windows Servers: %ZENSERVER_HOME%\share\tomcat\webapps\zenworks-registration\WEB-INF\
On Linux Servers: /opt/microfocus/zenworks/share/tomcat/webapps/zenworks-registration/WEB-INF
Restart the ZENServer service for the changes to take effect.
NOTE:After the device serial numbers are updated in ZCC, it is recommended to reset the value of the AllowSerialNumberUpdate setting to false. This ensures that the database is not updated during every device refresh, thereby improving the performance of ZENworks.
ZCC displays lost and retired devices in the Devices Logged Into list
INSERT INTO ZOPAQUEDATA VALUES ((SELECT zuid FROM zzone),'IGNORE_LOST_AND_RETIRED_DEVICES','true')
An error was displayed when you try to re-enroll a ZENworks agent