4.3 Verifying Installation

Perform the following steps if you want to verify a successful installation.

  1. After the installation has completed and the server has been rebooted, do any of the following to verify that ZENworks 11 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 Start, select Administrative Tools > Services, then review the status of the Novell ZENworks Loader and Novell ZENworks Server services.

      If they are not running, start the ZENworks services. Right-click the Novell ZENworks Server service, select Start, right-click the Novell ZENworks Loader service, then select Start.

      The Restart option stops all related services that are already running and starts each of them in their correct order, including Novell ZENworks Loader.

    • Check the Windows services by using a command line  

      On the server, click Start, click Run, 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