Using JAVA.NLM

Explanation:  If you have installed JVM 1.2.2 with a JAVA.NLM version dated later than January 4, 2001, you should modify the .NCF files that ZENworks® for Desktops (ZfD) 3.2 uses.

Action:  After you complete the ZfD 3.2 installation, follow these instructions:

  1. Delete the following entries in the SYS:\SYSTEM\NAMING.NCF file:

    java -classpath $tmppath;$CLASSPATH com.novell.orb.service.naming.NamingServer

  2. Add the following entries in the SYS:\SYSTEM\NAMING.NCF file:

    java -Xbootclasspath/p:$corbapath -classpath $tmppath;$CLASSPATH com.novell.orb.service. naming.NamingServer

  3. Delete the following entries in the SYS:\SYSTEM\STARTINV.NCF file:

    java -DConfigFile=sys:\public\zenworks\wminv\ properties\Config.properties -nsac -jszenWSInv -neh -mx128m -classpath $tmppath;$classpath com.novell.zenworks.desktop.inventory. servercommon.ZENWorksInventoryServiceManager

  4. Add the following entries in the SYS:\SYSTEM\STARTINV.NCF file:

    java -Xbootclasspath/p:$corbapath -DConfigFile =sys:\public\zenworks\wminv\properties\Config. properties -nsac -jszenWSInv -neh -mx128m -classpath $tmppath;$classpath com.novell. zenworks.desktop.inventory.servercommon.ZENWorksInventoryServiceManager

  5. Delete the following entries in the SYS:\SYSTEM\LISTSER.NCF file:

    java -ns -neh -classpath $tmppath;$CLASSPATH com.novell.zenworks.desktop.inventory .servercommon.ZENWorksInventoryListService "*"

  6. Add the following entries in the SYS:\SYSTEM\LISTSER.NCF file:

    java -Xbootclasspath/p:$corbapath -ns -neh -classpath $tmppath;$CLASSPATH com.novell.zenworks.desktop.inventory.servercommon.ZENWorksInventoryListService "*"

  7. Delete the following entries in the SYS:\SYSTEM\STARTSER.NCF file:

    java -neh -classpath $tmppath;$CLASSPATH com.novell.zenworks.desktop.inventory.servercommon.ZENWorksInventoryStartService %1 %2 %3

  8. Add the following entries in the SYS:\SYSTEM\STARTSER.NCF file:

    java -Xbootclasspath/p:$corbapath -neh -classpath $tmppath;$CLASSPATH com.novell.zenworks.desktop.inventory.servercommon.ZENWorksInventoryStartService %1 %2 %3

  9. Delete the following entries in the SYS:\SYSTEM\ALTERDBSPACE.NCF file:

    java -nsac -neh -DDBUTIL=true -DMgrName=AlterDBSpace -DMgrPropName=AlterDBSpace.properties -mx64M -ss256k -classpath $tmppath;$CLASSPATH com.novell.utility.servicemanager.ServiceLoader

  10. Add the following entries in the SYS:\SYSTEM\ALTERDBSPACE.NCF file:

    java -Xbootclasspath/p:$corbapath -nsac -neh -DDBUTIL=true -DMgrName=AlterDBSpace -DMgrPropName=AlterDBSpace.properties -mx64M -ss256k -classpath $tmppath;$CLASSPATH com.novell.utility.servicemanager.ServiceLoader

  11. Delete the following entries in the SYS:\SYSTEM\ZEN2REMOVE.NCF file:

    java -nsac -neh -DDBUTIL=true -DMgrName=zen2Remove -DMgrPropName=zen2Remove.properties -mx64M -ss256k -classpath $tmppath;$CLASSPATH com.novell.utility.servicemanager.ServiceLoader

  12. Add the following entries in the SYS:\SYSTEM\ZEN2REMOVE.NCF file:

    java -Xbootclasspath/p:$corbapath -nsac -neh -DDBUTIL=true -DMgrName=zen2Remove -DMgrPropName=zen2Remove.properties -mx64M -ss256k -classpath $tmppath;$CLASSPATH com.novell.utility.servicemanager.ServiceLoader

  13. Delete the following entries in the SYS:\SYSTEM\DROPZEN2.NCF file:

    java -ns -classpath $tmppath;$classpath com.novell.zenworks.desktop.inventory.dbutilities.RemoveZEN2 127.0.0.1

  14. Add the following entries in the SYS:\SYSTEM\DROPZEN2.NCF file:

    java -Xbootclasspath/p:$corbapath -ns -classpath $tmppath;$classpath com.novell.zenworks.desktop. inventory.dbutilities.RemoveZEN2 127.0.0.1

  15. Delete the following entries in the SYS:\SYSTEM\STOPSER.NCF file:

    java -neh -classpath $tmppath;$CLASSPATH com.novell.zenworks.desktop.inventory.servercommon.ZENWorksInventoryStopService %1 %2 %3

  16. Add the following entries in the SYS:\SYSTEM\STOPSER.NCF file:

    java -Xbootclasspath/p:$corbapath -neh -classpath $tmppath;$CLASSPATH com.novell.zenworks.desktop.inventory.servercommon.ZENWorksInventoryStopService %1 %2 %3