16.4 Verifying the 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 is running:

    • Run ZENworks Control Center  

      If ZENworks Control Center did not automatically start, use the following URL to open it in a web browser:

      https://DNS_name_or_IP_address_of_Primary_Server/zenworks

      NOTE:If the Primary Server is not using the default HTTPS port, you must add the port to the URL: https://DNS_name_or_IP_address_of_Primary_Server:port_number/zenworks

      This can be done either on the server where you just installed ZENworks, or on a qualified workstation.

    • 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