The following sections provides solutions to the problems you might encounter while deploying and Configuring ZENworks Appliance:
In Appliance, the Login Screen is Displayed During ZENworks Configuration
After appliance migration, the appliance goes into the emergency mode
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
Enabling Vertica on ZENworks 23.4 Appliance Fails
FAIL (S0020): https://www.vertica.com/docs/23.3.x/HTML/index.htm#cshid=S0020 FAIL(eS0020): Readahead size of sda (/dev/sdc1,/dev/sdc1,/dev/sdc1,/dev/sdc1,/dev/sdc1,/dev/sdc1,/dev/sdc1)
/sbin/blockdev --setra 2048 /dev/<disk>
In the above-mentioned error message, sdc is the disk that is mounted on /vastorage. Hence, sdc should be substituted with the reported disk in the error but without the number. (i.e. if the error has /dev/sdc1, replace <disk> with sdc).
Online Update to MFCC/SMT Fails
In Appliance, the Login Screen is Displayed During ZENworks Configuration
Go to the Appliance console.
Click the ZENworks configuration tile.
Redo all the configurations.
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.
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
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.