segunda-feira, 14 de setembro de 2020

ZENworks Backup Error

 Problem

The error below appears when trying to back up ZENworks. 

# zman zenserver-backup /root/zone_backup.bak 

“Failed to back up the configuration files. Ensure that you have the necessary permission to the folders under /etc/opt/novell/zenworks directory on Linux.

 ERROR: 11”

 Solution

1) Go to the "/vastorage/etc/opt/novell/zenworks/preboot" folder.

2) Remove the links “novell-proxydhcp.conf” and “novell-tftp.conf”.

unlink novell-proxydhcp.conf

unlink novell-tftp.conf

3) Backup.

zman zenserver-backup /root/zone_backup.bak

4) Recreate the links.

ln -s /etc/opt/novell/novell-proxydhcp.conf

ln -s /etc/opt/novell/novell-tftp.conf