4.3 Post-Installation Tasks

After successfully installing ZENworks 10 Asset Management SP3, perform the following tasks:

Adding Imaging Applications as Exceptions to Firewall on Windows Server 2003

  1. From the desktop Start menu, click Settings > Control Panel.

  2. Double-click Windows Firewall.

    The Windows Firewall window is displayed.

  3. Click the Exceptions tab.

  4. Click Add Program.

    The Add a Program window is displayed.

  5. Click Browse to browse for and select novell-pbserv.exe.

    All the Imaging applications including novell-pbserv.exe are located in the zenworks_installation_directory\novell\zenworks\bin\preboot directory

  6. Click OK.

    novell-pbserv.exe is added to the Programs and Services list and is automatically enabled.

  7. Repeat Step 4 through Step 6 to add the following Imaging applications to the Exceptions list:

    • novell-proxydhcp.exe

    • novell-tftp.exe

    • novell-zmgprebootpolicy.exe

  8. Click OK.

Adding Imaging Applications as Exceptions to Firewall on Windows Server 2008

  1. From the desktop Start menu, click Settings > Control Panel.

  2. Double-click Windows Firewall.

    The Windows Firewall window is displayed.

  3. In the left pane, click Allow a program or feature through Windows Firewall.

  4. Click the Exceptions tab.

  5. Click Add Program.

    The Add a Program window is displayed.

  6. Click Browse to browse for and select novell-pbserv.exe.

    All the Imaging applications including novell-pbserv.exe are located in the zenworks_installation_directory\novell\zenworks\bin\preboot directory

  7. Click OK.

    novell-pbserv.exe is added to the Programs and Services list and is automatically enabled.

  8. Repeat Step 5 through Step 7 to add the following Imaging applications to the Exceptions list:

    • novell-proxydhcp.exe

    • novell-tftp.exe

    • novell-zmgprebootpolicy.exe

  9. Click OK.

4.3.1 Tasks to be performed on VMware ESX

For optimal performance for Primary Servers running on VMware ESX, set the reserved memory size to the size of the guest OS memory.

Additionally, if the ZENworks 11 guest OS supports it, enable additional java commands to set large pages

-XX:+UseLargePages

For more information on memory reservation and large memory pages, see Java in Virtual Machines on VMware ESX: Best Practices.

Perform the following applicable task:

Enabling Additional Java options on Windows

  1. At the command prompt, run the following command:

    zenserverw

  2. In the Java tab, add the option under the Java Options to an appropriate location and ensure that each option is separated by its own line.

  3. To start the Novell ZENworks Server services, click Start > Settings > Control Panel.

    1. Double-click Administrative Tools > Services.

    2. Double-click Novell ZENworks Server.

    3. In the Novell ZENworks Service Properties dialog box, click Start > OK.

  4. To stop the Novell ZENworks Server services, click Start > Settings > Control Panel.

    1. Double-click Administrative Tools > Services.

    2. Double-click Novell ZENworks Server.

    3. In the Novell ZENworks Service Properties dialog box, click Stop > OK.

NOTE:If the Novell ZENworks Server properties dialog box is not displayed or the service fails to start, there is either a compatibility problem with the newly added option or the syntax is incorrect. To troubleshoot the service startup, enable the logging options on the Logging tab:

Set the log path. For example: c:\.

Set the Redirect Stdout. For example: c:\stdout.log

Set the Redirect Stderr.log. For example: c:\stderr.log

Enabling Additional Java options on Linux

  1. Take a backup and 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 Tomcat online documentation.

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

    /etc/init.d/novell-zenserver start

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

    /etc/init.d/novell-zenserver stop

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

/etc/init.d/novell-zenserver debug

The following log file is displayed:

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