17.6 Tasks for VMware ESX

  • For optimal performance of the Primary Servers running on VMware ESX, set the reserved memory size to the size of the guest operating system memory. For more information, see TID 7005382 in Novell Support Knowledgebase.

  • In addition, if the ZENworks guest operating system supports VMware ESX, enable additional Java commands to set large pages, as follows:

    -XX:+UseLargePages

    For more information on memory reservation and large memory pages, refer to the Enterprise Java Applications on VMware Best Practices Guide.

  • Finally, you need to perform the following tasks:

  1. Create a backup, then open /etc/init.d/novell-zenserver.

  2. In the CATALINA_OPTS string, add the appropriate options, separated by spaces, before the -XX:PermSize option.

    CATALINA_OPTS is used to configure the Tomcat container options. For more information on Tomcat, see the Tomcat online documentation.

  3. To start the ZENworks Server services, run the following command:

    /etc/init.d/novell-zenserver start

  4. To stop the ZENworks Server services, run the following command:

    /etc/init.d/novell-zenserver stop

NOTE:If the ZENworks Server fails to start, there is a compatibility problem with the newly added option, or the syntax is incorrect. To troubleshoot the service startup, run the following command:

/etc/init.d/novell-zenserver debug

The following log file is displayed:

/opt/novell/zenworks/share/tomcat/logs/catalina.out