The following sections provides solutions to the problems you might encounter while deploying and Configuring ZENworks Appliance:
After appliance migration, the appliance goes into the emergency mode
Performance of Primary Server slows down as Zenworks Appliance SWAP is created as File on 1st HDD
Error is displayed when you try to configure the ZENworks appliance with a.pfx certificate
The ntpd service is disabled even when the NTP Time Source is configured
Proxmox Server Serial Number Not displayed in the Device Summary and Inventory Pages
axis-1.4 jar files References Displayed inside the snapshot folder
Online Update to MFCC/SMT Fails
YaST screen getting displayed after powering on Appliance
ZENworks Appliance disk expansion does not take effect
The system does not report any errors and request the administrator to restart the appliance. The size of the /vastorage disk is unchanged after the appliance has been restarted.
After appliance migration, the appliance goes into the emergency mode
/dev/sdc1 /var/opt/microfocus/zenworks/content-repo ext4 acl,user_xaatr,x-systemd.requires=/vastorage 1 2
After making the changes, reboot the appliance for the changes to take effect.
Performance of Primary Server slows down as Zenworks Appliance SWAP is created as File on 1st HDD
Error is displayed when you try to configure the ZENworks appliance with a.pfx certificate
Perform the following steps to upload files to ZENworks Appliance. Alternatively, you can use any WinSCP tool to upload the files.
In the File Explorer, select a folder where you will run the command to create a.pfx file and click Upload.
Select the file to upload and click Open.
Click Start Upload in the File Upload dialog box.
Run the following command to create a.pfx file:
openssl pkcs12 -export -out <name>.pfx -inkey <key> -in <server.cer> -certfile <int+cer.cer>
Specify the following values in the command:
name: name of the.pfx file
key: key in the.pem format
server.cer: Server certificate
int+cer.cer: The root certificate and intermediate certificate. Note: It should not contain the server certificate.
Unable to Deploy the Appliance on VMware vSphere
Download the embedded host client available in the following link:
Upload the downloaded VIB file into the datastore, and then install the file using the following command:
[root@ESXI~] esxcli software vib install -v /vmfs/volumes/<your_datastore> /esxui-signed-12086396.vib
After successfully installing the VIB, restart the appliance deployment.
The ntpd service is disabled even when the NTP Time Source is configured
In the ZENworks Appliance terminal, open Yast, select System > Date and Time, and then select Other Settings.
Select Synchronize with NTP Server and then select the Run NTP as daemon option. After accepting the changes, the ntpd service is enabled and the ntpd service runs automatically after the device reboots.
System Update Fails On Windows 10 Devices
Proxmox Server Serial Number Not displayed in the Device Summary and Inventory Pages
Edit the VM settings from the Proxmox server web console under the SMBIOS settings.
After setting the serial number, restart the VM.
axis-1.4 jar files References Displayed inside the snapshot folder
/.snapshots/45/snapshot/var/lib/docker/volumes/commonJars/_data/axis-1.4.jar
/.snapshots/46/snapshot/var/lib/docker/volumes/commonJars/_data/axis-1.4.jar
/.snapshots/47/snapshot/var/lib/docker/volumes/commonJars/_data/axis-1.4.jar
After Running SSLConfigureAction from the Terminal or Command Prompt, the ZENworks Appliance Gets Terminated
The Jetty log displays the below exceptions:
java.security.UnrecoverableKeyException: Password verification failed
Caused by: java.security.PrivilegedActionException: java.io.IOException: Keystore was tampered with, or password was incorrect
Run the following command immediately after executing SSL configure action from the Terminal or Command Prompt:
microfocus-zenworks-configure -c UnifyTrustStoreForApplianceConfigureAction
Restart the appliance Jetty service using the command: systemctl restart vabase-jetty.
NOTE:It is always recommended to initiate remint from ZCC UI. Running the SSL configure action from console is not advisable for the purpose of Certificate Authority (CA)/Server certificate remint.