The following section provides solutions to the problems you might encounter when using Novell ZENworks Linux Management Registration services:
The Device Registered Date column in the device registration reports might display a future date
Connect to the PostgreSQL Server’s zenworks database as a PostgreSQL user by entering the following commands in the order listed:
su postgres
psql zenworks
Run the following query to set the date to the current date:
update zen_device set added_date = 'current date' where deviceguid in( SELECT deviceguid from zen_device where added_date > NOW() ) ;
You must specify the current date in the format ‘yyyy-mm-dd hh:mm:ss’.
Disconnect from the PostgreSQL database by using the \q command.
Exit the PostgreSQL session by using the exit command.
Error receiving message:Unknown response message from server, status: CancelSignal
Restart the zmd service.
Run the rug ping -a command.