This section provides solutions to problems you might encounter when using Preboot Services and Imaging in ZENworks 11.
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
Image Explorer fails to run if ZENworks 11 is installed to a drive other than drive C:
The SLES or SLED device with SATA drive fails to boot after the restoration of an image
Dell DTK Configuration bundle fails on a device that does not have operating system installed
Unable to create a Dell partition on a Dell device by using the Dell DTK Configuration bundle
Unable to use chkconfig with the novell-proxydhcp init script on SLES 11 or SLED 11
SUSE Linux installation or Red Hat Linux installation by using Preboot bundles fails
Unable to upload the tntfs.ko driver file after modifying or replacing the NTFSDriver.conf file
Imaging performance is slower in ZENworks 11.2.4 when compared to ZENworks 11 SP2
Unable to take an Image of a Windows 8 BIOS device in a WinPE environment
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-11.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-11.0.xxxx.msi TARGETDIR="C:\Program Files"
Unable to browse for the image files on the Satellite while taking an image or applying a Preboot 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 11 is installed to a drive other than drive C:
Java not installed...
The SLES or SLED device with SATA drive fails to boot after the restoration of an image
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.
Dell DTK Configuration bundle fails on a device that does not have operating system installed
No work Assigned.
Create a logical disk:
Boot the device into the Dell DTK maintenance mode.
Execute the following command:
raidcfg -ctrl -c=0 -ac=cvd -ad=0:0:1 -sz=100MB -r=0 //raid 0 configuration with 100 MB size
PXE boot the device.
Unable to create a Dell partition on a Dell device by using the Dell DTK Configuration bundle
Can't Load Kernel File
Manually copy upimg.bin from the latest Dell DTK distro that is integrated with ZENworks to the path relative to the TFTP server home directory.
Reassign the Dell DTK Configuration bundle to the Dell device.
PXE boot the Dell device.
Unable to use chkconfig with the novell-proxydhcp init script on SLES 11 or SLED 11
insserv: Script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
Managed devices are not reconciled to appropriate folders if you restore the image of a different operating system on the devices
In ZENworks Control Center, click
.Click the
or folder that contains the device object you want to move.Select the check box next to the device object you want to move.
Click
> .The Move Device dialog box is displayed.
Choose the destination folder.
Click
.SUSE Linux installation or Red Hat Linux installation by using Preboot bundles fails
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, then configure a new TFTP replication schedule.
ImageX and Ghost32 are not replicated to the master Primary Server after you upgrade your system to ZENworks (11.2.2) and re-upload the third-party services
When you upgrade a SLES operating system to SLES 11 SP2, an error occurs while loading the shared library files
libhd.so.12: cannot open shared object file: No such file or directory
The symbolic link to libhd.so.12.34 breaks when it is upgraded to libhd.so.15.xx
The hwinfo RPM is updated.
Unable to upload the tntfs.ko driver file after modifying or replacing the NTFSDriver.conf file
Login to ZENworks Control Center.
Click
> > .Re-download the tntfs.ko file by using the link provided.
Re-upload the tntfs.ko file.
Imaging performance is slower in ZENworks 11.2.4 when compared to ZENworks 11 SP2
You can choose from any of the following kernel boot parameters, based on your requirement and environment:
nomodeset: Disables the kernel mode setting.
Using this parameter increases the performance of imaging because the rendering is faster.
textonly: Boots up to the text-mode shell prompt, disabling the graphical user interface.
Using this parameter along with the nomodeset parameter, increases the performance of imaging.
vga=normal: Boots up the kernel to a VGA text-mode console.
Using this option you can achieve better performance than the nomodeset and textonly combination.
The disadvantage of using this option is that the ZENworks splash screen shown during kernel boot will be lost, and when using virtual machines, the Imaging GUI screen will be smaller.
Screen flickers or gets distorted in a Distro environment
For example, append="mode=5 splash=silent showopts vga=0x0314 nomodeset".
For more information, see Modifying Kernel Boot Parameters for ZENworks Imaging.
Unable to take an Image of a Windows 8 BIOS device in a WinPE environment
Unable to differentiate between WAIK and WADK uploads
File path for Linux: /srv/tftp/boot/WdsConfig.inf
File path for Windows: %ZENWORKS_HOME%\share\tftp\boot\WdsConfig.inf
Product.Name for WAIK32: Windows 7
Product.Version for WAIK32: 6,1,0,0
Product.Name for WADK32: Windows 8
Product.Version for WADK32: 6,2,0,0