Perform the following steps if you want to verify a successful installation.
After the installation has completed and the server has been rebooted, do any of the following to verify that ZENworks 11 SP2 is running:
Run ZENworks Control Center
If ZENworks Control Center did not automatically start, use the following URL to open ZENworks Control Center in a Web browser:
https://DNS_name_or_IP_address_of_Primary_Server/zenworks
This can be done either on the server where you just installed ZENworks, or on a qualified workstation.
Check the Windows services by using the GUI
On the server, click , select > , then review the status of the and services.
If they are not running, start the ZENworks services. Right-click the service, select , right-click the service, then select .
The option stops all related services that are already running and starts each of them in their correct order, including .
Check the Windows services by using a command line
On the server, click , click , then run the following command:
ZENworks_installation_path\bin\novell-zenworks-configure ‑c SystemStatus
This lists all ZENworks services and their statuses.
To start the services, run the following command:
ZENworks_installation_path\bin\novell-zenworks-configure ‑c Start
Check the Linux services by using the configuration command
On the server, run the following command:
/opt/novell/zenworks/bin/novell-zenworks-configure ‑c SystemStatus
This lists all ZENworks services and their statuses.
To start the services, run the following command:
/opt/novell/zenworks/bin/novell-zenworks-configure ‑c Start
Check the Linux services by using the specific services’ commands
On the server, run the following commands:
/etc/init.d/novell-zenserver status
/etc/init.d/novell-zenloader status
If the services are not running, run the following commands to start the ZENworks services:
/etc/init.d/novell-zenserver start
/etc/init.d/novell-zenloader start