This section provides solutions to problems you might encounter when using ZENworks 10 Configuration Management Preboot Services and Imaging.
How do I exclude a particular partition from ZENworks Imaging?
How do I prevent ZENworks Third-Party Imaging from restarting in the Auto mode?
The third-party Imaging distro and tools are not immediately replicated on the Satellite
The device might not pick up the assigned imaging task when booted to the Imaging Automatic mode
The Novell Proxy DHCP service is automatically stopped on the Imaging Satellite
A new workstation ID is created after restoring image on a non-registered device
novell-pbserv crashes during multicast imaging to 120 or more devices
Unable to upload winpe.wim from the Windows 7 or Windows Server 2008 Automated installation Kit
An error message is displayed when Windows 7, Windows Vista, or Windows Server 2008 R2 reboot after you restore an image with size greater than 2 TB
After the image is restored, insert the appropriate Windows installation CD.
Choose the option to repair Windows, and follow the instructions.
The ZENworks Server continues to write to the image file even if the Imaging operation to take an image of the device fails
bad cluster chain, run chkdsk.exe
Consequently, the image file size grows.
The Imaging tools downloaded from the ZENworks Download page are not installed to the specified drive
msiexec -i novell-zenworks-zmgexplorer-10.3.0.xxxx.msi TARGETDIR="complete_path_of_the_target_directory"
For example, if you want to download and install the Imaging tools to c:\program files, use the following command:
msiexec -i novell-zenworks-zmgexplorer-10.3.0.xxxx.msi TARGETDIR="C:\Program Files"
Unable to browse for the image files on the Satellite while taking an image or applying an imaging bundle to a managed device
Could not start ZenHttpServer - Port 80 is already in use.
Change the port number used by Satellite:
In ZENworks Control Center, click the
tab.In the Server Hierarchy panel, select the check box next to the Satellite whose port number needs to be changed.
Click
> .The Configure Satellite Server dialog box is displayed.
In the
field, specify a new port number.Click
.Ensure that the managed device is running on the port specified in Step 1.d:
Open a Web browser on the managed device to the following address: http://localhost:port_number.
A message containing the Novell ZENworks Content Server version is displayed.
(Conditional) If the ZENworks Content Server version is not displayed, restart the ZENworks Adaptive Agent or the managed device.
The ZENworks Images stored in the images directory on the Primary Server are not replicated on the Secondary Server or Satellite
How do I generate a developer log for ZENworks Imaging?
export DEVELOPER_LOG=a
The imglog file is created in the root directory ( / ).
NOTE:The log file is available only until the device is rebooted. To retain the log file, you must upload it to an FTP server.
How do I exclude a particular partition from ZENworks Imaging?
export Exclude_DEVICE=partition_name
How do I prevent ZENworks Third-Party Imaging from restarting in the Auto mode?
Image Explorer help opens only in Firefox on Linux devices
The ZENworks icon properties page of a managed device that is in private network displays that the server IP address is not available
The third-party Imaging distro and tools are not immediately replicated on the Satellite
Unable to take an image of the managed device
Can't browse the file system on the specified server:
com.novell.zenworks.datamodel.exceptions.
InternalDataModelException: java.rmi.UnknownHostException: server_name.
If you have a DNS server in your network, ensure that it contains a DNS entry for the server you select in the
option in the Server and Path Information dialog box.If you do not have a DNS server in your network, edit the operating_system_drive\windows\system32\drivers\etc\hosts file on the device running ZENworks Control Center to add the IP address and the DNS name of the server select in the option in the Server and Path Information dialog box.
In the Server and Path Information dialog box, try to browse for the image file.
The device might not pick up the assigned imaging task when booted to the Imaging Automatic mode
Boot the device in the Imaging Maintenance mode.
At the bash prompt, run the following commands:
zisedit taskstate=0
zisedit taskid=0
In ZENworks Control Center, assign the task again to the device and boot the device to Imaging Automatic mode.
How to enable debug logs?
The Novell Proxy DHCP service is automatically stopped on the Imaging Satellite
In ZENworks Control Center, click the
tab.In the Server Hierarchy panel, select the Windows Imaging Satellite, then click
> .Click the
link next to the check box.In the Configure Imaging Role dialog box, select
.Click
.A new workstation ID is created after restoring image on a non-registered device
Option 1: After restoring the image on a non-registered device, perform the following tasks on the device:
In ZENworks Control Center, click the
tab > the folder.Delete the workstation object.
Boot the device, and run the following command:
zac fsg –d
Reboot the device.
Option 2: Perform the following tasks:
Before taking the image of the device that has the ZDM 7.x agent and the ZENworks Adaptive Agent with Asset Management installed, do the following on the device:
Run the zac fsg –d command.
In the Windows Services window, stop the Novell ZENworks Agent Service and change the service’s
to .Reboot the device.
Take the image of the device that has the ZDM 7.x agent and the ZENworks Adaptive Agent with Asset Management installed.
After restoring the image on a non-registered device, do the following on the device whose image you have taken:
In the Windows Services window, change the
of Novell ZENworks Agent Service to , and start the service.Reboot the device.
novell-pbserv crashes during multicast imaging to 120 or more devices
Edit the %zenworks_home%\conf\preboot\novell-zenimgweb.conf file to uncomment the following entry, which is beneath the line “#Allow HTTP if HTTPS is not available”:
CLEARTEXT=FALSE
Restart the Novell ZENworks Preboot Service.
You might encounter an error message prompting you to restart Windows installation when the device boots up after the restoration of the ZENworks or WIM image on a Windows 7 or Windows Server 2008 R2 device
Windows could not complete the installation. To install windows on this computer, restart the installation.
If you restore an image of Windows Vista, Windows 7, or Windows Server 2008 R2 on a bare machine that has a ZENworks partition, the machine fails to boot the second time after the image restoration
Boot the device in the ZENworks Imaging maintenance mode.
Run sidChange -i.
Manually reboot the device.
Mounting an NFS partition from the Imaging kernel fails on a device that is booted in the ZENworks Imaging Maintenance mode
mount -t nfs IP_address_of_NFS_server:path_of_NFS_share /mnt/destination_directory
The following error messages are displayed:
mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Eihter use '-o nolock' to keep locks local, or start statd. mount.nfs: an incorrect mount option was specified
mount -t nfs -o nolock IP_address_of_NFS_server:path_of_NFS_share /mnt/destination_directory
Image Explorer fails to run if ZENworks 10 Configuration Management is installed to a drive other than drive C:
Java not installed...
Unable to change the preconfigured master Primary Server whose tftp directory changes you want to replicate on all other servers at a specific schedule
Unable to apply the TFTP Replication settings. Remove the circular dependency for the Master Primary Server. For more information, see the Help.
Before changing the master Primary Server for the tftp directory replication, change the TFTP replication schedule for the existing Primary Server to
.Change the master Primary Server and configure a new TFTP replication schedule.
Unable to upload winpe.wim from the Windows 7 or Windows Server 2008 Automated installation Kit
Unable to mount the selected WIM file
NOTE:This issue has been fixed in Update for ZENworks 10 Configuration Management SP3 (10.3.1).
Unmount the existing version of the WIM file by running the following ImageX unmount command:
imagex.exe /unmount %temp%\ZImaging\mount
Subsequently, upload winpe.wim.
Upload the winpe.wim from the Windows 7 or Windows Server 2008 Automated installation Kit installed on a different device.
Unable to take an image of a device if the Imaging Satellite is outside the L4 switch and the Primary Server is behind the L4 switch
Open the zenimgweb.conf file that is located on the Imaging Satellite by using a text editor.
The file is located in the%ZENworks_Home%\conf\preboot\ directory on a Windows Imaging Satellite, and in the /etc/opt/novell/zenworks/preboot/ directory on a Linux Imaging Satellite.
Append the following entry:
FORCEHTTP=forced
Save and close the zenimgweb.conf file.
Restart the Novell ZENworks Preboot Service (novell-pbserv).
Take the image of the managed device.