The following sections provide solutions to the problems you might encounter while working with Novell ZENworks 11 command line utilities:
zman hangs when the output of a command is redirected to a file by using the command line redirection operators such as > or >>
An incorrect success message is displayed when the "stage group name" optional argument is not passed to the system-update-staging-group-create command
Successfully created the object "null"
Unable to save the report on SLES 10 SP1 by using the zman rpgn command
The Imaging role added to a Satellite by using the zman ssaimg command is not immediately applied to the server
At the command prompt, run the zman workstation-refresh|wrf command. If the managed device is a server, run the zman server-refresh|srf command.
On the managed device, right-click the icon, then click Refresh.
The zman commands do not work for non-root users on a ZENworks Linux server
You do not have sufficient privileges to run zman commands. As a non-root user in Linux, you should be part of the zmanusers group to run zman commands.
Log in to the ZENworks server as root.
At the server console prompt:
If the user already exists on the Linux device, execute the following command:
groupmod -A non-rootusername zmanusers
If the user does not exist on the Linux device, execute the following command:
useradd -G zmanusers non-rootusername
Log in to the ZENworks server as a non-root user.
A non-root user is unable to configure a Satellite role by using the zman ssc command
The role you specified (Satellite_role_name) is not a valid satellite server role. Valid roles are:
ZoneConfig.ROLE_COLLECTION ZoneConfig.ROLE_CONTENT ZoneConfig.ROLE_AUTHENTICATION
Ensure that the non-root has been added to the zmanusers group.
Log in to the ZENworks server as root.
At the server console prompt:
If the user already exists on the Linux device, execute the following command:
groupmod -A non-rootusername zmanusers
If the user does not exist on the Linux device, execute the following command:
useradd -G zmanusers non-rootusername
Add the non-root user to the ZENworks user group by using the usermod -A non-root_username command. Subsequently, the non-root user can configure Satellite roles.
Unable to use the zman sui command to import the ZENworks system update to a ZENworks Server, on an RHEL-5.x Server
Navigate to the Red Hat vvitek directory.
Install unzip-5.52-3.0.bz497482.el5_7.i386.rpm on the RHEL 5.x server.
Run the rpm -Uvh unzip-5.52-3.0.bz497482.el5_7.i386.rpm command.
Run the zman sui <zip file path> command.